|
|
@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
|
|
|
@52332
|
10 years |
vboxsync |
memsafer-r3.cpp: Fixed bug in the SUP allocator that caused memory …
|
|
|
@52331
|
10 years |
vboxsync |
strformatrt.cpp: Don't translate cchPrecision=0 to 16 for %Rhx* format …
|
|
|
@52330
|
10 years |
vboxsync |
bugfix
|
|
|
@52297
|
10 years |
vboxsync |
tstRTBigNum: compare with openssl. (Conclusion, we're very slow at modexp.)
|
|
|
@52291
|
10 years |
vboxsync |
RTBigNum: Forgot to add the assembly file. Oops.
|
|
|
@52290
|
10 years |
vboxsync |
RTBigNum: Two assembly optimizations related to RTBigNumModExp. Use …
|
|
|
@52289
|
10 years |
vboxsync |
tstRTBigNum: Benchmark RTBigNumModExp.
|
|
|
@52250
|
10 years |
vboxsync |
RT: Added SupSemEvent routines to import lib for extpack use.
|
|
|
@52242
|
10 years |
vboxsync |
VBoxRT.dll,VBoxRT-x86.dll,VBoxC.dll: Delay load less frequently used …
|
|
|
@52217
|
10 years |
vboxsync |
Runtime/http: fixed potential invalid RTMemFree() on error
|
|
|
@52213
|
10 years |
vboxsync |
SUP,IPRT: Implemented forwarder support in RTLdr and cleaned up some …
|
|
|
@52211
|
10 years |
vboxsync |
Runtime: remove R3Mini run-time library as it is no longer needed.
|
|
|
@52206
|
10 years |
vboxsync |
RTCrX509: Another name component mapping.
|
|
|
@52204
|
10 years |
vboxsync |
SUP,LDR: Changed RTLdrGetBits to allow not resolving imports. Combined …
|
|
|
@52163
|
10 years |
vboxsync |
SUP: Make the middle respawn process wait on both parent and child. …
|
|
|
@52144
|
10 years |
vboxsync |
Runtime/VBox/VBoxRTDeps.cpp: prepare for gsoap 2.8
|
|
|
@52139
|
10 years |
vboxsync |
SUP: child-process purification to avoid sysfer.dll.
|
|
|
@52138
|
10 years |
vboxsync |
dbgcfg.cpp: ignore case in symbol paths.
|
|
|
@52105
|
10 years |
vboxsync |
shut up gcc
|
|
|
@52094
|
10 years |
vboxsync |
Runtime: Fix VBoxRT-openssl-ose.def, there is no EVP_aes_192_xts method
|
|
|
@52092
|
10 years |
vboxsync |
SUP: Disable hard error popups from NtCreateSection failures.
|
|
|
@52051
|
10 years |
vboxsync |
build fix
|
|
|
@52050
|
10 years |
vboxsync |
RTMemSafer: Split generic from ring-3 specific page based …
|
|
|
@52049
|
10 years |
vboxsync |
RTSignTool: bugfix
|
|
|
@52033
|
10 years |
vboxsync |
IPRT/memsafer: Relax the guarding pages protection, some hosts like …
|
|
|
@52028
|
10 years |
vboxsync |
Runtime: added missing RTMemSaver* functions
|
|
|
@52025
|
10 years |
vboxsync |
trunk, VBox-4.*, VBox-3.2: Cleaned up base64/RT_C_IS_SPACE CR mess.
|
|
|
@52021
|
10 years |
vboxsync |
IPRT/RTMemLocked*: Ditch API, was only implemented on POSIX and there …
|
|
|
@52020
|
10 years |
vboxsync |
Shot at burning Windows build box
|
|
|