|
|
@53768
|
10 years |
vboxsync |
RTMpOnSpecific/r0drv-nt: Sketched out an alternative implementation …
|
|
|
@53765
|
10 years |
vboxsync |
mp-r0drv-nt.cpp: RTMpSpecific should only use broadcast IPIs when …
|
|
|
@53762
|
10 years |
vboxsync |
build fix
|
|
|
@53720
|
10 years |
vboxsync |
IPRT/r0drv/nt: More RTMpPokeCpu work, this time for 32-bit windows 7 …
|
|
|
@53718
|
10 years |
vboxsync |
RTMpPokeCpu+RTMpOn*/r0drv-nt: Reworked RTMpOn* using KeIpiGenericCall …
|
|
|
@53717
|
10 years |
vboxsync |
IPRT/r0drv/nt: Fixed crash in rtmpNtDPCWrapper.
|
|
|
@53624
|
10 years |
vboxsync |
scm automatic cleanups.
|
|
|
@53597
|
10 years |
vboxsync |
Runtime/xml: improved log statement
|
|
|
@53542
|
10 years |
vboxsync |
Committed a bit too much
|
|
|
@53538
|
10 years |
vboxsync |
oops
|
|
|
@53537
|
10 years |
vboxsync |
Build fix
|
|
|
@53536
|
10 years |
vboxsync |
Runtime/socket: Add timeout argument to RTTcpClientConnectEx to …
|
|
|
@53525
|
10 years |
vboxsync |
iprt: added RTR3InitIsInitialized
|
|
|
@53492
|
10 years |
vboxsync |
Some fixes for windows cross build using wine.
|
|
|
@53489
|
10 years |
vboxsync |
build fix.
|
|
|
@53487
|
10 years |
vboxsync |
Split rtSocketBindRawAddr from rtSocketBind.
|
|
|
@53472
|
10 years |
vboxsync |
tstPrfRT: suplib trick.
|
|
|
@53471
|
10 years |
vboxsync |
IPRT/r3/nt&win: Precision time APIs for NT (not enabled).
|
|
|
@53470
|
10 years |
vboxsync |
timesupA.asm: Disabled SUPTscDeltaApply macro invocation, see review …
|
|
|
@53457
|
10 years |
vboxsync |
RTimer/r0drv/nt: Rearm the interval timers ourselves to avoid rounding …
|
|
|
@53456
|
10 years |
vboxsync |
RTTime/r0drv/nt: Use higher precision APIs to get times when available.
|
|
|
@53430
|
10 years |
vboxsync |
VMM/TM: First step in introducing the invariant TM mode.
|
|
|
@53427
|
10 years |
vboxsync |
Runtime/r0drv/linux: fix RTR0MemKernelIsValidAddr() for 64-bit Linux …
|
|
|
@53404
|
10 years |
vboxsync |
Runtime/r0drv/solaris: supress warning with explict cast, caused due …
|
|
|
@53403
|
10 years |
vboxsync |
Runtime/r0drv/solaris: Revert r96951, reprogramming the cyclic doesn't …
|
|
|
@53384
|
10 years |
vboxsync |
Adjust private logger flags.
|
|
|
@53347
|
10 years |
vboxsync |
Runtime/r0drv/solaris: Implemented RTTimerChangeInterval() and fix …
|
|
|
@53294
|
10 years |
vboxsync |
Runtime/generic/RTTimerCreate-generic: nits and comment.
|
|
|
@53278
|
10 years |
vboxsync |
IPRT: Added experimental malloc replacement feature, add …
|
|
|
@53177
|
10 years |
vboxsync |
typo (found by gcc)
|
|
|
@53175
|
10 years |
vboxsync |
build fix
|
|
|
@53173
|
10 years |
vboxsync |
IPRT,SUPDrv: Added new 'ringbuf[=size]' log destination for cases …
|
|
|
@53081
|
10 years |
vboxsync |
Runtime/r3: do not use a hard-coded stack size in rtSchedRunThread(), …
|
|
|
@53074
|
10 years |
vboxsync |
Runtime/http: force TLSv1
|
|
|
@53033
|
10 years |
vboxsync |
IPRT: store-inmem: use ASMAtomicIncU32
|
|
|
@53019
|
10 years |
vboxsync |
Runtime/r0drv/linux: use RT_NS_1SEC macro instead of numeric constant.
|
|
|
@53015
|
10 years |
vboxsync |
asn1-ut-string.cpp: Two bugfixes in the RTAsn1String_QueryUtf8 method.
|
|
|
@53010
|
10 years |
vboxsync |
IPRT: Added electric fence allocator for ASN.1.
|
|
|
@53009
|
10 years |
vboxsync |
IPRT: Windows 10 OS type.
|
|
|
@52997
|
10 years |
vboxsync |
Runtime/r0drv/solaris: Fix timeouts to work for semevents when using …
|
|
|
@52996
|
10 years |
vboxsync |
Runtime/r0drv/solaris: Fix timeouts to work for semevents when using …
|
|
|
@52988
|
10 years |
vboxsync |
Runtime: fixed assertion
|
|
|
@52983
|
10 years |
vboxsync |
Runtime/r0drv/solaris: missed header update.
|
|
|
@52982
|
10 years |
vboxsync |
Runtime/r0drv/solaris: fixed overwriting the caller stack while …
|
|
|
@52964
|
10 years |
vboxsync |
Runtime/memsafer-r3.cpp: argh
|
|
|
@52963
|
10 years |
vboxsync |
Runtime/memsafer-r3.cpp: Refine previous fix, don't ignore …
|
|
|
@52960
|
10 years |
vboxsync |
Runtime/memsafer-r3: Ignore calls to SUPR3PageProtect failing with …
|
|
|
@52953
|
10 years |
vboxsync |
SUP: Use LdrRegisterDllNotification when available to make sure we see …
|
|
|
@52947
|
10 years |
vboxsync |
SUP: Implemented early VM process vboxdrv initialization.
|
|
|
@52944
|
10 years |
vboxsync |
IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
|
|
|
@52943
|
10 years |
vboxsync |
SUP: The child side of early VM process init.
|
|
|
@52942
|
10 years |
vboxsync |
duh
|
|
|
@52941
|
10 years |
vboxsync |
Use our own heap in the hope that we can use it before ntdll is really …
|
|
|
@52940
|
10 years |
vboxsync |
Eliminating some more kernel32.dll dependencies, marking APIs we like …
|
|
|
@52877
|
10 years |
vboxsync |
Import NtQuerySystemInformation.
|
|
|
@52845
|
10 years |
vboxsync |
RTLdrOpenInMemory: Fixed colon that should've been a semicolon, …
|
|
|
@52839
|
10 years |
vboxsync |
rtldrPE_EnumSegments: Fixed double sizeof() for 8 char section names.
|
|
|
@52835
|
10 years |
vboxsync |
rtDwarfAbbrev_LookupMiss: Missing uPrevCode assignment.
|
|
|
@52833
|
10 years |
vboxsync |
time.cpp: Used the wrong days-in-month for non-leap-years when …
|
|
|
@52823
|
10 years |
vboxsync |
Runtime: Fix typo in r96224.
|
|
|
@52822
|
10 years |
vboxsync |
Runtime: Fix RTTimeMilliTS() on FreeBSD. Use macros for time units …
|
|
|
@52803
|
10 years |
vboxsync |
added GFP_NOWARN to the remaining vmalloc/kmalloc operations
|
|
|
@52759
|
10 years |
vboxsync |
timer-posix.cpp: timer_settime returns 0 or -1 + errno, not errno as …
|
|
|
@52750
|
10 years |
vboxsync |
VBoxUSB/solaris: undo temporary change.
|
|
|
@52748
|
10 years |
vboxsync |
VBoxUSB/solaris: Another shot at getting logging, temporary change.
|
|
|
@52627
|
10 years |
vboxsync |
SUP: Fixed comctl32.dll resolving (generic winsxs) and fixed a crash …
|
|
|
@52618
|
10 years |
vboxsync |
HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
|
|
|
@52608
|
10 years |
vboxsync |
asn-ut-time-decode.cpp: Fixed bug in fraction decoding.
|
|
|
@52607
|
10 years |
vboxsync |
forgot a RT_STRICT.
|
|
|
@52600
|
10 years |
vboxsync |
IPRT: Added support for microsoft timestamp counter signatures. This …
|
|
|
@52592
|
10 years |
vboxsync |
NetFlt/win: NDIS6: fixes, enable disconnect interface, PM support for …
|
|
|
@52581
|
10 years |
vboxsync |
Runtime/r0drv/linux: Reimplemented RTMpOnAll() to be used to execute …
|
|
|
@52563
|
10 years |
vboxsync |
asn1: clear stuff on decode failure.
|
|
|
@52553
|
10 years |
vboxsync |
HostDrivers/solaris, Runtime/r0drv: Fix calling RTThreadPreemptIs* too …
|
|
|
@52545
|
10 years |
vboxsync |
sigh.
|
|
|
@52542
|
10 years |
vboxsync |
fix it in the function being called instead.
|
|
|
@52540
|
10 years |
vboxsync |
RTCrPkcs7VerifySignedData: initialize hThisDigest to NIL_RTCRDIGEST to …
|
|
|
@52538
|
10 years |
vboxsync |
IPRT,SUP: First part of timestamp counter signatures support.
|
|
|
@52537
|
10 years |
vboxsync |
IPRT,SUP: First part of timestamp counter signatures support.
|
|
|
@52536
|
10 years |
vboxsync |
RTAsn1ObjId_Compare: bugfix.
|
|
|
@52534
|
10 years |
vboxsync |
Another load configuration kludge, this time for ntdll/xp.
|
|
|
@52533
|
10 years |
vboxsync |
ASN.1 decoding: limit nesting.
|
|
|
@52521
|
10 years |
vboxsync |
x509-template.h: Parameters are completely optional if timestamp …
|
|
|
@52503
|
10 years |
vboxsync |
Started working on PKCS #7 attributes.
|
|
|
@52502
|
10 years |
vboxsync |
spaces.
|
|
|
@52457
|
10 years |
vboxsync |
IPRT: Tell the windows debugger the name of our threads.
|
|
|
@52454
|
10 years |
vboxsync |
ASMMultU32ByU32DivByU32: Cleaned up mess. Tested on x86 and amd64-msc.
|
|
|
@52444
|
10 years |
vboxsync |
fix
|
|
|
@52443
|
10 years |
vboxsync |
Runtime: added ASMMultU32ByU32DivByU32() and fixed early clobber …
|
|
|
@52420
|
10 years |
vboxsync |
Runtime, VBoxNetAdp: Linux 3.17 fixes
|
|
|
@52405
|
10 years |
vboxsync |
ldrPE.cpp: Fixed RTLDRPROP_IMPORT_COUNT, the gnu loader includes all …
|
|
|
@52403
|
10 years |
vboxsync |
SUP,IPRT: Extended RTLdrQueryPropEx with a pvBits parameter, …
|
|
|
@52399
|
10 years |
vboxsync |
Runtime/memsafer-r3: fix
|
|
|
@52380
|
10 years |
vboxsync |
Runtime: comment nit.
|
|
|
@52364
|
10 years |
vboxsync |
nt.h: NtOpenKey, NtQuerySecurityObject, NtQueryValueKey, RtlEqualSid, …
|
|
|
@52345
|
10 years |
vboxsync |
Runtime: Implemented ASMAtomicUo[Inc|Dec]U32() with updated testcase. …
|
|
|
@52338
|
10 years |
vboxsync |
typo
|
|
|
@52335
|
10 years |
vboxsync |
RTBigNum: Added shift APIs, implemented a faster division algorithm, …
|
|
|
@52334
|
10 years |
vboxsync |
alloc-win.cpp: Two more PAGE_OFFSET_MASK cases missing uintptr_t cast …
|
|
|
@52333
|
10 years |
vboxsync |
alloc-ef.cpp: s/~PAGE_OFFSET_MASK/~(uintptr_t)PAGE_OFFSET_MASK/g
|
|
|