VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @52553   11 years vboxsync HostDrivers/solaris, Runtime/r0drv: Fix calling RTThreadPreemptIs* too …
(edit) @52545   11 years vboxsync sigh.
(edit) @52542   11 years vboxsync fix it in the function being called instead.
(edit) @52540   11 years vboxsync RTCrPkcs7VerifySignedData: initialize hThisDigest to NIL_RTCRDIGEST to …
(edit) @52538   11 years vboxsync IPRT,SUP: First part of timestamp counter signatures support.
(edit) @52537   11 years vboxsync IPRT,SUP: First part of timestamp counter signatures support.
(edit) @52536   11 years vboxsync RTAsn1ObjId_Compare: bugfix.
(edit) @52534   11 years vboxsync Another load configuration kludge, this time for ntdll/xp.
(edit) @52533   11 years vboxsync ASN.1 decoding: limit nesting.
(edit) @52521   11 years vboxsync x509-template.h: Parameters are completely optional if timestamp …
(edit) @52503   11 years vboxsync Started working on PKCS #7 attributes.
(edit) @52502   11 years vboxsync spaces.
(edit) @52457   11 years vboxsync IPRT: Tell the windows debugger the name of our threads.
(edit) @52454   11 years vboxsync ASMMultU32ByU32DivByU32: Cleaned up mess. Tested on x86 and amd64-msc.
(edit) @52444   11 years vboxsync fix
(edit) @52443   11 years vboxsync Runtime: added ASMMultU32ByU32DivByU32() and fixed early clobber …
(edit) @52420   11 years vboxsync Runtime, VBoxNetAdp: Linux 3.17 fixes
(edit) @52405   11 years vboxsync ldrPE.cpp: Fixed RTLDRPROP_IMPORT_COUNT, the gnu loader includes all …
(edit) @52403   11 years vboxsync SUP,IPRT: Extended RTLdrQueryPropEx with a pvBits parameter, …
(edit) @52399   11 years vboxsync Runtime/memsafer-r3: fix
(edit) @52380   11 years vboxsync Runtime: comment nit.
(edit) @52364   11 years vboxsync nt.h: NtOpenKey, NtQuerySecurityObject, NtQueryValueKey, RtlEqualSid, …
(edit) @52345   11 years vboxsync Runtime: Implemented ASMAtomicUo[Inc|Dec]U32() with updated testcase. …
(edit) @52338   11 years vboxsync typo
(edit) @52335   11 years vboxsync RTBigNum: Added shift APIs, implemented a faster division algorithm, …
(edit) @52334   11 years vboxsync alloc-win.cpp: Two more PAGE_OFFSET_MASK cases missing uintptr_t cast …
(edit) @52333   11 years vboxsync alloc-ef.cpp: s/~PAGE_OFFSET_MASK/~(uintptr_t)PAGE_OFFSET_MASK/g
(edit) @52332   11 years vboxsync memsafer-r3.cpp: Fixed bug in the SUP allocator that caused memory …
(edit) @52331   11 years vboxsync strformatrt.cpp: Don't translate cchPrecision=0 to 16 for %Rhx* format …
(edit) @52330   11 years vboxsync bugfix
(edit) @52297   11 years vboxsync tstRTBigNum: compare with openssl. (Conclusion, we're very slow at modexp.)
(edit) @52291   11 years vboxsync RTBigNum: Forgot to add the assembly file. Oops.
(edit) @52290   11 years vboxsync RTBigNum: Two assembly optimizations related to RTBigNumModExp. Use …
(edit) @52289   11 years vboxsync tstRTBigNum: Benchmark RTBigNumModExp.
(edit) @52250   11 years vboxsync RT: Added SupSemEvent routines to import lib for extpack use.
(edit) @52242   11 years vboxsync VBoxRT.dll,VBoxRT-x86.dll,VBoxC.dll: Delay load less frequently used …
(edit) @52217   11 years vboxsync Runtime/http: fixed potential invalid RTMemFree() on error
(edit) @52213   11 years vboxsync SUP,IPRT: Implemented forwarder support in RTLdr and cleaned up some …
(edit) @52211   11 years vboxsync Runtime: remove R3Mini run-time library as it is no longer needed.
(edit) @52206   11 years vboxsync RTCrX509: Another name component mapping.
(edit) @52204   11 years vboxsync SUP,LDR: Changed RTLdrGetBits to allow not resolving imports. Combined …
(edit) @52163   11 years vboxsync SUP: Make the middle respawn process wait on both parent and child. …
(edit) @52144   11 years vboxsync Runtime/VBox/VBoxRTDeps.cpp: prepare for gsoap 2.8
(edit) @52139   11 years vboxsync SUP: child-process purification to avoid sysfer.dll.
(edit) @52138   11 years vboxsync dbgcfg.cpp: ignore case in symbol paths.
(edit) @52105   11 years vboxsync shut up gcc
(edit) @52094   11 years vboxsync Runtime: Fix VBoxRT-openssl-ose.def, there is no EVP_aes_192_xts method
(edit) @52092   11 years vboxsync SUP: Disable hard error popups from NtCreateSection failures.
(edit) @52051   11 years vboxsync build fix
(edit) @52050   11 years vboxsync RTMemSafer: Split generic from ring-3 specific page based …
(edit) @52049   11 years vboxsync RTSignTool: bugfix
(edit) @52033   11 years vboxsync IPRT/memsafer: Relax the guarding pages protection, some hosts like …
(edit) @52028   11 years vboxsync Runtime: added missing RTMemSaver* functions
(edit) @52025   11 years vboxsync trunk, VBox-4.*, VBox-3.2: Cleaned up base64/RT_C_IS_SPACE CR mess.
(edit) @52021   11 years vboxsync IPRT/RTMemLocked*: Ditch API, was only implemented on POSIX and there …
(edit) @52020   11 years vboxsync Shot at burning Windows build box
(edit) @52018   11 years vboxsync IPRT: Make RTMemSafer use the SUPR3 page allocation if available to …
(edit) @51941   11 years vboxsync SUPDrv-win.cpp: Use the RTTerm/RTOnce stuff to clean up that default …
(edit) @51940   11 years vboxsync GMMR0: Switched from fast mutex to critical section for the giant …
(edit) @51938   11 years vboxsync Runtime/r0drv: RHEL7 hack
(edit) @51917   11 years vboxsync make verify-exe a better candidate for leak hunting.
(edit) @51916   11 years vboxsync Drop electric fences before looking for leaks.
(edit) @51915   11 years vboxsync Drop electric fences before looking for leaks.
(edit) @51914   11 years vboxsync hack
(edit) @51913   11 years vboxsync Plugged memory leak in rtldrPE_VerifySignatureValidateHash.
(edit) @51906   11 years vboxsync Fixing testcases on windows.
(edit) @51902   11 years vboxsync Fall back on our own MD2 if OpenSSL doesn't include it.
(edit) @51885   11 years vboxsync Documented another bswap experiment.
(edit) @51884   11 years vboxsync alt-sha256: Tiny bswap optimization for 64-bit CPUs.
(edit) @51883   11 years vboxsync alt-sha512: Applied the optimizations from alt-sha256 and alt-sha1, …
(edit) @51882   11 years vboxsync alt-sha1: appled the same …
(edit) @51881   11 years vboxsync alt-sha256: Unrolled everything and applied the Ch() and Maj() …
(edit) @51880   11 years vboxsync alt-sha1.cpp: Unrolling the init code, increasing performance by some 10+.
(edit) @51879   11 years vboxsync alt-sha1.cpp: Save an operation in both Ch() and Maj(). The Maj …
(edit) @51878   11 years vboxsync alt-sha1.cpp: Unrolled the block processing code, getting a ~25 speed …
(edit) @51872   11 years vboxsync OS/2 build fix (nasm).
(edit) @51870   11 years vboxsync Another page has fix, this time for VBoxREM w/ debug info. (debug info …
(edit) @51868   11 years vboxsync Page hash fixes. Somehow using the wrong algorithm for determining how …
(edit) @51862   11 years vboxsync page hash updates.
(edit) @51861   11 years vboxsync clear the context after use, converted SHA-1 to use an array of H values.
(edit) @51858   11 years vboxsync Some ASN.1 fixes related to BMP strings. Improved the ASN.1 dumper a …
(edit) @51856   11 years vboxsync Added the odd sha-2 algorithms to RTCrDigest and extended the …
(edit) @51851   11 years vboxsync Renamed hash implementations to fit better into the build system, …
(edit) @51843   11 years vboxsync Renamed md5.cpp to md5-alt.cpp.
(edit) @51842   11 years vboxsync Added alternative SHA-512/224 and SHA-512/256 implementations while at it.
(edit) @51841   11 years vboxsync Alternative SHA-512 and SHA-384 implementation.
(edit) @51839   11 years vboxsync testcases/tstUtf8: parfait warnings
(edit) @51838   11 years vboxsync Alternative SHA-256 implementation.
(edit) @51837   11 years vboxsync gcc warning
(edit) @51828   11 years vboxsync Added alternative SHA-1 code. Extended asm.h with 32-bit and 64-bit …
(edit) @51823   11 years vboxsync Better error message.
(edit) @51821   11 years vboxsync Implemented MD2 (legacy reasons).
(edit) @51820   11 years vboxsync New message digest testcase + a fix to digest-builtin.cpp.
(edit) @51810   11 years vboxsync validation kit build fix.
(edit) @51809   11 years vboxsync validation kit build fix.
(edit) @51796   11 years vboxsync Added two missing roundtrip case folding tests.
(edit) @51795   11 years vboxsync UTF-8 case folding hacks to deal with U+0130, U+0131, U+017f and …
(edit) @51794   11 years vboxsync Darwin loader rc fix (VERR_INVALID_EXE_SIGNATURE).
(edit) @51793   11 years vboxsync stupid gcc build fix
(edit) @51792   11 years vboxsync Better fix
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette