VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @54583   10 years vboxsync comment nit.
(edit) @54512   10 years vboxsync RTTimerDestroy() is off limits from the timer callback on windows too.
(edit) @54501   10 years vboxsync Reverted r98596, only using broadcast IPI in RTMpOnSpecific for …
(edit) @54488   10 years vboxsync NT: Try only using IPIs in RTMpOnSpecific.
(edit) @54484   10 years vboxsync Runtime/VBoxRTImp: Don't export openssl methods in the import library. …
(edit) @54479   10 years vboxsync Runtime/r0drv/solaris: Fix Solaris 10 breakage due to incompatible …
(edit) @54477   10 years vboxsync IPRT: name the Linux workqueue iprt-VBoxWQueue as a bit more …
(edit) @54476   10 years vboxsync IPRT: fix for Linux 2.6.27
(edit) @54471   10 years vboxsync mp-r0drv-solaris: C-style decl.
(edit) @54469   10 years vboxsync mp-r0drv-solaris: move stuff that doesn't need preemption to be …
(edit) @54468   10 years vboxsync r0drv/solaris: hungarian and doxygen.
(edit) @54467   10 years vboxsync IPRT,VMM,SUPDrv: Use the new RTMpCurSetIndex* APIs - require driver reload.
(edit) @54457   10 years vboxsync Runtime/r0drv: RTMpOnPair implementation for solaris.
(edit) @54453   10 years vboxsync Runtime/testcase: tstRTR0ThreadPreemption rename fixes.
(edit) @54452   10 years vboxsync Runtime/testcase: tstRTR0ThreadPreemption renaming fixes.
(edit) @54449   10 years vboxsync Runtime/testcase: rename tstR0Preemption to tstRTR0Preemption to match …
(edit) @54446   10 years vboxsync RTMpOnPair implementation for linux.
(edit) @54417   10 years vboxsync NT4 build fix.
(edit) @54416   10 years vboxsync grr, incorrect macro completion by slick & me.
(edit) @54415   10 years vboxsync IPRT/r0drv/mp: Added RTMpCurSetIndex and RTMpCurSetIndexAndId.
(edit) @54414   10 years vboxsync mp-r0drv-nt.cpp: Enabled new RTMpOnSpecific code.
(edit) @54413   10 years vboxsync mp-r0drv-nt.cpp: Forgot RTMpOnPairIsConcurrentExecSupported.
(edit) @54410   10 years vboxsync IPRT/r0drv: Implemented RTMpOnPair for NT (windows).
(edit) @54408   10 years vboxsync IPRT/r0drv: Added RTMpOnPair and RTMpOnPairIsConcurrentExecSupported, …
(edit) @54398   10 years vboxsync Runtime/testcase: build fix.
(edit) @54396   10 years vboxsync Runtime/testcase: build fix for windows.
(edit) @54395   10 years vboxsync IPRT, HostDriver, VMMR0: MP notifications fixes for TSC-delta …
(edit) @54390   10 years vboxsync Runtime/testcase: enable for windows and solaris too.
(edit) @54389   10 years vboxsync Runtime/testcase: very basic ring-0 thread creation.
(edit) @54374   10 years vboxsync nit
(edit) @54372   10 years vboxsync Runtime/alloc-ef-cpp: compile fix for gcc 5
(edit) @54370   10 years vboxsync Runtime: fix condition (thanks gcc-5)
(edit) @54362   10 years vboxsync thread2-r0drv-solaris.c: thread_join
(edit) @54361   10 years vboxsync wrong. arg.
(edit) @54360   10 years vboxsync build fix
(edit) @54358   10 years vboxsync IPRT/R0Drv: Fix (windows & solaris) / kludge (the rest) for thread …
(edit) @54356   10 years vboxsync Runtime/asn1: typo (thanks gcc-5)
(edit) @54319   10 years vboxsync duh
(edit) @54308   10 years vboxsync VMM,SUP: Apply the tsc delta where it matters. Made sense out of the …
(edit) @54294   10 years vboxsync mp: update doc and todo for Solaris, better/lighter API possible it …
(edit) @54281   10 years vboxsync tstPrfRT tweaking.
(edit) @54279   10 years vboxsync timesupref.h: last second change. duh.
(edit) @54278   10 years vboxsync timesupref.h: Moved things around a little, avoiding the 'break' …
(edit) @54270   10 years vboxsync IPRT,TM: Implemented the get-cpu-number optimizations for the …
(edit) @54254   10 years vboxsync Added ASMGetIdtrLimit.
(edit) @54253   10 years vboxsync tstRTInlineAsm.cpp: Benchmark ASMReadTSC, ASMReadTscWithAux and ASMGetIDTR.
(edit) @54252   10 years vboxsync SUPDrv,GIP,TM: Combined fOsTscDeltasInSync and fTscDeltasRoughlyInSync …
(edit) @54248   10 years vboxsync timer-r0drv-solaris: nit.
(edit) @54238   10 years vboxsync Runtime/r0drv/solaris: timer todo and nit.
(edit) @54236   10 years vboxsync Runtime/r0drv/solaris: unused since r98298.
(edit) @54233   10 years vboxsync Runtime/r0drv/solaris: fixed forceful rescheduling of timer-callback …
(edit) @54224   10 years vboxsync SUP,IPRT: Started as a build fix ended up as a cleanup (mostly …
(edit) @54215   10 years vboxsync Runtime,TM: Use GIP's fTscDeltasAreRoughlyInSync.
(edit) @54208   10 years vboxsync IPRT,SUPDrv: Support more than 255 CPUs via RTTIME_FLAGS_XXX, bumping …
(edit) @54207   10 years vboxsync Updated .def files with new RTTimeNanoTS* names.
(edit) @54202   10 years vboxsync IPRT,TM: Implemented GIP TSC delta processing in the RTTimeNanoTS code.
(edit) @54194   10 years vboxsync undid some incorrect fixes.
(edit) @54193   10 years vboxsync Runtime/r0drv/timer-r0drv-solaris: nit.
(edit) @54190   10 years vboxsync timer-r0drv-solaris.c: It's now safe to advertise that we can do high …
(edit) @54189   10 years vboxsync timer-r0drv-solaris.c: Implemented changing interval and stopping …
(edit) @54188   10 years vboxsync RTTimerChangeInterval now returns VERR_INVALID_STATE if not a periodic …
(edit) @54184   10 years vboxsync uint8_t isn't enough for a cpu index any more.
(edit) @54183   10 years vboxsync timer-r0drv-solaris.c: Cleanups. Got rid of 2-3 allocations in …
(edit) @54000   10 years vboxsync extpack build fix
(edit) @53993   10 years vboxsync VBoxDTrace needs RuntimeR0.
(edit) @53948   10 years vboxsync header fixes
(edit) @53900   10 years vboxsync IPRT: Implemented X.509 OtherName.
(edit) @53877   10 years vboxsync ldrPE: Windows 10 IMAGE_LOAD_CONFIG_DIRECTORY update.
(edit) @53839   10 years vboxsync Runtime/r3/win/path-win.cp: fixed SHGetFolderPathW() prototype
(edit) @53833   10 years vboxsync Runtime: looks like the 32-bit compiler does something silly
(edit) @53825   10 years vboxsync Runtime: try the official Windows XP+ way to get the home (profile) …
(edit) @53819   10 years vboxsync iprt/nt/nt.h: Added a bunch of Ldr APIs.
(edit) @53818   10 years vboxsync RTLdr: Added RTLDR_O_IGNORE_ARCH_IF_NO_CODE for PE resource dlls and …
(edit) @53805   10 years vboxsync added more missing Windows resource files
(edit) @53768   10 years vboxsync RTMpOnSpecific/r0drv-nt: Sketched out an alternative implementation …
(edit) @53765   10 years vboxsync mp-r0drv-nt.cpp: RTMpSpecific should only use broadcast IPIs when …
(edit) @53762   10 years vboxsync build fix
(edit) @53720   10 years vboxsync IPRT/r0drv/nt: More RTMpPokeCpu work, this time for 32-bit windows 7 …
(edit) @53718   10 years vboxsync RTMpPokeCpu+RTMpOn*/r0drv-nt: Reworked RTMpOn* using KeIpiGenericCall …
(edit) @53717   10 years vboxsync IPRT/r0drv/nt: Fixed crash in rtmpNtDPCWrapper.
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53597   10 years vboxsync Runtime/xml: improved log statement
(edit) @53542   10 years vboxsync Committed a bit too much
(edit) @53538   10 years vboxsync oops
(edit) @53537   10 years vboxsync Build fix
(edit) @53536   10 years vboxsync Runtime/socket: Add timeout argument to RTTcpClientConnectEx to …
(edit) @53525   10 years vboxsync iprt: added RTR3InitIsInitialized
(edit) @53492   10 years vboxsync Some fixes for windows cross build using wine.
(edit) @53489   10 years vboxsync build fix.
(edit) @53487   10 years vboxsync Split rtSocketBindRawAddr from rtSocketBind.
(edit) @53472   10 years vboxsync tstPrfRT: suplib trick.
(edit) @53471   10 years vboxsync IPRT/r3/nt&win: Precision time APIs for NT (not enabled).
(edit) @53470   10 years vboxsync timesupA.asm: Disabled SUPTscDeltaApply macro invocation, see review …
(edit) @53457   10 years vboxsync RTimer/r0drv/nt: Rearm the interval timers ourselves to avoid rounding …
(edit) @53456   10 years vboxsync RTTime/r0drv/nt: Use higher precision APIs to get times when available.
(edit) @53430   10 years vboxsync VMM/TM: First step in introducing the invariant TM mode.
(edit) @53427   10 years vboxsync Runtime/r0drv/linux: fix RTR0MemKernelIsValidAddr() for 64-bit Linux …
(edit) @53404   10 years vboxsync Runtime/r0drv/solaris: supress warning with explict cast, caused due …
(edit) @53403   10 years vboxsync Runtime/r0drv/solaris: Revert r96951, reprogramming the cyclic doesn't …
(edit) @53384   10 years vboxsync Adjust private logger flags.
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