|
|
@55256
|
10 years |
vboxsync |
memcache: alloc tuning.
|
|
|
@55253
|
10 years |
vboxsync |
memcache.cpp: Enabled the free list (unused).
|
|
|
@55252
|
10 years |
vboxsync |
memcache.cpp: Fixed problem with the free list (unused).
|
|
|
@55126
|
10 years |
vboxsync |
s/AssertPtrReturn/AssertReturn/ after RTMemAlloc()
|
|
|
@55123
|
10 years |
vboxsync |
rdesktop 1.8.3 modified for VBox
|
|
|
@55112
|
10 years |
vboxsync |
Runtime: Linux < 2.6.13 fix
|
|
|
@55107
|
10 years |
vboxsync |
asm-amd64-x86.h: Added ASMGetXcr0 & ASMSetXcr0.
|
|
|
@55095
|
10 years |
vboxsync |
Assorted fixes for FreeBSD hosts, VBox compiles and runs again without …
|
|
|
@55047
|
10 years |
vboxsync |
build fix
|
|
|
@55046
|
10 years |
vboxsync |
s/nm/VBOX_NM/
|
|
|
@54998
|
10 years |
vboxsync |
supHardNt: Some more memory replacment hacking - take evasive action …
|
|
|
@54987
|
10 years |
vboxsync |
Elf/RelocateSectionExecDyn: AssertReturn -> AssertMsgReturn.
|
|
|
@54984
|
10 years |
vboxsync |
Runtime/manifest: Fixed misused AssertReturnStmt(). Thank you Jung-uk Kim.
|
|
|
@54970
|
10 years |
vboxsync |
AsyncCompletion: Better error message if I/O manager could not be …
|
|
|
@54962
|
10 years |
vboxsync |
On FreeBSD hosts use the correct semantics of the last parameter of …
|
|
|
@54940
|
10 years |
vboxsync |
typo
|
|
|
@54931
|
10 years |
vboxsync |
Runtime/r3/win: GetLogicalProcessorInformation is useless for querying …
|
|
|
@54872
|
10 years |
vboxsync |
threadctxhooks-r0drv-linux.c: Looks like 3.19 stopped restoring kernel …
|
|
|
@54866
|
10 years |
vboxsync |
threadctxhooks-r0drv-linux.c: Be a little bit more careful with EFLAGS …
|
|
|
@54864
|
10 years |
vboxsync |
Missing typo fix.
|
|
|
@54836
|
10 years |
vboxsync |
strformatrt.cpp: Fixed warning unsigned in rtstrformatIPv6 and …
|
|
|
@54808
|
10 years |
vboxsync |
backed out r98998 and r99000 -- shouldn't be necessary here
|
|
|
@54804
|
10 years |
vboxsync |
more places for SMAP handling
|
|
|
@54802
|
10 years |
vboxsync |
another place where we have to handle SMAP
|
|
|
@54726
|
10 years |
vboxsync |
build fix
|
|
|
@54724
|
10 years |
vboxsync |
Runtime/RTStream: Make it possible to disable echoing of typed …
|
|
|
@54715
|
10 years |
vboxsync |
Runtime/r0drv/solaris: fix invalid process handle while creating …
|
|
|
@54709
|
10 years |
vboxsync |
Runtime/r0drv/solaris: nope, this isn't it either.
|
|
|
@54695
|
10 years |
vboxsync |
Runtime/r0drv/solaris: temporary try.
|
|
|
@54694
|
10 years |
vboxsync |
Runtime/r0drv/solaris: revert temporary change, didn't help.
|
|
|
@54665
|
10 years |
vboxsync |
Runtime/r0drv/solaris: temporarily disable thread_join() in …
|
|
|
@54663
|
10 years |
vboxsync |
IPRT: RTMpOnPair fix for Linux < 2.6.27
|
|
|
@54650
|
10 years |
vboxsync |
SUPDrv/VMMR0: properly handle the CR4 shadow register on Linux >= 4.0
|
|
|
@54643
|
10 years |
vboxsync |
Runtime/r0drv/solaris: (c) year missed update.
|
|
|
@54642
|
10 years |
vboxsync |
Runtime/r0drv/solaris: Add runtime struct member offset detection for …
|
|
|
@54583
|
10 years |
vboxsync |
comment nit.
|
|
|
@54512
|
10 years |
vboxsync |
RTTimerDestroy() is off limits from the timer callback on windows too.
|
|
|
@54501
|
10 years |
vboxsync |
Reverted r98596, only using broadcast IPI in RTMpOnSpecific for …
|
|
|
@54488
|
10 years |
vboxsync |
NT: Try only using IPIs in RTMpOnSpecific.
|
|
|
@54484
|
10 years |
vboxsync |
Runtime/VBoxRTImp: Don't export openssl methods in the import library. …
|
|
|
@54479
|
10 years |
vboxsync |
Runtime/r0drv/solaris: Fix Solaris 10 breakage due to incompatible …
|
|
|
@54477
|
10 years |
vboxsync |
IPRT: name the Linux workqueue iprt-VBoxWQueue as a bit more …
|
|
|
@54476
|
10 years |
vboxsync |
IPRT: fix for Linux 2.6.27
|
|
|
@54471
|
10 years |
vboxsync |
mp-r0drv-solaris: C-style decl.
|
|
|
@54469
|
10 years |
vboxsync |
mp-r0drv-solaris: move stuff that doesn't need preemption to be …
|
|
|
@54468
|
10 years |
vboxsync |
r0drv/solaris: hungarian and doxygen.
|
|
|
@54467
|
10 years |
vboxsync |
IPRT,VMM,SUPDrv: Use the new RTMpCurSetIndex* APIs - require driver reload.
|
|
|
@54457
|
10 years |
vboxsync |
Runtime/r0drv: RTMpOnPair implementation for solaris.
|
|
|
@54453
|
10 years |
vboxsync |
Runtime/testcase: tstRTR0ThreadPreemption rename fixes.
|
|
|
@54452
|
10 years |
vboxsync |
Runtime/testcase: tstRTR0ThreadPreemption renaming fixes.
|
|
|
@54449
|
10 years |
vboxsync |
Runtime/testcase: rename tstR0Preemption to tstRTR0Preemption to match …
|
|
|
@54446
|
10 years |
vboxsync |
RTMpOnPair implementation for linux.
|
|
|
@54417
|
10 years |
vboxsync |
NT4 build fix.
|
|
|
@54416
|
10 years |
vboxsync |
grr, incorrect macro completion by slick & me.
|
|
|
@54415
|
10 years |
vboxsync |
IPRT/r0drv/mp: Added RTMpCurSetIndex and RTMpCurSetIndexAndId.
|
|
|
@54414
|
10 years |
vboxsync |
mp-r0drv-nt.cpp: Enabled new RTMpOnSpecific code.
|
|
|
@54413
|
10 years |
vboxsync |
mp-r0drv-nt.cpp: Forgot RTMpOnPairIsConcurrentExecSupported.
|
|
|
@54410
|
10 years |
vboxsync |
IPRT/r0drv: Implemented RTMpOnPair for NT (windows).
|
|
|
@54408
|
10 years |
vboxsync |
IPRT/r0drv: Added RTMpOnPair and RTMpOnPairIsConcurrentExecSupported, …
|
|
|
@54398
|
10 years |
vboxsync |
Runtime/testcase: build fix.
|
|
|
@54396
|
10 years |
vboxsync |
Runtime/testcase: build fix for windows.
|
|
|
@54395
|
10 years |
vboxsync |
IPRT, HostDriver, VMMR0: MP notifications fixes for TSC-delta …
|
|
|
@54390
|
10 years |
vboxsync |
Runtime/testcase: enable for windows and solaris too.
|
|
|
@54389
|
10 years |
vboxsync |
Runtime/testcase: very basic ring-0 thread creation.
|
|
|
@54374
|
10 years |
vboxsync |
nit
|
|
|
@54372
|
10 years |
vboxsync |
Runtime/alloc-ef-cpp: compile fix for gcc 5
|
|
|
@54370
|
10 years |
vboxsync |
Runtime: fix condition (thanks gcc-5)
|
|
|
@54362
|
10 years |
vboxsync |
thread2-r0drv-solaris.c: thread_join
|
|
|
@54361
|
10 years |
vboxsync |
wrong. arg.
|
|
|
@54360
|
10 years |
vboxsync |
build fix
|
|
|
@54358
|
10 years |
vboxsync |
IPRT/R0Drv: Fix (windows & solaris) / kludge (the rest) for thread …
|
|
|
@54356
|
10 years |
vboxsync |
Runtime/asn1: typo (thanks gcc-5)
|
|
|
@54319
|
10 years |
vboxsync |
duh
|
|
|
@54308
|
10 years |
vboxsync |
VMM,SUP: Apply the tsc delta where it matters. Made sense out of the …
|
|
|
@54294
|
10 years |
vboxsync |
mp: update doc and todo for Solaris, better/lighter API possible it …
|
|
|
@54281
|
10 years |
vboxsync |
tstPrfRT tweaking.
|
|
|
@54279
|
10 years |
vboxsync |
timesupref.h: last second change. duh.
|
|
|
@54278
|
10 years |
vboxsync |
timesupref.h: Moved things around a little, avoiding the 'break' …
|
|
|
@54270
|
10 years |
vboxsync |
IPRT,TM: Implemented the get-cpu-number optimizations for the …
|
|
|
@54254
|
10 years |
vboxsync |
Added ASMGetIdtrLimit.
|
|
|
@54253
|
10 years |
vboxsync |
tstRTInlineAsm.cpp: Benchmark ASMReadTSC, ASMReadTscWithAux and ASMGetIDTR.
|
|
|
@54252
|
10 years |
vboxsync |
SUPDrv,GIP,TM: Combined fOsTscDeltasInSync and fTscDeltasRoughlyInSync …
|
|
|
@54248
|
10 years |
vboxsync |
timer-r0drv-solaris: nit.
|
|
|
@54238
|
10 years |
vboxsync |
Runtime/r0drv/solaris: timer todo and nit.
|
|
|
@54236
|
10 years |
vboxsync |
Runtime/r0drv/solaris: unused since r98298.
|
|
|
@54233
|
10 years |
vboxsync |
Runtime/r0drv/solaris: fixed forceful rescheduling of timer-callback …
|
|
|
@54224
|
10 years |
vboxsync |
SUP,IPRT: Started as a build fix ended up as a cleanup (mostly …
|
|
|
@54215
|
10 years |
vboxsync |
Runtime,TM: Use GIP's fTscDeltasAreRoughlyInSync.
|
|
|
@54208
|
10 years |
vboxsync |
IPRT,SUPDrv: Support more than 255 CPUs via RTTIME_FLAGS_XXX, bumping …
|
|
|
@54207
|
10 years |
vboxsync |
Updated .def files with new RTTimeNanoTS* names.
|
|
|
@54202
|
10 years |
vboxsync |
IPRT,TM: Implemented GIP TSC delta processing in the RTTimeNanoTS code.
|
|
|
@54194
|
10 years |
vboxsync |
undid some incorrect fixes.
|
|
|
@54193
|
10 years |
vboxsync |
Runtime/r0drv/timer-r0drv-solaris: nit.
|
|
|
@54190
|
10 years |
vboxsync |
timer-r0drv-solaris.c: It's now safe to advertise that we can do high …
|
|
|
@54189
|
10 years |
vboxsync |
timer-r0drv-solaris.c: Implemented changing interval and stopping …
|
|
|
@54188
|
10 years |
vboxsync |
RTTimerChangeInterval now returns VERR_INVALID_STATE if not a periodic …
|
|
|
@54184
|
10 years |
vboxsync |
uint8_t isn't enough for a cpu index any more.
|
|
|
@54183
|
10 years |
vboxsync |
timer-r0drv-solaris.c: Cleanups. Got rid of 2-3 allocations in …
|
|
|
@54000
|
10 years |
vboxsync |
extpack build fix
|
|
|
@53993
|
10 years |
vboxsync |
VBoxDTrace needs RuntimeR0.
|
|
|