|
|
@48812
|
11 years |
vboxsync |
Runtime/Solaris: RTMpGetCoreCount, RTMpGetOnlineCoreCount implementations.
|
|
|
@48808
|
11 years |
vboxsync |
testcase/tstRTMp-1: Added sanity test for RTMpGetOnlineCoreCount().
|
|
|
@48807
|
11 years |
vboxsync |
Runtime/common/once: Fix assertion in RTOnceReset().
|
|
|
@48797
|
11 years |
vboxsync |
A bit more XAR hacking.
|
|
|
@48785
|
11 years |
vboxsync |
warning
|
|
|
@48781
|
11 years |
vboxsync |
iprt/list.h,xml.h: Because of gcc, we need a C++ version of a bunch of …
|
|
|
@48780
|
11 years |
vboxsync |
Started on a XAR file system stream similar to what we have for TAR …
|
|
|
@48779
|
11 years |
vboxsync |
iprt/xml.h: Replaced std::list<shared_ptr<>> with RTList both to safe …
|
|
|
@48768
|
11 years |
vboxsync |
Runtime: solaris build fix
|
|
|
@48766
|
11 years |
vboxsync |
Runtime: solaris build fix
|
|
|
@48693
|
11 years |
vboxsync |
dbgmoddwarf.cpp: mach_kernel kludge.
|
|
|
@48681
|
11 years |
vboxsync |
Main,IPRT: Added RTR3INIT_FLAGS_UTF8_ARGV so VBoxExtPackHelperApp can …
|
|
|
@48636
|
11 years |
vboxsync |
RTLdr: don't leak RTLDRMODINTERNAL::pReader.
|
|
|
@48628
|
11 years |
vboxsync |
Runtime/manifest: unimportant memory leak
|
|
|
@48484
|
11 years |
vboxsync |
Runtime: RTReq -> RTReqQueue
|
|
|
@48464
|
11 years |
vboxsync |
Wrong place.
|
|
|
@48463
|
11 years |
vboxsync |
tstR0ThreadPreemption: Try explicitly yielding.
|
|
|
@48462
|
11 years |
vboxsync |
r0drv/linux: todos.
|
|
|
@48412
|
11 years |
vboxsync |
bugfixes
|
|
|
@48411
|
11 years |
vboxsync |
latency testcase in the works…
|
|
|
@48398
|
11 years |
vboxsync |
dbgmoddwarf.cpp: mach_kernel hack.
|
|
|
@48396
|
11 years |
vboxsync |
Runtime: fixed typo (thanks Mathias Krause)
|
|
|
@48384
|
11 years |
vboxsync |
todo
|
|
|
@48383
|
11 years |
vboxsync |
Runtime/r0drv: be on the safe side
|
|
|
@48382
|
11 years |
vboxsync |
Runtime/r0drv: Depend only on kernel config define rather than the version.
|
|
|
@48319
|
11 years |
vboxsync |
VBoxRT-x86.dll: Windows build fix.
|
|
|
@48304
|
11 years |
vboxsync |
Runtime/r3/init: disable this for Vista 64 as well
|
|
|
@48283
|
11 years |
vboxsync |
Fixed VBOX_ZLIB bug in previous commit.
|
|
|
@48282
|
11 years |
vboxsync |
32-bit main API on 64-bit solaris.
|
|
|
@48233
|
11 years |
vboxsync |
log-vbox: mis-type.
|
|
|
@48232
|
11 years |
vboxsync |
log-vbox: set logging preferences.
|
|
|
@48197
|
11 years |
vboxsync |
log-vbox.cpp: Missing #includes.
|
|
|
@48189
|
11 years |
vboxsync |
log-vbox.cpp: Don't try create a logger with interrupts or preemption …
|
|
|
@48186
|
11 years |
vboxsync |
comma.
|
|
|
@48185
|
11 years |
vboxsync |
r0drv/solaris/timer: Implement one-shot timers the right way.
|
|
|
@48182
|
11 years |
vboxsync |
r0drv/solaris/timer: Make one-shot CPU specific timers work, fix …
|
|
|
@48175
|
11 years |
vboxsync |
Backed out r88349 because the code was deliberatly checking if rc was …
|
|
|
@48168
|
11 years |
vboxsync |
r0drv/solaris: Clarify why INT64_MAX.
|
|
|
@48167
|
11 years |
vboxsync |
nit.
|
|
|
@48165
|
11 years |
vboxsync |
r0drv/solaris/timer: Fix specific periodic timers, one-shot any-cpu …
|
|
|
@48149
|
11 years |
vboxsync |
tstRTR0TimerDriver: Platforms without one-shot timer support handled …
|
|
|
@48148
|
11 years |
vboxsync |
Runtime/r0drv/solaris: Fix race with specific timers and enabled …
|
|
|
@48147
|
11 years |
vboxsync |
tstRTR0Timer: Fix testcase to skip one-shot timers when it's not supported.
|
|
|
@48131
|
11 years |
vboxsync |
missing e
|
|
|
@48129
|
11 years |
vboxsync |
tstRTR0TimerDriver: currently no periodic specific timers on Solaris
|
|
|
@48125
|
11 years |
vboxsync |
tstRTInlineAsm.cpp: cpuid(0x8000001d) fix.
|
|
|
@48051
|
11 years |
vboxsync |
Runtime/threadctxhooks: A tick saved is a tick earned.
|
|
|
@48042
|
11 years |
vboxsync |
Solaris/LogRel: Update comment and some minor cosmetics.
|
|
|
@48035
|
11 years |
vboxsync |
Runtime/threadctxhooks: Paranoia.
|
|
|
@48021
|
11 years |
vboxsync |
IPRT/vfsbase: RTVfsUtilPumpIoStreams(): properly detect detect EOF
|
|
|
@47976
|
11 years |
vboxsync |
Spaces.
|
|
|
@47969
|
11 years |
vboxsync |
Move comment to the right place.
|
|
|
@47968
|
11 years |
vboxsync |
Runtime/r3/solaris/mp-solaris: Explicit cast to char*, Solaris need to …
|
|
|
@47955
|
11 years |
vboxsync |
r0drv/linux/threadctxhooks: Assert may fail, don't assert here.
|
|
|
@47914
|
11 years |
vboxsync |
tstR0ThreadPreemption: Added a approx. 1 minute timeout for the …
|
|
|
@47907
|
11 years |
vboxsync |
Runtime/r0drv/threadctxhooks: Added an assertion.
|
|
|
@47903
|
11 years |
vboxsync |
tstR0ThreadPreemption: Stress test preemption & resume with more …
|
|
|
@47899
|
11 years |
vboxsync |
tstR0ThreadPreemption: break on errors to indicate failure.
|
|
|
@47827
|
11 years |
vboxsync |
Missed one RTLogCom call.
|
|
|
@47826
|
11 years |
vboxsync |
No COM port usage by default, except on double faults.
|
|
|
@47824
|
11 years |
vboxsync |
RTDbgDwarf: Read gcc 4.8.1 dwarf output.
|
|
|
@47812
|
11 years |
vboxsync |
IPRT/testcase/tstRTFileModeStringToFlags.cpp: Another fix for the fix
|
|
|
@47811
|
11 years |
vboxsync |
IPRT/testcase/tstRTFileModeStringToFlags.cpp: Fix for the fix.
|
|
|
@47809
|
11 years |
vboxsync |
IPRT/testcase/tstRTFileModeStringToFlags.cpp: Fix for r88044 (Set …
|
|
|
@47783
|
11 years |
vboxsync |
IPRT/RTFileModeToFlags.cpp: Set default sharing modes.
|
|
|
@47782
|
11 years |
vboxsync |
IPRT/RTFileModeToFlags.cpp: Check for unknown disposition mode.
|
|
|
@47765
|
11 years |
vboxsync |
IPRT: Renamed testcase tstFileModeStringToFlags -> …
|
|
|
@47762
|
11 years |
vboxsync |
IPRT: Added RTFileModeToFlags* APIs + testcase.
|
|
|
@47745
|
11 years |
vboxsync |
tstRTR0Timer: mask out one-shot drivers from Solaris (currently not …
|
|
|
@47734
|
11 years |
vboxsync |
Runtime/threadctxhooks/linux: Again, Assert not AssertPtr for bools.
|
|
|
@47733
|
11 years |
vboxsync |
Runtime/threadctxhooks/linux: Assert() not AssertPtr() for booleans.
|
|
|
@47659
|
11 years |
vboxsync |
tstRTR0DbgKrnlInfoDriver: Fix VERR_SYMBOL_NOT_FOUND error
|
|
|
@47642
|
11 years |
vboxsync |
tstRTR0Timer: one-shot timers are not supported on Solaris
|
|
|
@47639
|
11 years |
vboxsync |
RTThreadPreemptIsPending/darwin: Seems three more bits have been added …
|
|
|
@47637
|
11 years |
vboxsync |
Runtime/r0drv/nt: fix Windows r0drv timers
|
|
|
@47596
|
11 years |
vboxsync |
IPRT: Determin windows version on init and skip the …
|
|
|
@47572
|
11 years |
vboxsync |
Runtime/threadctxhooks: RTThreadCtxHooksAreRegistered().
|
|
|
@47555
|
11 years |
vboxsync |
Another fix
|
|
|
@47554
|
11 years |
vboxsync |
Build fix
|
|
|
@47553
|
11 years |
vboxsync |
Fix R0 timer testcase on darwin and make it possible to skip R0 tests …
|
|
|
@47552
|
11 years |
vboxsync |
Runtime/timer-generic: Suspend a one shot timer before calling the …
|
|
|
@47535
|
11 years |
vboxsync |
IPRT: Wrote native NT directory enumeration - not enabled by default. …
|
|
|
@47534
|
11 years |
vboxsync |
split the directory open/enum/close code out of dir-win.cpp and into …
|
|
|
@47533
|
11 years |
vboxsync |
Rewrote fs-win.cpp into a pure native NT version, this fixes the …
|
|
|
@47521
|
11 years |
vboxsync |
I really wonder why gcc doesn't warn/error here …
|
|
|
@47520
|
11 years |
vboxsync |
testcase/tstR0ThreadPreemption: More paranoid checks is good in …
|
|
|
@47516
|
11 years |
vboxsync |
Backed out r87679: Still working on the wrong solution... Sigh.
|
|
|
@47500
|
11 years |
vboxsync |
pr6022. Second variant of support GZIP files for OVA appliance.
|
|
|
@47443
|
11 years |
vboxsync |
Use a loop for executing the N command.
|
|
|
@47428
|
11 years |
vboxsync |
Addressed some warnings.
|
|
|
@47380
|
11 years |
vboxsync |
build fix
|
|
|
@47375
|
11 years |
vboxsync |
r0drv/linux: Unintentional commit of release logging.
|
|
|
@47373
|
11 years |
vboxsync |
nit.
|
|
|
@47370
|
11 years |
vboxsync |
iprt/thread.h: Define/document the return values more explicitly when …
|
|
|
@47364
|
11 years |
vboxsync |
r0drv/solaris/threadctxhooks: Msg is redundant as the conditional …
|
|
|
@47359
|
11 years |
vboxsync |
IPRT: Added compression to the gzip VFS I/O stream class …
|
|
|
@47356
|
11 years |
vboxsync |
IPRT: Added RTVfsIoStrmOpenNormal and RTVfsFileOpenNormal.
|
|
|
@47354
|
11 years |
vboxsync |
Runtime/r0drv/solaris: Free the hook object if the owner thread has …
|
|
|
@47352
|
11 years |
vboxsync |
Runtime/r0drv: Reference counting for kernel thread-context hooks.
|
|
|
@47343
|
11 years |
vboxsync |
pr6022. cleaning up the code. RTZip interface …
|
|
|