From 4035b1bfb1e5843a539a8b624d21952b756974d1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 16:19:18 +0200 Subject: Adding upstream version 6.1.22-dfsg. Signed-off-by: Daniel Baumann --- src/VBox/Runtime/.scm-settings | 69 + src/VBox/Runtime/Doxyfile | 2539 + src/VBox/Runtime/Makefile.kmk | 4025 ++ src/VBox/Runtime/VBox/DefToAsmExterns.sed | 71 + src/VBox/Runtime/VBox/DefToAsmExternsVcc32.sed | 79 + src/VBox/Runtime/VBox/LoadVBoxDDU.cpp | 125 + src/VBox/Runtime/VBox/Makefile.kup | 0 src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp | 211 + src/VBox/Runtime/VBox/VBoxRTDeps.cpp | 111 + src/VBox/Runtime/VBox/VBoxRTImp-gcc.def | 649 + src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def | 632 + src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def | 632 + src/VBox/Runtime/VBox/VBoxRTImp.def | 2239 + src/VBox/Runtime/VBox/VBoxRTStableCheck.cpp | 33 + src/VBox/Runtime/VBox/dbus.cpp | 34 + src/VBox/Runtime/VBox/errmsgvboxcom.xsl | 81 + src/VBox/Runtime/VBox/log-vbox.cpp | 714 + src/VBox/Runtime/VBox/logbackdoor-redirect.cpp | 128 + src/VBox/Runtime/VBox/logbackdoor.cpp | 95 + src/VBox/Runtime/common/Makefile.kup | 0 src/VBox/Runtime/common/alloc/Makefile.kup | 0 src/VBox/Runtime/common/alloc/alloc.cpp | 73 + src/VBox/Runtime/common/alloc/heapoffset.cpp | 928 + src/VBox/Runtime/common/alloc/heapsimple.cpp | 920 + src/VBox/Runtime/common/alloc/memcache.cpp | 585 + src/VBox/Runtime/common/alloc/memtracker.cpp | 1349 + src/VBox/Runtime/common/asm/ASMAddFlags.asm | 70 + .../Runtime/common/asm/ASMAtomicCmpXchgExU64.asm | 84 + .../Runtime/common/asm/ASMAtomicCmpXchgU16.asm | 63 + .../Runtime/common/asm/ASMAtomicCmpXchgU64.asm | 78 + src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU8.asm | 63 + src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm | 71 + src/VBox/Runtime/common/asm/ASMAtomicUoAndU32.asm | 56 + src/VBox/Runtime/common/asm/ASMAtomicUoAndU64.asm | 76 + src/VBox/Runtime/common/asm/ASMAtomicUoDecU32.asm | 56 + src/VBox/Runtime/common/asm/ASMAtomicUoIncU32.asm | 56 + src/VBox/Runtime/common/asm/ASMAtomicUoOrU32.asm | 56 + src/VBox/Runtime/common/asm/ASMAtomicUoOrU64.asm | 76 + src/VBox/Runtime/common/asm/ASMAtomicUoReadU64.asm | 70 + src/VBox/Runtime/common/asm/ASMAtomicXchgU16.asm | 60 + src/VBox/Runtime/common/asm/ASMAtomicXchgU64.asm | 70 + src/VBox/Runtime/common/asm/ASMBitFirstClear.asm | 127 + src/VBox/Runtime/common/asm/ASMBitFirstSet.asm | 127 + src/VBox/Runtime/common/asm/ASMBitFirstSetU16.asm | 93 + src/VBox/Runtime/common/asm/ASMBitFirstSetU32.asm | 97 + src/VBox/Runtime/common/asm/ASMBitFirstSetU64.asm | 116 + src/VBox/Runtime/common/asm/ASMBitLastSetU16.asm | 91 + src/VBox/Runtime/common/asm/ASMBitLastSetU32.asm | 97 + src/VBox/Runtime/common/asm/ASMBitLastSetU64.asm | 120 + src/VBox/Runtime/common/asm/ASMBitNextClear.asm | 173 + src/VBox/Runtime/common/asm/ASMBitNextSet.asm | 173 + src/VBox/Runtime/common/asm/ASMCpuId.asm | 111 + src/VBox/Runtime/common/asm/ASMCpuIdExSlow.asm | 171 + src/VBox/Runtime/common/asm/ASMCpuId_Idx_ECX.asm | 116 + src/VBox/Runtime/common/asm/ASMFxRstor.asm | 64 + src/VBox/Runtime/common/asm/ASMFxSave.asm | 64 + src/VBox/Runtime/common/asm/ASMGetFlags.asm | 43 + src/VBox/Runtime/common/asm/ASMGetGDTR.asm | 52 + src/VBox/Runtime/common/asm/ASMGetIDTR.asm | 52 + src/VBox/Runtime/common/asm/ASMGetIdtrLimit.asm | 48 + src/VBox/Runtime/common/asm/ASMGetLDTR.asm | 43 + src/VBox/Runtime/common/asm/ASMGetSegAttr.asm | 61 + src/VBox/Runtime/common/asm/ASMGetTR.asm | 43 + src/VBox/Runtime/common/asm/ASMGetXcr0.asm | 56 + .../common/asm/ASMMemFirstMismatchingU8.asm | 345 + .../Runtime/common/asm/ASMMultU32ByU32DivByU32.asm | 64 + .../Runtime/common/asm/ASMMultU64ByU32DivByU32.asm | 102 + src/VBox/Runtime/common/asm/ASMNopPause.asm | 41 + src/VBox/Runtime/common/asm/ASMRdMsrEx.asm | 84 + .../common/asm/ASMSerializeInstruction-cpuid.asm | 49 + .../common/asm/ASMSerializeInstruction-iret.asm | 61 + .../common/asm/ASMSerializeInstruction-rdtscp.asm | 46 + src/VBox/Runtime/common/asm/ASMSetFlags.asm | 59 + src/VBox/Runtime/common/asm/ASMSetGDTR.asm | 52 + src/VBox/Runtime/common/asm/ASMSetIDTR.asm | 52 + src/VBox/Runtime/common/asm/ASMSetXcr0.asm | 70 + src/VBox/Runtime/common/asm/ASMWrMsrEx.asm | 79 + src/VBox/Runtime/common/asm/ASMXRstor.asm | 63 + src/VBox/Runtime/common/asm/ASMXSave.asm | 63 + src/VBox/Runtime/common/asm/Makefile.kup | 0 src/VBox/Runtime/common/asm/asm-fake.cpp | 500 + src/VBox/Runtime/common/asn1/Makefile.kup | 0 src/VBox/Runtime/common/asn1/asn1-basics.cpp | 601 + src/VBox/Runtime/common/asn1/asn1-cursor.cpp | 668 + .../Runtime/common/asn1/asn1-default-allocator.cpp | 221 + src/VBox/Runtime/common/asn1/asn1-dump.cpp | 634 + .../Runtime/common/asn1/asn1-efence-allocator.cpp | 205 + src/VBox/Runtime/common/asn1/asn1-encode.cpp | 476 + .../Runtime/common/asn1/asn1-safer-allocator.cpp | 222 + .../common/asn1/asn1-ut-bitstring-decode.cpp | 131 + .../common/asn1/asn1-ut-bitstring-template.h | 45 + src/VBox/Runtime/common/asn1/asn1-ut-bitstring.cpp | 518 + .../Runtime/common/asn1/asn1-ut-boolean-decode.cpp | 83 + .../Runtime/common/asn1/asn1-ut-boolean-template.h | 45 + src/VBox/Runtime/common/asn1/asn1-ut-boolean.cpp | 208 + .../Runtime/common/asn1/asn1-ut-core-decode.cpp | 59 + .../Runtime/common/asn1/asn1-ut-core-template.h | 45 + src/VBox/Runtime/common/asn1/asn1-ut-core.cpp | 321 + .../Runtime/common/asn1/asn1-ut-dyntype-decode.cpp | 243 + src/VBox/Runtime/common/asn1/asn1-ut-dyntype.cpp | 171 + .../Runtime/common/asn1/asn1-ut-integer-decode.cpp | 87 + .../Runtime/common/asn1/asn1-ut-integer-template.h | 45 + src/VBox/Runtime/common/asn1/asn1-ut-integer.cpp | 498 + .../Runtime/common/asn1/asn1-ut-null-decode.cpp | 63 + src/VBox/Runtime/common/asn1/asn1-ut-null.cpp | 131 + .../Runtime/common/asn1/asn1-ut-objid-decode.cpp | 367 + .../Runtime/common/asn1/asn1-ut-objid-template.h | 54 + src/VBox/Runtime/common/asn1/asn1-ut-objid.cpp | 546 + .../common/asn1/asn1-ut-octetstring-decode.cpp | 80 + .../common/asn1/asn1-ut-octetstring-template.h | 45 + .../Runtime/common/asn1/asn1-ut-octetstring.cpp | 428 + .../Runtime/common/asn1/asn1-ut-string-decode.cpp | 189 + .../Runtime/common/asn1/asn1-ut-string-template.h | 45 + .../Runtime/common/asn1/asn1-ut-string-template2.h | 39 + src/VBox/Runtime/common/asn1/asn1-ut-string.cpp | 1845 + .../Runtime/common/asn1/asn1-ut-time-decode.cpp | 405 + .../Runtime/common/asn1/asn1-ut-time-template.h | 45 + .../Runtime/common/asn1/asn1-ut-time-template2.h | 30 + src/VBox/Runtime/common/asn1/asn1-ut-time.cpp | 265 + src/VBox/Runtime/common/asn1/oiddb.cfg | 263 + src/VBox/Runtime/common/asn1/oiddb2c.cpp | 628 + src/VBox/Runtime/common/checksum/Makefile.kup | 0 src/VBox/Runtime/common/checksum/RTSha1Digest.cpp | 191 + .../Runtime/common/checksum/RTSha256Digest.cpp | 191 + src/VBox/Runtime/common/checksum/adler32.cpp | 171 + src/VBox/Runtime/common/checksum/alt-md2.cpp | 272 + src/VBox/Runtime/common/checksum/alt-md4.cpp | 283 + src/VBox/Runtime/common/checksum/alt-md5.cpp | 364 + src/VBox/Runtime/common/checksum/alt-sha1.cpp | 525 + src/VBox/Runtime/common/checksum/alt-sha256.cpp | 683 + src/VBox/Runtime/common/checksum/alt-sha512.cpp | 795 + src/VBox/Runtime/common/checksum/crc16ccitt.cpp | 108 + src/VBox/Runtime/common/checksum/crc32-zlib.cpp | 89 + src/VBox/Runtime/common/checksum/crc32.cpp | 186 + src/VBox/Runtime/common/checksum/crc32c.cpp | 122 + src/VBox/Runtime/common/checksum/crc64.cpp | 212 + src/VBox/Runtime/common/checksum/ipv4.cpp | 764 + src/VBox/Runtime/common/checksum/ipv6.cpp | 126 + src/VBox/Runtime/common/checksum/manifest-file.cpp | 84 + src/VBox/Runtime/common/checksum/manifest.cpp | 583 + src/VBox/Runtime/common/checksum/manifest2.cpp | 1567 + src/VBox/Runtime/common/checksum/manifest3.cpp | 699 + src/VBox/Runtime/common/checksum/md2str.cpp | 49 + src/VBox/Runtime/common/checksum/md4str.cpp | 49 + src/VBox/Runtime/common/checksum/md5str.cpp | 49 + src/VBox/Runtime/common/checksum/openssl-md2.cpp | 82 + src/VBox/Runtime/common/checksum/openssl-md4.cpp | 82 + src/VBox/Runtime/common/checksum/openssl-md5.cpp | 72 + src/VBox/Runtime/common/checksum/openssl-sha1.cpp | 88 + .../Runtime/common/checksum/openssl-sha256.cpp | 138 + .../Runtime/common/checksum/openssl-sha512.cpp | 139 + src/VBox/Runtime/common/checksum/sha1str.cpp | 49 + src/VBox/Runtime/common/checksum/sha224str.cpp | 49 + src/VBox/Runtime/common/checksum/sha256str.cpp | 49 + src/VBox/Runtime/common/checksum/sha384str.cpp | 49 + src/VBox/Runtime/common/checksum/sha512str.cpp | 49 + src/VBox/Runtime/common/checksum/sha512t224str.cpp | 49 + src/VBox/Runtime/common/checksum/sha512t256str.cpp | 49 + src/VBox/Runtime/common/crypto/Makefile.kup | 0 .../common/crypto/RTCrPkcs5Pbkdf2Hmac-openssl.cpp | 74 + .../common/crypto/RTCrRandBytes-openssl.cpp | 57 + .../crypto/RTCrStoreCertAddFromJavaKeyStore.cpp | 310 + ...RTCrStoreCertAddWantedFromFishingExpedition.cpp | 246 + .../common/crypto/RTCrStoreCertExportAsPem.cpp | 137 + ...teSnapshotOfUserAndSystemTrustedCAsAndCerts.cpp | 79 + src/VBox/Runtime/common/crypto/cipher-openssl.cpp | 348 + src/VBox/Runtime/common/crypto/digest-builtin.cpp | 867 + src/VBox/Runtime/common/crypto/digest-core.cpp | 475 + src/VBox/Runtime/common/crypto/digest-vfs.cpp | 70 + src/VBox/Runtime/common/crypto/iprt-openssl.cpp | 88 + .../common/crypto/key-create-rsa-openssl.cpp | 92 + src/VBox/Runtime/common/crypto/key-file.cpp | 516 + src/VBox/Runtime/common/crypto/key-internal.h | 110 + src/VBox/Runtime/common/crypto/key-openssl.cpp | 155 + src/VBox/Runtime/common/crypto/key.cpp | 384 + src/VBox/Runtime/common/crypto/pemfile.cpp | 652 + .../Runtime/common/crypto/pkcs7-asn1-decoder.cpp | 164 + src/VBox/Runtime/common/crypto/pkcs7-core.cpp | 211 + src/VBox/Runtime/common/crypto/pkcs7-init.cpp | 52 + src/VBox/Runtime/common/crypto/pkcs7-internal.h | 37 + src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp | 208 + src/VBox/Runtime/common/crypto/pkcs7-template.h | 226 + src/VBox/Runtime/common/crypto/pkcs7-verify.cpp | 832 + src/VBox/Runtime/common/crypto/pkix-sign.cpp | 254 + .../common/crypto/pkix-signature-builtin.cpp | 138 + .../Runtime/common/crypto/pkix-signature-builtin.h | 38 + .../Runtime/common/crypto/pkix-signature-core.cpp | 288 + .../Runtime/common/crypto/pkix-signature-rsa.cpp | 465 + src/VBox/Runtime/common/crypto/pkix-util.cpp | 93 + src/VBox/Runtime/common/crypto/pkix-verify.cpp | 307 + src/VBox/Runtime/common/crypto/rc4-openssl.cpp | 63 + .../Runtime/common/crypto/rsa-asn1-decoder.cpp | 43 + src/VBox/Runtime/common/crypto/rsa-core.cpp | 44 + src/VBox/Runtime/common/crypto/rsa-init.cpp | 43 + src/VBox/Runtime/common/crypto/rsa-internal.h | 40 + src/VBox/Runtime/common/crypto/rsa-sanity.cpp | 43 + src/VBox/Runtime/common/crypto/rsa-template.h | 108 + .../Runtime/common/crypto/spc-asn1-decoder.cpp | 78 + src/VBox/Runtime/common/crypto/spc-core.cpp | 84 + src/VBox/Runtime/common/crypto/spc-init.cpp | 45 + src/VBox/Runtime/common/crypto/spc-internal.h | 37 + src/VBox/Runtime/common/crypto/spc-sanity.cpp | 167 + src/VBox/Runtime/common/crypto/spc-template.h | 186 + src/VBox/Runtime/common/crypto/ssl-openssl.cpp | 493 + .../Runtime/common/crypto/store-cert-add-basic.cpp | 855 + src/VBox/Runtime/common/crypto/store-inmem.cpp | 385 + src/VBox/Runtime/common/crypto/store-internal.h | 166 + src/VBox/Runtime/common/crypto/store.cpp | 466 + .../Runtime/common/crypto/taf-asn1-decoder.cpp | 44 + src/VBox/Runtime/common/crypto/taf-core.cpp | 41 + src/VBox/Runtime/common/crypto/taf-init.cpp | 44 + src/VBox/Runtime/common/crypto/taf-internal.h | 37 + src/VBox/Runtime/common/crypto/taf-sanity.cpp | 42 + src/VBox/Runtime/common/crypto/taf-template.h | 94 + .../Runtime/common/crypto/tsp-asn1-decoder.cpp | 41 + src/VBox/Runtime/common/crypto/tsp-core.cpp | 41 + src/VBox/Runtime/common/crypto/tsp-init.cpp | 41 + src/VBox/Runtime/common/crypto/tsp-internal.h | 37 + src/VBox/Runtime/common/crypto/tsp-sanity.cpp | 41 + src/VBox/Runtime/common/crypto/tsp-template.h | 103 + .../Runtime/common/crypto/x509-asn1-decoder.cpp | 220 + src/VBox/Runtime/common/crypto/x509-certpaths.cpp | 2877 + src/VBox/Runtime/common/crypto/x509-core.cpp | 1618 + src/VBox/Runtime/common/crypto/x509-file.cpp | 164 + src/VBox/Runtime/common/crypto/x509-init.cpp | 78 + src/VBox/Runtime/common/crypto/x509-internal.h | 37 + src/VBox/Runtime/common/crypto/x509-sanity.cpp | 161 + src/VBox/Runtime/common/crypto/x509-template.h | 458 + src/VBox/Runtime/common/crypto/x509-verify.cpp | 147 + src/VBox/Runtime/common/dbg/Makefile.kup | 0 src/VBox/Runtime/common/dbg/dbg.cpp | 112 + src/VBox/Runtime/common/dbg/dbgas.cpp | 1808 + src/VBox/Runtime/common/dbg/dbgcfg.cpp | 2484 + src/VBox/Runtime/common/dbg/dbgmod.cpp | 2303 + src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp | 3187 ++ src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp | 1040 + src/VBox/Runtime/common/dbg/dbgmoddbghelp.cpp | 526 + src/VBox/Runtime/common/dbg/dbgmoddeferred.cpp | 720 + src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp | 6276 +++ src/VBox/Runtime/common/dbg/dbgmodexports.cpp | 173 + src/VBox/Runtime/common/dbg/dbgmodldr.cpp | 276 + src/VBox/Runtime/common/dbg/dbgmodmapsym.cpp | 612 + src/VBox/Runtime/common/dbg/dbgmodnm.cpp | 571 + .../common/dbg/dbgstackdumpself-amd64-x86.asm | 147 + src/VBox/Runtime/common/dbg/dbgstackdumpself.cpp | 533 + src/VBox/Runtime/common/dvm/Makefile.kup | 0 src/VBox/Runtime/common/dvm/dvm.cpp | 704 + src/VBox/Runtime/common/dvm/dvmbsdlabel.cpp | 570 + src/VBox/Runtime/common/dvm/dvmgpt.cpp | 582 + src/VBox/Runtime/common/dvm/dvmmbr.cpp | 731 + src/VBox/Runtime/common/dvm/dvmvfs.cpp | 1453 + src/VBox/Runtime/common/err/Makefile.kup | 0 .../Runtime/common/err/RTErrConvertFromErrno.cpp | 457 + .../Runtime/common/err/RTErrConvertToErrno.cpp | 451 + src/VBox/Runtime/common/err/errinfo-alloc.cpp | 70 + src/VBox/Runtime/common/err/errinfo.cpp | 127 + src/VBox/Runtime/common/err/errinfolog.cpp | 185 + src/VBox/Runtime/common/err/errmsg.cpp | 115 + src/VBox/Runtime/common/err/errmsg.sed | 88 + src/VBox/Runtime/common/err/errmsgcom.sed | 66 + src/VBox/Runtime/common/err/errmsgxpcom.cpp | 154 + src/VBox/Runtime/common/fs/Makefile.kup | 0 src/VBox/Runtime/common/fs/RTFsCmdLs.cpp | 1838 + src/VBox/Runtime/common/fs/extvfs.cpp | 2859 + src/VBox/Runtime/common/fs/fatvfs.cpp | 6346 +++ src/VBox/Runtime/common/fs/isomaker.cpp | 7468 +++ src/VBox/Runtime/common/fs/isomakercmd-man.xml | 569 + src/VBox/Runtime/common/fs/isomakercmd.cpp | 3616 ++ src/VBox/Runtime/common/fs/isomakerimport.cpp | 2720 + src/VBox/Runtime/common/fs/isovfs.cpp | 5995 ++ src/VBox/Runtime/common/fs/ntfsvfs.cpp | 5683 ++ src/VBox/Runtime/common/fs/xfsvfs.cpp | 2459 + src/VBox/Runtime/common/fuzz/Makefile.kup | 0 src/VBox/Runtime/common/fuzz/fuzz-observer.cpp | 1393 + .../Runtime/common/fuzz/fuzz-target-recorder.cpp | 791 + src/VBox/Runtime/common/fuzz/fuzz.cpp | 2181 + src/VBox/Runtime/common/fuzz/fuzzclientcmd.cpp | 317 + src/VBox/Runtime/common/fuzz/fuzzmastercmd.cpp | 1861 + .../common/ioqueue/ioqueue-aiofile-provider.cpp | 328 + .../common/ioqueue/ioqueue-stdfile-provider.cpp | 539 + src/VBox/Runtime/common/ioqueue/ioqueuebase.cpp | 287 + src/VBox/Runtime/common/ldr/Makefile.kup | 0 src/VBox/Runtime/common/ldr/ldr.cpp | 176 + src/VBox/Runtime/common/ldr/ldrELF.cpp | 188 + .../Runtime/common/ldr/ldrELFRelocatable.cpp.h | 3056 + src/VBox/Runtime/common/ldr/ldrEx.cpp | 800 + src/VBox/Runtime/common/ldr/ldrFile.cpp | 307 + src/VBox/Runtime/common/ldr/ldrLX.cpp | 3111 ++ src/VBox/Runtime/common/ldr/ldrMachO.cpp | 5690 ++ src/VBox/Runtime/common/ldr/ldrMemory.cpp | 326 + src/VBox/Runtime/common/ldr/ldrNative.cpp | 354 + src/VBox/Runtime/common/ldr/ldrPE.cpp | 4881 ++ src/VBox/Runtime/common/ldr/ldrVfsFile.cpp | 283 + src/VBox/Runtime/common/log/Makefile.kup | 0 src/VBox/Runtime/common/log/log.cpp | 4126 ++ src/VBox/Runtime/common/log/logcom.cpp | 146 + src/VBox/Runtime/common/log/logellipsis.cpp | 105 + src/VBox/Runtime/common/log/logformat.cpp | 100 + src/VBox/Runtime/common/log/logrel.cpp | 185 + src/VBox/Runtime/common/log/logrelellipsis.cpp | 78 + src/VBox/Runtime/common/log/tracebuf.cpp | 688 + src/VBox/Runtime/common/log/tracedefault.cpp | 82 + src/VBox/Runtime/common/log/tracelogreader.cpp | 1747 + src/VBox/Runtime/common/log/tracelogwriter.cpp | 953 + src/VBox/Runtime/common/math/Makefile.kup | 0 src/VBox/Runtime/common/math/RTUInt128MulByU64.asm | 81 + src/VBox/Runtime/common/math/amd64/Makefile.kup | 0 src/VBox/Runtime/common/math/bignum-amd64-x86.asm | 881 + src/VBox/Runtime/common/math/bignum.cpp | 2867 + src/VBox/Runtime/common/math/ceill.asm | 60 + src/VBox/Runtime/common/math/cosl.asm | 62 + src/VBox/Runtime/common/math/fabs.asm | 58 + src/VBox/Runtime/common/math/fabsf.asm | 58 + src/VBox/Runtime/common/math/fabsl.asm | 46 + src/VBox/Runtime/common/math/floor.asm | 68 + src/VBox/Runtime/common/math/floorf.asm | 68 + src/VBox/Runtime/common/math/floorl.asm | 59 + src/VBox/Runtime/common/math/gcc/Makefile.kup | 0 src/VBox/Runtime/common/math/gcc/adddi3.c | 63 + src/VBox/Runtime/common/math/gcc/anddi3.c | 61 + src/VBox/Runtime/common/math/gcc/ashldi3.c | 70 + src/VBox/Runtime/common/math/gcc/ashrdi3.c | 82 + src/VBox/Runtime/common/math/gcc/cmpdi2.c | 62 + src/VBox/Runtime/common/math/gcc/divdi3.c | 70 + src/VBox/Runtime/common/math/gcc/iordi3.c | 61 + src/VBox/Runtime/common/math/gcc/lshldi3.c | 70 + src/VBox/Runtime/common/math/gcc/lshrdi3.c | 69 + src/VBox/Runtime/common/math/gcc/moddi3.c | 70 + src/VBox/Runtime/common/math/gcc/muldi3.c | 249 + src/VBox/Runtime/common/math/gcc/negdi2.c | 60 + src/VBox/Runtime/common/math/gcc/notdi2.c | 61 + src/VBox/Runtime/common/math/gcc/qdivrem.c | 285 + src/VBox/Runtime/common/math/gcc/quad.h | 174 + src/VBox/Runtime/common/math/gcc/subdi3.c | 62 + src/VBox/Runtime/common/math/gcc/ucmpdi2.c | 61 + src/VBox/Runtime/common/math/gcc/udivdi3.c | 56 + src/VBox/Runtime/common/math/gcc/udivmoddi4.c | 55 + src/VBox/Runtime/common/math/gcc/umoddi3.c | 58 + src/VBox/Runtime/common/math/gcc/xordi3.c | 61 + src/VBox/Runtime/common/math/ldexpl.asm | 55 + src/VBox/Runtime/common/math/llrint.asm | 53 + src/VBox/Runtime/common/math/llrintf.asm | 53 + src/VBox/Runtime/common/math/llrintl.asm | 53 + src/VBox/Runtime/common/math/logl.asm | 65 + src/VBox/Runtime/common/math/lrint.asm | 52 + src/VBox/Runtime/common/math/lrintf.asm | 52 + src/VBox/Runtime/common/math/lrintl.asm | 54 + src/VBox/Runtime/common/math/remainder.asm | 67 + src/VBox/Runtime/common/math/remainderf.asm | 66 + src/VBox/Runtime/common/math/remainderl.asm | 58 + src/VBox/Runtime/common/math/sinl.asm | 61 + src/VBox/Runtime/common/math/tanl.asm | 62 + src/VBox/Runtime/common/math/trunc.asm | 68 + src/VBox/Runtime/common/math/truncf.asm | 68 + src/VBox/Runtime/common/math/truncl.asm | 59 + src/VBox/Runtime/common/math/watcom/I8D-x86-32.asm | 98 + .../Runtime/common/math/watcom/RTWatcomUInt64Div.c | 38 + src/VBox/Runtime/common/math/watcom/U8D-x86-32.asm | 74 + .../Runtime/common/math/watcom/U8LS-x86-32.asm | 64 + .../Runtime/common/math/watcom/U8M-I8M-x86-32.asm | 77 + .../Runtime/common/math/watcom/U8RS-x86-32.asm | 63 + src/VBox/Runtime/common/math/x86/Makefile.kup | 0 src/VBox/Runtime/common/math/x86/fenv-x86.c | 218 + src/VBox/Runtime/common/misc/Makefile.kup | 0 src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp | 42 + src/VBox/Runtime/common/misc/RTAssertMsg2.cpp | 45 + src/VBox/Runtime/common/misc/RTAssertMsg2Add.cpp | 45 + .../Runtime/common/misc/RTAssertMsg2AddWeak.cpp | 45 + .../Runtime/common/misc/RTAssertMsg2AddWeakV.cpp | 40 + src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp | 45 + src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp | 40 + src/VBox/Runtime/common/misc/RTFileModeToFlags.cpp | 354 + src/VBox/Runtime/common/misc/RTFileOpenF.cpp | 44 + src/VBox/Runtime/common/misc/RTFileOpenV.cpp | 48 + .../Runtime/common/misc/RTMemWipeThoroughly.cpp | 55 + .../common/misc/RTSystemFirmwareTypeName.cpp | 50 + .../common/misc/RTSystemIsInsideVM-amd64-x86.cpp | 48 + src/VBox/Runtime/common/misc/assert.cpp | 353 + src/VBox/Runtime/common/misc/buildconfig.cpp | 142 + src/VBox/Runtime/common/misc/cidr.cpp | 119 + src/VBox/Runtime/common/misc/circbuf.cpp | 252 + src/VBox/Runtime/common/misc/getopt.cpp | 856 + src/VBox/Runtime/common/misc/getoptargv.cpp | 644 + src/VBox/Runtime/common/misc/handle.cpp | 75 + src/VBox/Runtime/common/misc/handletable.cpp | 224 + src/VBox/Runtime/common/misc/handletable.h | 247 + src/VBox/Runtime/common/misc/handletablectx.cpp | 329 + src/VBox/Runtime/common/misc/handletablesimple.cpp | 304 + src/VBox/Runtime/common/misc/inifile.cpp | 791 + src/VBox/Runtime/common/misc/json.cpp | 1869 + src/VBox/Runtime/common/misc/lockvalidator.cpp | 4472 ++ src/VBox/Runtime/common/misc/message.cpp | 237 + src/VBox/Runtime/common/misc/messagerefentry.cpp | 322 + src/VBox/Runtime/common/misc/once.cpp | 440 + src/VBox/Runtime/common/misc/req.cpp | 476 + src/VBox/Runtime/common/misc/reqpool.cpp | 1213 + src/VBox/Runtime/common/misc/reqqueue.cpp | 452 + src/VBox/Runtime/common/misc/s3.cpp | 1019 + src/VBox/Runtime/common/misc/sanity-c.c | 27 + src/VBox/Runtime/common/misc/sanity-cpp.cpp | 28 + src/VBox/Runtime/common/misc/sanity.h | 215 + src/VBox/Runtime/common/misc/semspingpong.cpp | 251 + src/VBox/Runtime/common/misc/setjmp.asm | 138 + src/VBox/Runtime/common/misc/sg.cpp | 447 + src/VBox/Runtime/common/misc/term.cpp | 242 + src/VBox/Runtime/common/misc/thread.cpp | 1610 + src/VBox/Runtime/common/misc/uri.cpp | 1171 + src/VBox/Runtime/common/misc/zero.asm | 52 + src/VBox/Runtime/common/misc/zero.cpp | 42 + src/VBox/Runtime/common/net/Makefile.kup | 0 src/VBox/Runtime/common/net/macstr.cpp | 113 + src/VBox/Runtime/common/net/netaddrstr.cpp | 1223 + src/VBox/Runtime/common/net/netaddrstr2.cpp | 618 + src/VBox/Runtime/common/path/Makefile.kup | 0 src/VBox/Runtime/common/path/RTPathAbsDup.cpp | 46 + src/VBox/Runtime/common/path/RTPathAbsEx.cpp | 689 + src/VBox/Runtime/common/path/RTPathAbsExDup.cpp | 72 + src/VBox/Runtime/common/path/RTPathAppend.cpp | 41 + src/VBox/Runtime/common/path/RTPathAppendEx.cpp | 186 + .../Runtime/common/path/RTPathCalcRelative.cpp | 238 + .../common/path/RTPathChangeToDosSlashes.cpp | 64 + .../common/path/RTPathChangeToUnixSlashes.cpp | 64 + .../Runtime/common/path/RTPathCopyComponents.cpp | 84 + .../Runtime/common/path/RTPathCountComponents.cpp | 52 + .../common/path/RTPathEnsureTrailingSeparator.cpp | 98 + src/VBox/Runtime/common/path/RTPathExt.cpp | 69 + src/VBox/Runtime/common/path/RTPathFilename.cpp | 99 + .../Runtime/common/path/RTPathFilenameUtf16.cpp | 99 + src/VBox/Runtime/common/path/RTPathFindCommon.cpp | 117 + .../Runtime/common/path/RTPathFindCommon.cpp.h | 257 + src/VBox/Runtime/common/path/RTPathGlob.cpp | 2167 + src/VBox/Runtime/common/path/RTPathHasExt.cpp | 40 + src/VBox/Runtime/common/path/RTPathHasPath.cpp | 51 + src/VBox/Runtime/common/path/RTPathJoin.cpp | 57 + src/VBox/Runtime/common/path/RTPathJoinA.cpp | 73 + src/VBox/Runtime/common/path/RTPathJoinEx.cpp | 59 + .../Runtime/common/path/RTPathParentLength.cpp | 97 + .../Runtime/common/path/RTPathParentLength.cpp.h | 58 + src/VBox/Runtime/common/path/RTPathParse.cpp | 75 + src/VBox/Runtime/common/path/RTPathParse.cpp.h | 246 + src/VBox/Runtime/common/path/RTPathParseSimple.cpp | 152 + .../Runtime/common/path/RTPathParsedReassemble.cpp | 151 + .../Runtime/common/path/RTPathPurgeFilename.cpp | 121 + src/VBox/Runtime/common/path/RTPathRealDup.cpp | 54 + src/VBox/Runtime/common/path/RTPathRmCmd.cpp | 648 + .../Runtime/common/path/RTPathSkipRootSpec.cpp | 41 + src/VBox/Runtime/common/path/RTPathSplit.cpp | 133 + src/VBox/Runtime/common/path/RTPathSplitA.cpp | 91 + .../Runtime/common/path/RTPathSplitReassemble.cpp | 120 + .../Runtime/common/path/RTPathStartsWithRoot.cpp | 41 + src/VBox/Runtime/common/path/RTPathStripExt.cpp | 43 + .../Runtime/common/path/RTPathStripFilename.cpp | 89 + .../common/path/RTPathStripTrailingSlash.cpp | 64 + .../Runtime/common/path/RTPathTraverseList.cpp | 80 + src/VBox/Runtime/common/path/comparepaths.cpp | 178 + src/VBox/Runtime/common/path/rtPathRootSpecLen.cpp | 93 + .../Runtime/common/path/rtPathVolumeSpecLen.cpp | 70 + .../common/path/rtpath-expand-template.cpp.h | 82 + .../common/path/rtpath-root-length-template.cpp.h | 70 + src/VBox/Runtime/common/rand/Makefile.kup | 0 src/VBox/Runtime/common/rand/rand.cpp | 176 + src/VBox/Runtime/common/rand/randadv.cpp | 414 + src/VBox/Runtime/common/rand/randparkmiller.cpp | 210 + src/VBox/Runtime/common/rest/Makefile.kup | 0 src/VBox/Runtime/common/rest/RTCRestAnyObject.cpp | 596 + src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp | 486 + .../Runtime/common/rest/RTCRestClientApiBase.cpp | 298 + .../common/rest/RTCRestClientApiBaseOci.cpp | 167 + .../common/rest/RTCRestClientRequestBase.cpp | 248 + .../common/rest/RTCRestClientResponseBase.cpp | 380 + .../common/rest/RTCRestJsonPrimaryCursor.cpp | 110 + src/VBox/Runtime/common/rest/RTCRestOutputBase.cpp | 119 + .../common/rest/RTCRestOutputPrettyBase.cpp | 124 + .../common/rest/RTCRestOutputPrettyToString.cpp | 120 + .../Runtime/common/rest/RTCRestOutputToString.cpp | 120 + .../Runtime/common/rest/RTCRestStringMapBase.cpp | 439 + src/VBox/Runtime/common/rest/rest-binary.cpp | 698 + .../common/rest/rest-primary-object-types.cpp | 2387 + src/VBox/Runtime/common/sort/Makefile.kup | 0 src/VBox/Runtime/common/sort/RTSortApvIsSorted.cpp | 48 + src/VBox/Runtime/common/sort/RTSortIsSorted.cpp | 50 + src/VBox/Runtime/common/sort/shellsort.cpp | 101 + src/VBox/Runtime/common/string/Makefile.kup | 0 src/VBox/Runtime/common/string/RTStrCat.cpp | 58 + src/VBox/Runtime/common/string/RTStrCatEx.cpp | 60 + src/VBox/Runtime/common/string/RTStrCatP.cpp | 53 + src/VBox/Runtime/common/string/RTStrCatPEx.cpp | 52 + src/VBox/Runtime/common/string/RTStrCmp.cpp | 60 + src/VBox/Runtime/common/string/RTStrCopy.cpp | 54 + src/VBox/Runtime/common/string/RTStrCopyEx.cpp | 56 + src/VBox/Runtime/common/string/RTStrCopyP.cpp | 60 + src/VBox/Runtime/common/string/RTStrCopyPEx.cpp | 62 + src/VBox/Runtime/common/string/RTStrICmpAscii.cpp | 78 + .../Runtime/common/string/RTStrIStartsWith.cpp | 49 + src/VBox/Runtime/common/string/RTStrMemFind32.asm | 89 + src/VBox/Runtime/common/string/RTStrMemFind32.cpp | 50 + src/VBox/Runtime/common/string/RTStrNCmp.cpp | 62 + src/VBox/Runtime/common/string/RTStrNICmpAscii.cpp | 80 + src/VBox/Runtime/common/string/RTStrNLen.cpp | 41 + src/VBox/Runtime/common/string/RTStrNLenEx.cpp | 49 + .../Runtime/common/string/RTStrPrintHexBytes.cpp | 85 + src/VBox/Runtime/common/string/RTStrSplit.cpp | 123 + src/VBox/Runtime/common/string/RTStrStartsWith.cpp | 49 + src/VBox/Runtime/common/string/RTStrStr.cpp | 47 + src/VBox/Runtime/common/string/RTUtf16Cat.cpp | 44 + src/VBox/Runtime/common/string/RTUtf16CatAscii.cpp | 44 + src/VBox/Runtime/common/string/RTUtf16Chr.cpp | 52 + src/VBox/Runtime/common/string/RTUtf16CmpAscii.cpp | 50 + src/VBox/Runtime/common/string/RTUtf16Copy.cpp | 54 + .../Runtime/common/string/RTUtf16CopyAscii.cpp | 72 + src/VBox/Runtime/common/string/RTUtf16CopyEx.cpp | 55 + src/VBox/Runtime/common/string/RTUtf16End.cpp | 46 + .../Runtime/common/string/RTUtf16ICmpAscii.cpp | 56 + .../Runtime/common/string/RTUtf16NCmpAscii.cpp | 51 + .../Runtime/common/string/RTUtf16NICmpAscii.cpp | 61 + src/VBox/Runtime/common/string/RTUtf16NLen.cpp | 43 + src/VBox/Runtime/common/string/RTUtf16NLenEx.cpp | 49 + .../Runtime/common/string/RTUtf16PrintHexBytes.cpp | 61 + src/VBox/Runtime/common/string/base64.cpp | 567 + src/VBox/Runtime/common/string/bzero.asm | 127 + src/VBox/Runtime/common/string/memchr.asm | 93 + src/VBox/Runtime/common/string/memchr.cpp | 63 + src/VBox/Runtime/common/string/memchr_alias.c | 53 + src/VBox/Runtime/common/string/memcmp.asm | 145 + src/VBox/Runtime/common/string/memcmp.cpp | 86 + src/VBox/Runtime/common/string/memcmp_alias.c | 53 + src/VBox/Runtime/common/string/memcpy.asm | 112 + src/VBox/Runtime/common/string/memcpy.cpp | 80 + src/VBox/Runtime/common/string/memcpy_alias.c | 53 + src/VBox/Runtime/common/string/memmove.asm | 145 + src/VBox/Runtime/common/string/memmove_alias.c | 53 + src/VBox/Runtime/common/string/mempcpy.asm | 100 + src/VBox/Runtime/common/string/memrchr.asm | 97 + src/VBox/Runtime/common/string/memrchr.cpp | 59 + src/VBox/Runtime/common/string/memset.asm | 131 + src/VBox/Runtime/common/string/memset.cpp | 74 + src/VBox/Runtime/common/string/memset_alias.c | 53 + src/VBox/Runtime/common/string/ministring.cpp | 1166 + src/VBox/Runtime/common/string/simplepattern.cpp | 194 + src/VBox/Runtime/common/string/straprintf.cpp | 197 + src/VBox/Runtime/common/string/strcache.cpp | 1229 + src/VBox/Runtime/common/string/strchr.asm | 142 + src/VBox/Runtime/common/string/strchr_alias.c | 53 + src/VBox/Runtime/common/string/strcmp.asm | 101 + src/VBox/Runtime/common/string/strcmp_alias.c | 53 + src/VBox/Runtime/common/string/strcpy.asm | 93 + src/VBox/Runtime/common/string/strcpy.cpp | 48 + src/VBox/Runtime/common/string/strcpy_alias.c | 55 + src/VBox/Runtime/common/string/strformat.cpp | 831 + src/VBox/Runtime/common/string/strformatnum.cpp | 351 + src/VBox/Runtime/common/string/strformatrt.cpp | 1668 + src/VBox/Runtime/common/string/strformattype.cpp | 477 + src/VBox/Runtime/common/string/strhash1.cpp | 72 + src/VBox/Runtime/common/string/stringalloc.cpp | 288 + src/VBox/Runtime/common/string/strlen.asm | 65 + src/VBox/Runtime/common/string/strlen.cpp | 55 + src/VBox/Runtime/common/string/strlen_alias.c | 53 + src/VBox/Runtime/common/string/strncmp.asm | 131 + src/VBox/Runtime/common/string/strncmp.cpp | 52 + src/VBox/Runtime/common/string/strncpy.asm | 129 + src/VBox/Runtime/common/string/strpbrk.cpp | 66 + src/VBox/Runtime/common/string/strprintf.cpp | 149 + src/VBox/Runtime/common/string/strprintf2.cpp | 163 + src/VBox/Runtime/common/string/strspace.cpp | 242 + src/VBox/Runtime/common/string/strstrip.cpp | 93 + src/VBox/Runtime/common/string/strtonum.cpp | 1199 + src/VBox/Runtime/common/string/strversion.cpp | 225 + src/VBox/Runtime/common/string/uni.cpp | 43 + src/VBox/Runtime/common/string/unidata-flags.cpp | 47007 ++++++++++++++++ src/VBox/Runtime/common/string/unidata-lower.cpp | 3901 ++ src/VBox/Runtime/common/string/unidata-upper.cpp | 4068 ++ src/VBox/Runtime/common/string/uniread.cpp | 1313 + src/VBox/Runtime/common/string/utf-16-case.cpp | 439 + src/VBox/Runtime/common/string/utf-16-latin-1.cpp | 481 + src/VBox/Runtime/common/string/utf-16.cpp | 1260 + src/VBox/Runtime/common/string/utf-8-case.cpp | 348 + src/VBox/Runtime/common/string/utf-8-case2.cpp | 118 + src/VBox/Runtime/common/string/utf-8.cpp | 2033 + src/VBox/Runtime/common/string/watcom/bzero.asm | 32 + src/VBox/Runtime/common/string/watcom/memchr.asm | 32 + src/VBox/Runtime/common/string/watcom/memcmp.asm | 32 + src/VBox/Runtime/common/string/watcom/memcpy.asm | 32 + src/VBox/Runtime/common/string/watcom/memmove.asm | 32 + src/VBox/Runtime/common/string/watcom/mempcpy.asm | 32 + src/VBox/Runtime/common/string/watcom/memrchr.asm | 32 + src/VBox/Runtime/common/string/watcom/memset.asm | 32 + src/VBox/Runtime/common/string/watcom/strchr.asm | 32 + src/VBox/Runtime/common/string/watcom/strcmp.asm | 32 + src/VBox/Runtime/common/string/watcom/strcpy.asm | 32 + src/VBox/Runtime/common/string/watcom/strlen.asm | 32 + src/VBox/Runtime/common/string/watcom/strncmp.asm | 32 + src/VBox/Runtime/common/string/watcom/strncpy.asm | 32 + src/VBox/Runtime/common/table/Makefile.kup | 0 src/VBox/Runtime/common/table/avl_Base.cpp.h | 460 + src/VBox/Runtime/common/table/avl_Destroy.cpp.h | 110 + src/VBox/Runtime/common/table/avl_DoWithAll.cpp.h | 142 + src/VBox/Runtime/common/table/avl_Enum.cpp.h | 95 + src/VBox/Runtime/common/table/avl_Get.cpp.h | 67 + src/VBox/Runtime/common/table/avl_GetBestFit.cpp.h | 103 + src/VBox/Runtime/common/table/avl_Range.cpp.h | 84 + .../Runtime/common/table/avl_RemoveBestFit.cpp.h | 70 + src/VBox/Runtime/common/table/avl_RemoveNode.cpp.h | 143 + src/VBox/Runtime/common/table/avlgcphys.cpp | 78 + src/VBox/Runtime/common/table/avlgcptr.cpp | 78 + src/VBox/Runtime/common/table/avlhcphys.cpp | 78 + src/VBox/Runtime/common/table/avllu32.cpp | 79 + src/VBox/Runtime/common/table/avlogcphys.cpp | 79 + src/VBox/Runtime/common/table/avlogcptr.cpp | 80 + src/VBox/Runtime/common/table/avlohcphys.cpp | 79 + src/VBox/Runtime/common/table/avloioport.cpp | 79 + src/VBox/Runtime/common/table/avlou32.cpp | 80 + src/VBox/Runtime/common/table/avlpv.cpp | 78 + src/VBox/Runtime/common/table/avlrfoff.cpp | 84 + src/VBox/Runtime/common/table/avlrgcptr.cpp | 84 + src/VBox/Runtime/common/table/avlrogcphys.cpp | 85 + src/VBox/Runtime/common/table/avlrogcptr.cpp | 85 + src/VBox/Runtime/common/table/avlroioport.cpp | 83 + src/VBox/Runtime/common/table/avlroogcptr.cpp | 92 + src/VBox/Runtime/common/table/avlrpv.cpp | 83 + src/VBox/Runtime/common/table/avlru64.cpp | 83 + src/VBox/Runtime/common/table/avlruintptr.cpp | 84 + src/VBox/Runtime/common/table/avlu32.cpp | 78 + src/VBox/Runtime/common/table/avlu64.cpp | 78 + src/VBox/Runtime/common/table/avluintptr.cpp | 78 + src/VBox/Runtime/common/table/avlul.cpp | 78 + src/VBox/Runtime/common/table/table.cpp | 32 + src/VBox/Runtime/common/time/Makefile.kup | 0 src/VBox/Runtime/common/time/time.cpp | 1644 + src/VBox/Runtime/common/time/timeprog.cpp | 97 + src/VBox/Runtime/common/time/timesup.cpp | 399 + src/VBox/Runtime/common/time/timesupA.asm | 151 + src/VBox/Runtime/common/time/timesupA.mac | 885 + src/VBox/Runtime/common/time/timesupref.cpp | 308 + src/VBox/Runtime/common/time/timesupref.h | 394 + src/VBox/Runtime/common/time/timesysalias.cpp | 57 + src/VBox/Runtime/common/time/timezoneinfo-gen.py | 460 + src/VBox/Runtime/common/time/timezoneinfo.cpp | 1161 + src/VBox/Runtime/common/vfs/Makefile.kup | 0 src/VBox/Runtime/common/vfs/vfsbase.cpp | 4294 ++ src/VBox/Runtime/common/vfs/vfschain.cpp | 1851 + src/VBox/Runtime/common/vfs/vfsfss2dir.cpp | 434 + src/VBox/Runtime/common/vfs/vfsiosmisc.cpp | 228 + src/VBox/Runtime/common/vfs/vfsmemory.cpp | 943 + src/VBox/Runtime/common/vfs/vfsmisc.cpp | 89 + src/VBox/Runtime/common/vfs/vfsmount.cpp | 574 + src/VBox/Runtime/common/vfs/vfsmsg.cpp | 68 + src/VBox/Runtime/common/vfs/vfsprogress.cpp | 542 + src/VBox/Runtime/common/vfs/vfsreadahead.cpp | 1001 + src/VBox/Runtime/common/vfs/vfsstddir.cpp | 855 + src/VBox/Runtime/common/vfs/vfsstdfile.cpp | 640 + src/VBox/Runtime/common/vfs/vfsstdpipe.cpp | 317 + src/VBox/Runtime/common/zip/Makefile.kup | 0 src/VBox/Runtime/common/zip/gzipcmd.cpp | 596 + src/VBox/Runtime/common/zip/gzipvfs.cpp | 1024 + src/VBox/Runtime/common/zip/pkzip.cpp | 248 + src/VBox/Runtime/common/zip/pkzipvfs.cpp | 1283 + src/VBox/Runtime/common/zip/tar.cpp | 703 + src/VBox/Runtime/common/zip/tar.h | 385 + src/VBox/Runtime/common/zip/tarcmd.cpp | 1768 + src/VBox/Runtime/common/zip/tarvfs.cpp | 1533 + src/VBox/Runtime/common/zip/tarvfswriter.cpp | 2137 + src/VBox/Runtime/common/zip/unzipcmd.cpp | 470 + src/VBox/Runtime/common/zip/xarvfs.cpp | 2140 + src/VBox/Runtime/common/zip/zip.cpp | 1995 + src/VBox/Runtime/darwin/Makefile.kup | 0 src/VBox/Runtime/darwin/RTErrConvertFromDarwin.cpp | 129 + .../Runtime/darwin/RTErrConvertFromDarwinCOM.cpp | 64 + .../Runtime/darwin/RTErrConvertFromDarwinIO.cpp | 46 + .../Runtime/darwin/RTErrConvertFromDarwinKern.cpp | 46 + src/VBox/Runtime/gc/initterm-gc.cpp | 76 + src/VBox/Runtime/generic/Makefile.kup | 0 .../generic/RTAssertShouldPanic-generic.cpp | 57 + .../RTCrStoreCreateSnapshotById-generic.cpp | 148 + .../generic/RTDirCreateUniqueNumbered-generic.cpp | 142 + src/VBox/Runtime/generic/RTDirExists-generic.cpp | 49 + .../Runtime/generic/RTDirQueryInfo-generic.cpp | 56 + src/VBox/Runtime/generic/RTDirSetMode-generic.cpp | 64 + src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp | 58 + src/VBox/Runtime/generic/RTEnvDupEx-generic.cpp | 82 + src/VBox/Runtime/generic/RTFileCopy-generic.cpp | 40 + .../generic/RTFileCopyAttributes-generic.cpp | 62 + .../generic/RTFileCopyByHandlesEx-generic.cpp | 161 + src/VBox/Runtime/generic/RTFileCopyEx-generic.cpp | 87 + .../Runtime/generic/RTFileCopyPart-generic.cpp | 50 + .../Runtime/generic/RTFileCopyPartEx-generic.cpp | 156 + src/VBox/Runtime/generic/RTFileExists-generic.cpp | 50 + src/VBox/Runtime/generic/RTFileMove-generic.cpp | 114 + .../Runtime/generic/RTFileQuerySize-generic.cpp | 60 + src/VBox/Runtime/generic/RTFileReadAll-generic.cpp | 40 + .../generic/RTFileReadAllByHandle-generic.cpp | 40 + .../generic/RTFileReadAllByHandleEx-generic.cpp | 117 + .../Runtime/generic/RTFileReadAllEx-generic.cpp | 52 + .../Runtime/generic/RTFileReadAllFree-generic.cpp | 53 + .../generic/RTFileSetAllocationSize-generic.cpp | 51 + .../Runtime/generic/RTLogDefaultInit-generic.cpp | 39 + .../Runtime/generic/RTLogWriteDebugger-generic.cpp | 42 + .../Runtime/generic/RTLogWriteStdErr-generic.cpp | 41 + .../generic/RTLogWriteStdErr-stub-generic.cpp | 42 + .../Runtime/generic/RTLogWriteStdOut-generic.cpp | 43 + .../generic/RTLogWriteStdOut-stub-generic.cpp | 42 + .../Runtime/generic/RTLogWriteUser-generic.cpp | 42 + src/VBox/Runtime/generic/RTMpCpuId-generic.cpp | 48 + .../generic/RTMpCpuIdFromSetIndex-generic.cpp | 40 + .../generic/RTMpCpuIdToSetIndex-generic.cpp | 42 + .../Runtime/generic/RTMpGetArraySize-generic.cpp | 62 + .../Runtime/generic/RTMpGetCoreCount-generic.cpp | 40 + src/VBox/Runtime/generic/RTMpGetCount-generic.cpp | 44 + .../generic/RTMpGetCurFrequency-generic.cpp | 42 + .../generic/RTMpGetDescription-generic-stub.cpp | 54 + .../Runtime/generic/RTMpGetDescription-generic.cpp | 111 + .../Runtime/generic/RTMpGetMaxCpuId-generic.cpp | 40 + .../generic/RTMpGetMaxFrequency-generic.cpp | 42 + .../generic/RTMpGetOnlineCoreCount-generic.cpp | 40 + .../Runtime/generic/RTMpGetOnlineCount-generic.cpp | 44 + .../Runtime/generic/RTMpGetOnlineSet-generic.cpp | 51 + src/VBox/Runtime/generic/RTMpGetSet-generic.cpp | 51 + .../Runtime/generic/RTMpIsCpuOnline-generic.cpp | 40 + .../Runtime/generic/RTMpIsCpuPossible-generic.cpp | 40 + src/VBox/Runtime/generic/RTMpOnPair-generic.cpp | 138 + .../generic/RTPathGetCurrentDrive-generic.cpp | 123 + .../generic/RTPathGetCurrentOnDrive-generic.cpp | 84 + src/VBox/Runtime/generic/RTPathIsSame-generic.cpp | 97 + .../Runtime/generic/RTProcDaemonize-generic.cpp | 96 + .../generic/RTProcIsRunningByName-generic.cpp | 43 + .../generic/RTProcessQueryUsernameA-generic.cpp | 69 + .../RTRandAdvCreateSystemFaster-generic.cpp | 43 + .../generic/RTRandAdvCreateSystemTruer-generic.cpp | 43 + .../generic/RTSemEventMultiWait-2-ex-generic.cpp | 53 + .../generic/RTSemEventMultiWait-generic.cpp | 67 + .../RTSemEventMultiWaitNoResume-2-ex-generic.cpp | 53 + .../generic/RTSemEventWait-2-ex-generic.cpp | 53 + .../Runtime/generic/RTSemEventWait-generic.cpp | 67 + .../RTSemEventWaitNoResume-2-ex-generic.cpp | 53 + .../Runtime/generic/RTSemMutexRequest-generic.cpp | 67 + .../generic/RTSemMutexRequestDebug-generic.cpp | 67 + .../Runtime/generic/RTSystemFirmware-generic.cpp | 53 + .../Runtime/generic/RTSystemIsInsideVM-generic.cpp | 40 + .../generic/RTSystemQueryDmiString-generic.cpp | 47 + .../generic/RTSystemQueryOSInfo-generic.cpp | 56 + .../Runtime/generic/RTSystemShutdown-generic.cpp | 46 + .../generic/RTThreadGetAffinity-stub-generic.cpp | 44 + .../generic/RTThreadGetNativeState-generic.cpp | 49 + .../generic/RTThreadSetAffinity-stub-generic.cpp | 46 + .../generic/RTThreadSetAffinityToCpu-generic.cpp | 59 + .../generic/RTTimeLocalDeltaNano-generic.cpp | 40 + .../generic/RTTimeLocalDeltaNanoFor-generic.cpp | 41 + .../Runtime/generic/RTTimeLocalExplode-generic.cpp | 49 + .../Runtime/generic/RTTimeLocalNow-generic.cpp | 49 + src/VBox/Runtime/generic/RTTimerCreate-generic.cpp | 53 + .../Runtime/generic/RTTimerLRCreate-generic.cpp | 52 + src/VBox/Runtime/generic/RTUuidCreate-generic.cpp | 56 + src/VBox/Runtime/generic/cdrom-generic.cpp | 118 + src/VBox/Runtime/generic/createtemp-generic.cpp | 267 + src/VBox/Runtime/generic/critsect-generic.cpp | 581 + src/VBox/Runtime/generic/critsectrw-generic.cpp | 1071 + src/VBox/Runtime/generic/env-generic.cpp | 1331 + src/VBox/Runtime/generic/errvars-generic.cpp | 68 + src/VBox/Runtime/generic/fileio-at-generic.cpp | 54 + src/VBox/Runtime/generic/fileio-sg-at-generic.cpp | 102 + src/VBox/Runtime/generic/fileio-sg-generic.cpp | 100 + src/VBox/Runtime/generic/fs-stubs-generic.cpp | 93 + src/VBox/Runtime/generic/ftp-server.cpp | 2578 + src/VBox/Runtime/generic/http-curl.cpp | 4158 ++ src/VBox/Runtime/generic/mempool-generic.cpp | 410 + src/VBox/Runtime/generic/memsafer-generic.cpp | 228 + .../Runtime/generic/mppresent-generic-online.cpp | 61 + src/VBox/Runtime/generic/mppresent-generic.cpp | 61 + src/VBox/Runtime/generic/pathhost-generic.cpp | 91 + .../generic/rtStrFormatKernelAddress-generic.cpp | 74 + src/VBox/Runtime/generic/sched-generic.cpp | 88 + src/VBox/Runtime/generic/semfastmutex-generic.cpp | 82 + src/VBox/Runtime/generic/semrw-generic.cpp | 978 + .../Runtime/generic/semrw-lockless-generic.cpp | 971 + src/VBox/Runtime/generic/semxroads-generic.cpp | 441 + src/VBox/Runtime/generic/spinlock-generic.cpp | 227 + .../Runtime/generic/strcache-stubs-generic.cpp | 141 + src/VBox/Runtime/generic/timer-generic.cpp | 337 + src/VBox/Runtime/generic/timerlr-generic.cpp | 442 + src/VBox/Runtime/generic/tls-generic.cpp | 159 + src/VBox/Runtime/generic/utf16locale-generic.cpp | 41 + src/VBox/Runtime/generic/uuid-generic.cpp | 522 + .../Runtime/include/internal/alignmentchecks.h | 74 + src/VBox/Runtime/include/internal/assert.h | 66 + src/VBox/Runtime/include/internal/bignum.mac | 54 + src/VBox/Runtime/include/internal/dbgmod.h | 726 + src/VBox/Runtime/include/internal/dir.h | 196 + src/VBox/Runtime/include/internal/dvm.h | 335 + src/VBox/Runtime/include/internal/file.h | 83 + src/VBox/Runtime/include/internal/fileaio.h | 123 + src/VBox/Runtime/include/internal/fs.h | 86 + src/VBox/Runtime/include/internal/initterm.h | 61 + src/VBox/Runtime/include/internal/ioqueue.h | 52 + src/VBox/Runtime/include/internal/iprt-openssl.h | 49 + src/VBox/Runtime/include/internal/iprt.h | 207 + src/VBox/Runtime/include/internal/ldr.h | 639 + src/VBox/Runtime/include/internal/lockvalidator.h | 119 + src/VBox/Runtime/include/internal/magics.h | 286 + src/VBox/Runtime/include/internal/mem.h | 77 + src/VBox/Runtime/include/internal/memobj.h | 493 + src/VBox/Runtime/include/internal/mp.h | 85 + src/VBox/Runtime/include/internal/path.h | 148 + src/VBox/Runtime/include/internal/pipe.h | 128 + src/VBox/Runtime/include/internal/process.h | 72 + src/VBox/Runtime/include/internal/rand.h | 178 + src/VBox/Runtime/include/internal/req.h | 173 + src/VBox/Runtime/include/internal/sched.h | 50 + src/VBox/Runtime/include/internal/socket.h | 77 + src/VBox/Runtime/include/internal/strhash.h | 112 + src/VBox/Runtime/include/internal/strict.h | 82 + src/VBox/Runtime/include/internal/string.h | 105 + src/VBox/Runtime/include/internal/thread.h | 310 + src/VBox/Runtime/include/internal/time.h | 45 + src/VBox/Runtime/iprt.d | 60 + src/VBox/Runtime/nt/Makefile.kup | 0 src/VBox/Runtime/nt/NtProcessStartup-stub.cpp | 40 + src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp | 110 + src/VBox/Runtime/nt/RTNtPathExpand8dot3Path.cpp | 199 + src/VBox/Runtime/nt/RTNtPathExpand8dot3PathA.cpp | 87 + .../Runtime/nt/RTNtPathFindPossible8dot3Name.cpp | 72 + src/VBox/Runtime/nt/fileioutils-nt.cpp | 179 + src/VBox/Runtime/os2/Makefile.kup | 0 src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp | 177 + .../Runtime/os2/rtSemWaitOs2ConvertTimeout.cpp | 94 + src/VBox/Runtime/os2/sys0.asm | 55 + src/VBox/Runtime/r0drv/Makefile.kup | 0 .../Runtime/r0drv/RTR0DbgKrnlInfoGetSymbol.cpp | 46 + src/VBox/Runtime/r0drv/alloc-ef-r0drv.cpp | 1009 + src/VBox/Runtime/r0drv/alloc-r0drv.cpp | 476 + src/VBox/Runtime/r0drv/alloc-r0drv.h | 107 + src/VBox/Runtime/r0drv/darwin/Makefile.kup | 0 .../darwin/RTLogWriteDebugger-r0drv-darwin.cpp | 42 + .../r0drv/darwin/RTLogWriteStdOut-r0drv-darwin.cpp | 42 + .../Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp | 191 + .../Runtime/r0drv/darwin/assert-r0drv-darwin.cpp | 77 + .../r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp | 1551 + .../Runtime/r0drv/darwin/fileio-r0drv-darwin.cpp | 311 + .../Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp | 123 + .../Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp | 1536 + .../r0drv/darwin/memuserkernel-r0drv-darwin.cpp | 118 + src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp | 314 + .../Runtime/r0drv/darwin/process-r0drv-darwin.cpp | 46 + .../rtStrFormatKernelAddress-r0drv-darwin.cpp | 50 + .../Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp | 427 + .../r0drv/darwin/semeventmulti-r0drv-darwin.cpp | 450 + .../r0drv/darwin/semfastmutex-r0drv-darwin.cpp | 140 + .../Runtime/r0drv/darwin/semmutex-r0drv-darwin.cpp | 407 + .../Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp | 177 + src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h | 249 + .../Runtime/r0drv/darwin/thread-r0drv-darwin.cpp | 82 + .../Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp | 192 + .../r0drv/darwin/threadpreempt-r0drv-darwin.cpp | 203 + .../Runtime/r0drv/darwin/time-r0drv-darwin.cpp | 98 + src/VBox/Runtime/r0drv/freebsd/Makefile.kup | 0 .../Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c | 209 + .../Runtime/r0drv/freebsd/assert-r0drv-freebsd.c | 94 + .../Runtime/r0drv/freebsd/initterm-r0drv-freebsd.c | 77 + .../Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c | 892 + .../r0drv/freebsd/memuserkernel-r0drv-freebsd.c | 83 + src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c | 312 + .../Runtime/r0drv/freebsd/process-r0drv-freebsd.c | 75 + .../Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c | 280 + .../r0drv/freebsd/semeventmulti-r0drv-freebsd.c | 344 + .../r0drv/freebsd/semfastmutex-r0drv-freebsd.c | 139 + .../Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c | 219 + .../r0drv/freebsd/sleepqueue-r0drv-freebsd.h | 334 + .../Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c | 234 + .../Runtime/r0drv/freebsd/the-freebsd-kernel.h | 160 + .../Runtime/r0drv/freebsd/thread-r0drv-freebsd.c | 186 + .../Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c | 179 + .../Runtime/r0drv/freebsd/time-r0drv-freebsd.c | 98 + .../Runtime/r0drv/freebsd/timer-r0drv-freebsd.c | 310 + src/VBox/Runtime/r0drv/generic/Makefile.kup | 0 .../generic/RTMpIsCpuWorkPending-r0drv-generic.cpp | 45 + .../Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp | 94 + .../r0drv/generic/RTMpPokeCpu-r0drv-generic.cpp | 48 + .../RTThreadPreemptDisable-r0drv-generic.cpp | 44 + .../RTThreadPreemptIsEnabled-r0drv-generic.cpp | 43 + .../RTThreadPreemptIsPending-r0drv-generic.cpp | 43 + ...TThreadPreemptIsPendingTrusty-r0drv-generic.cpp | 41 + .../RTThreadPreemptRestore-r0drv-generic.cpp | 44 + .../r0drv/generic/mpnotification-r0drv-generic.cpp | 65 + .../r0drv/generic/semspinmutex-r0drv-generic.c | 503 + .../r0drv/generic/threadctxhooks-r0drv-generic.cpp | 73 + src/VBox/Runtime/r0drv/haiku/Makefile.kup | 0 .../r0drv/haiku/RTLogWriteDebugger-r0drv-haiku.c | 42 + .../r0drv/haiku/RTLogWriteStdOut-r0drv-haiku.c | 41 + src/VBox/Runtime/r0drv/haiku/alloc-r0drv-haiku.c | 124 + src/VBox/Runtime/r0drv/haiku/assert-r0drv-haiku.c | 68 + .../Runtime/r0drv/haiku/initterm-r0drv-haiku.c | 48 + src/VBox/Runtime/r0drv/haiku/memobj-r0drv-haiku.c | 665 + src/VBox/Runtime/r0drv/haiku/mp-r0drv-haiku.c | 236 + src/VBox/Runtime/r0drv/haiku/process-r0drv-haiku.c | 46 + .../Runtime/r0drv/haiku/semevent-r0drv-haiku.c | 264 + .../r0drv/haiku/semeventmulti-r0drv-haiku.c | 292 + .../Runtime/r0drv/haiku/semfastmutex-r0drv-haiku.c | 120 + .../Runtime/r0drv/haiku/semmutex-r0drv-haiku.c | 233 + .../Runtime/r0drv/haiku/spinlock-r0drv-haiku.c | 138 + src/VBox/Runtime/r0drv/haiku/the-haiku-kernel.h | 116 + src/VBox/Runtime/r0drv/haiku/thread-r0drv-haiku.c | 127 + src/VBox/Runtime/r0drv/haiku/thread2-r0drv-haiku.c | 138 + src/VBox/Runtime/r0drv/haiku/time-r0drv-haiku.c | 79 + src/VBox/Runtime/r0drv/initterm-r0drv.cpp | 164 + src/VBox/Runtime/r0drv/linux/Makefile.kup | 0 .../r0drv/linux/RTLogWriteDebugger-r0drv-linux.c | 43 + src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c | 497 + src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c | 74 + .../Runtime/r0drv/linux/initterm-r0drv-linux.c | 130 + src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c | 1966 + .../r0drv/linux/memuserkernel-r0drv-linux.c | 181 + src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c | 630 + .../r0drv/linux/mpnotification-r0drv-linux.c | 248 + src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c | 49 + .../linux/rtStrFormatKernelAddress-r0drv-linux.c | 56 + .../Runtime/r0drv/linux/semevent-r0drv-linux.c | 279 + .../r0drv/linux/semeventmulti-r0drv-linux.c | 344 + .../Runtime/r0drv/linux/semfastmutex-r0drv-linux.c | 157 + .../Runtime/r0drv/linux/semmutex-r0drv-linux.c | 421 + .../Runtime/r0drv/linux/spinlock-r0drv-linux.c | 186 + src/VBox/Runtime/r0drv/linux/string.h | 60 + src/VBox/Runtime/r0drv/linux/the-linux-kernel.h | 479 + src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c | 234 + src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c | 233 + .../r0drv/linux/threadctxhooks-r0drv-linux.c | 330 + src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c | 211 + src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c | 1727 + .../Runtime/r0drv/linux/waitqueue-r0drv-linux.h | 292 + src/VBox/Runtime/r0drv/memobj-r0drv.cpp | 825 + src/VBox/Runtime/r0drv/mp-r0drv.h | 85 + src/VBox/Runtime/r0drv/mpnotification-r0drv.c | 322 + src/VBox/Runtime/r0drv/netbsd/Makefile.kup | 0 .../r0drv/netbsd/RTLogWriteStdOut-r0drv-netbsd.c | 39 + src/VBox/Runtime/r0drv/netbsd/alloc-r0drv-netbsd.c | 166 + .../Runtime/r0drv/netbsd/assert-r0drv-netbsd.c | 85 + .../Runtime/r0drv/netbsd/initterm-r0drv-netbsd.c | 74 + .../Runtime/r0drv/netbsd/memobj-r0drv-netbsd.c | 581 + .../r0drv/netbsd/memuserkernel-r0drv-netbsd.c | 82 + src/VBox/Runtime/r0drv/netbsd/mp-r0drv-netbsd.c | 43 + .../Runtime/r0drv/netbsd/process-r0drv-netbsd.c | 73 + .../Runtime/r0drv/netbsd/semevent-r0drv-netbsd.c | 277 + .../r0drv/netbsd/semeventmulti-r0drv-netbsd.c | 341 + .../r0drv/netbsd/semfastmutex-r0drv-netbsd.c | 136 + .../Runtime/r0drv/netbsd/semmutex-r0drv-netbsd.c | 218 + .../Runtime/r0drv/netbsd/sleepqueue-r0drv-netbsd.h | 281 + .../Runtime/r0drv/netbsd/spinlock-r0drv-netbsd.c | 170 + src/VBox/Runtime/r0drv/netbsd/the-netbsd-kernel.h | 97 + .../Runtime/r0drv/netbsd/thread-r0drv-netbsd.c | 183 + .../Runtime/r0drv/netbsd/thread2-r0drv-netbsd.c | 157 + src/VBox/Runtime/r0drv/netbsd/time-r0drv-netbsd.c | 95 + src/VBox/Runtime/r0drv/nt/Makefile.kup | 0 .../r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp | 39 + .../nt/RTTimerGetSystemGranularity-r0drv-nt.cpp | 61 + src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp | 154 + src/VBox/Runtime/r0drv/nt/alloca-x86-r0drv-nt.asm | 59 + src/VBox/Runtime/r0drv/nt/assert-r0drv-nt.cpp | 66 + src/VBox/Runtime/r0drv/nt/dbgkrnlinfo-r0drv-nt.cpp | 873 + src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp | 507 + src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h | 139 + src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp | 1123 + .../Runtime/r0drv/nt/memuserkernel-r0drv-nt.cpp | 123 + src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp | 1979 + src/VBox/Runtime/r0drv/nt/nt3fakes-r0drv-nt.cpp | 813 + .../Runtime/r0drv/nt/nt3fakes-stub-r0drv-nt.cpp | 42 + src/VBox/Runtime/r0drv/nt/nt3fakesA-r0drv-nt.asm | 147 + src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp | 1212 + src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp | 45 + src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp | 277 + .../Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp | 300 + .../Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp | 138 + src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp | 236 + src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp | 197 + src/VBox/Runtime/r0drv/nt/symdb.h | 88 + src/VBox/Runtime/r0drv/nt/symdbdata.h | 2988 + src/VBox/Runtime/r0drv/nt/the-nt-kernel.h | 89 + src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp | 228 + src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp | 157 + src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp | 149 + src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp | 597 + .../Runtime/r0drv/nt/toxic-chkstk-r0drv-nt.asm | 42 + src/VBox/Runtime/r0drv/os2/Makefile.kup | 0 .../r0drv/os2/RTR0AssertPanicSystem-r0drv-os2.asm | 128 + .../Runtime/r0drv/os2/RTR0Os2DHQueryDOSVar.asm | 207 + .../r0drv/os2/RTR0Os2DHVMGlobalToProcess.asm | 138 + src/VBox/Runtime/r0drv/os2/alloc-r0drv-os2.cpp | 131 + src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp | 158 + src/VBox/Runtime/r0drv/os2/assertA-r0drv-os2.asm | 71 + src/VBox/Runtime/r0drv/os2/initterm-r0drv-os2.cpp | 122 + src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp | 598 + .../Runtime/r0drv/os2/memuserkernel-r0drv-os2.cpp | 91 + src/VBox/Runtime/r0drv/os2/os2imports.imp | 121 + src/VBox/Runtime/r0drv/os2/process-r0drv-os2.cpp | 78 + src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp | 295 + .../Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp | 305 + .../Runtime/r0drv/os2/semfastmutex-r0drv-os2.cpp | 139 + src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp | 155 + src/VBox/Runtime/r0drv/os2/the-os2-kernel.h | 83 + src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp | 215 + src/VBox/Runtime/r0drv/os2/thread2-r0drv-os2.cpp | 110 + src/VBox/Runtime/r0drv/os2/time-r0drv-os2.cpp | 116 + src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp | 409 + src/VBox/Runtime/r0drv/os2/timerA-r0drv-os2.asm | 242 + src/VBox/Runtime/r0drv/power-r0drv.h | 44 + src/VBox/Runtime/r0drv/powernotification-r0drv.c | 318 + src/VBox/Runtime/r0drv/solaris/Makefile.kup | 0 .../solaris/RTLogWriteDebugger-r0drv-solaris.c | 66 + .../r0drv/solaris/RTMpPokeCpu-r0drv-solaris.c | 50 + .../Runtime/r0drv/solaris/alloc-r0drv-solaris.c | 206 + .../Runtime/r0drv/solaris/assert-r0drv-solaris.c | 77 + .../r0drv/solaris/dbgkrnlinfo-r0drv-solaris.c | 339 + .../Runtime/r0drv/solaris/initterm-r0drv-solaris.c | 300 + .../Runtime/r0drv/solaris/memobj-r0drv-solaris.c | 1172 + .../Runtime/r0drv/solaris/memobj-r0drv-solaris.h | 322 + .../r0drv/solaris/memuserkernel-r0drv-solaris.c | 100 + .../r0drv/solaris/modulestub-r0drv-solaris.c | 79 + src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c | 450 + .../r0drv/solaris/mpnotification-r0drv-solaris.c | 139 + .../Runtime/r0drv/solaris/process-r0drv-solaris.c | 49 + .../Runtime/r0drv/solaris/semevent-r0drv-solaris.c | 347 + .../r0drv/solaris/semeventmulti-r0drv-solaris.c | 355 + .../r0drv/solaris/semeventwait-r0drv-solaris.h | 496 + .../r0drv/solaris/semfastmutex-r0drv-solaris.c | 120 + .../Runtime/r0drv/solaris/semmutex-r0drv-solaris.c | 387 + .../Runtime/r0drv/solaris/spinlock-r0drv-solaris.c | 204 + .../Runtime/r0drv/solaris/the-solaris-kernel.h | 234 + .../Runtime/r0drv/solaris/thread-r0drv-solaris.c | 185 + .../Runtime/r0drv/solaris/thread2-r0drv-solaris.c | 150 + .../r0drv/solaris/threadctxhooks-r0drv-solaris.c | 349 + .../Runtime/r0drv/solaris/time-r0drv-solaris.c | 70 + .../Runtime/r0drv/solaris/timer-r0drv-solaris.c | 650 + src/VBox/Runtime/r3/Makefile.kup | 0 src/VBox/Runtime/r3/alloc-ef-cpp.cpp | 157 + src/VBox/Runtime/r3/alloc-ef.cpp | 1063 + src/VBox/Runtime/r3/alloc-ef.h | 221 + src/VBox/Runtime/r3/alloc.cpp | 304 + src/VBox/Runtime/r3/allocex.cpp | 129 + src/VBox/Runtime/r3/allocex.h | 86 + src/VBox/Runtime/r3/darwin/Makefile.kup | 0 .../darwin/RTCrStoreCreateSnapshotById-darwin.cpp | 248 + .../r3/darwin/RTPathUserDocuments-darwin.cpp | 99 + .../r3/darwin/RTSystemQueryDmiString-darwin.cpp | 153 + src/VBox/Runtime/r3/darwin/filelock-darwin.cpp | 168 + src/VBox/Runtime/r3/darwin/krnlmod-darwin.cpp | 391 + src/VBox/Runtime/r3/darwin/mp-darwin.cpp | 256 + src/VBox/Runtime/r3/darwin/pathhost-darwin.cpp | 107 + .../Runtime/r3/darwin/rtProcInitExePath-darwin.cpp | 66 + src/VBox/Runtime/r3/darwin/sched-darwin.cpp | 353 + src/VBox/Runtime/r3/darwin/systemmem-darwin.cpp | 86 + src/VBox/Runtime/r3/darwin/time-darwin.cpp | 115 + src/VBox/Runtime/r3/dir.cpp | 907 + src/VBox/Runtime/r3/dir2.cpp | 232 + src/VBox/Runtime/r3/fileio.cpp | 428 + src/VBox/Runtime/r3/freebsd/Makefile.kup | 0 src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp | 672 + src/VBox/Runtime/r3/freebsd/mp-freebsd.cpp | 201 + .../r3/freebsd/rtProcInitExePath-freebsd.cpp | 129 + src/VBox/Runtime/r3/freebsd/systemmem-freebsd.cpp | 98 + src/VBox/Runtime/r3/fs.cpp | 264 + src/VBox/Runtime/r3/generic/Makefile.kup | 0 .../generic/RTLocaleQueryLocaleName-r3-generic.cpp | 57 + ...aleQueryNormalizedBaseLocaleName-r3-generic.cpp | 92 + .../RTLocaleQueryUserCountryCode-r3-generic.cpp | 77 + .../r3/generic/RTTimeZoneGetCurrent-generic.cpp | 41 + src/VBox/Runtime/r3/generic/allocex-r3-generic.cpp | 60 + src/VBox/Runtime/r3/generic/dirrel-r3-generic.cpp | 554 + .../Runtime/r3/generic/semspinmutex-r3-generic.cpp | 93 + src/VBox/Runtime/r3/haiku/Makefile.kup | 0 .../Runtime/r3/haiku/rtProcInitExePath-haiku.cpp | 61 + src/VBox/Runtime/r3/haiku/time-haiku.cpp | 85 + src/VBox/Runtime/r3/init.cpp | 663 + src/VBox/Runtime/r3/init.h | 40 + src/VBox/Runtime/r3/linux/Makefile.kup | 0 .../Runtime/r3/linux/RTFileCopyPartEx-linux.cpp | 186 + .../r3/linux/RTFileSetAllocationSize-linux.cpp | 77 + .../r3/linux/RTProcIsRunningByName-linux.cpp | 118 + .../Runtime/r3/linux/RTSystemFirmware-linux.cpp | 105 + .../r3/linux/RTSystemQueryDmiString-linux.cpp | 86 + .../Runtime/r3/linux/RTSystemShutdown-linux.cpp | 101 + .../r3/linux/RTThreadGetNativeState-linux.cpp | 111 + src/VBox/Runtime/r3/linux/fileaio-linux.cpp | 838 + .../r3/linux/ioqueue-iouringfile-provider.cpp | 934 + src/VBox/Runtime/r3/linux/krnlmod-linux.cpp | 324 + src/VBox/Runtime/r3/linux/mp-linux.cpp | 318 + .../Runtime/r3/linux/rtProcInitExePath-linux.cpp | 69 + src/VBox/Runtime/r3/linux/sched-linux.cpp | 717 + src/VBox/Runtime/r3/linux/semevent-linux.cpp | 417 + src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp | 453 + src/VBox/Runtime/r3/linux/semmutex-linux.cpp | 465 + src/VBox/Runtime/r3/linux/sysfs.cpp | 710 + src/VBox/Runtime/r3/linux/systemmem-linux.cpp | 109 + .../Runtime/r3/linux/thread-affinity-linux.cpp | 95 + src/VBox/Runtime/r3/linux/time-linux.cpp | 159 + src/VBox/Runtime/r3/memsafer-r3.cpp | 671 + src/VBox/Runtime/r3/netbsd/Makefile.kup | 0 .../Runtime/r3/netbsd/rtProcInitExePath-netbsd.cpp | 100 + src/VBox/Runtime/r3/nt/Makefile.kup | 0 src/VBox/Runtime/r3/nt/RTFileQueryFsSizes-nt.cpp | 92 + src/VBox/Runtime/r3/nt/RTFileSetMode-r3-nt.cpp | 82 + src/VBox/Runtime/r3/nt/RTPathQueryInfo-nt.cpp | 669 + src/VBox/Runtime/r3/nt/RTPathSetMode-r3-nt.cpp | 88 + src/VBox/Runtime/r3/nt/RTProcQueryParent-r3-nt.cpp | 93 + src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp | 1001 + src/VBox/Runtime/r3/nt/dirrel-r3-nt.cpp | 772 + src/VBox/Runtime/r3/nt/fs-nt.cpp | 269 + src/VBox/Runtime/r3/nt/internal-r3-nt.h | 82 + src/VBox/Runtime/r3/nt/pathint-nt.cpp | 1151 + src/VBox/Runtime/r3/nt/time-nt.cpp | 218 + src/VBox/Runtime/r3/os2/Makefile.kup | 0 src/VBox/Runtime/r3/os2/RTTimeSet-os2.cpp | 111 + src/VBox/Runtime/r3/os2/filelock-os2.cpp | 176 + src/VBox/Runtime/r3/os2/mp-os2.cpp | 115 + src/VBox/Runtime/r3/os2/pipe-os2.cpp | 1061 + src/VBox/Runtime/r3/os2/rtProcInitExePath-os2.cpp | 61 + src/VBox/Runtime/r3/os2/sched-os2.cpp | 255 + src/VBox/Runtime/r3/os2/sems-os2.cpp | 382 + src/VBox/Runtime/r3/os2/serialport-os2.cpp | 744 + src/VBox/Runtime/r3/os2/systemmem-os2.cpp | 70 + src/VBox/Runtime/r3/os2/thread-os2.cpp | 320 + src/VBox/Runtime/r3/os2/time-os2.cpp | 77 + src/VBox/Runtime/r3/path.cpp | 190 + src/VBox/Runtime/r3/poll.cpp | 1136 + src/VBox/Runtime/r3/posix/Makefile.kup | 0 .../Runtime/r3/posix/RTFileQueryFsSizes-posix.cpp | 68 + .../r3/posix/RTFileSetAllocationSize-posix.cpp | 77 + .../Runtime/r3/posix/RTHandleGetStandard-posix.cpp | 132 + src/VBox/Runtime/r3/posix/RTMemProtect-posix.cpp | 95 + src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp | 79 + .../Runtime/r3/posix/RTPathUserDocuments-posix.cpp | 53 + src/VBox/Runtime/r3/posix/RTPathUserHome-posix.cpp | 163 + .../Runtime/r3/posix/RTSystemQueryOSInfo-posix.cpp | 90 + .../r3/posix/RTSystemQueryTotalRam-posix.cpp | 51 + src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp | 51 + src/VBox/Runtime/r3/posix/RTTimeSet-posix.cpp | 50 + .../r3/posix/RTTimeZoneGetCurrent-posix.cpp | 239 + src/VBox/Runtime/r3/posix/allocex-r3-posix.cpp | 110 + src/VBox/Runtime/r3/posix/dir-posix.cpp | 740 + src/VBox/Runtime/r3/posix/env-posix.cpp | 169 + src/VBox/Runtime/r3/posix/errvars-posix.cpp | 78 + src/VBox/Runtime/r3/posix/fileaio-posix.cpp | 1062 + src/VBox/Runtime/r3/posix/fileio-at-posix.cpp | 97 + src/VBox/Runtime/r3/posix/fileio-posix.cpp | 900 + src/VBox/Runtime/r3/posix/fileio-sg-at-posix.cpp | 288 + src/VBox/Runtime/r3/posix/fileio-sg-posix.cpp | 250 + src/VBox/Runtime/r3/posix/fileio2-posix.cpp | 200 + src/VBox/Runtime/r3/posix/filelock-posix.cpp | 138 + src/VBox/Runtime/r3/posix/fs-posix.cpp | 325 + src/VBox/Runtime/r3/posix/fs2-posix.cpp | 155 + src/VBox/Runtime/r3/posix/fs3-posix.cpp | 84 + src/VBox/Runtime/r3/posix/ldrNative-posix.cpp | 197 + src/VBox/Runtime/r3/posix/localipc-posix.cpp | 1070 + src/VBox/Runtime/r3/posix/path-posix.cpp | 408 + src/VBox/Runtime/r3/posix/path2-posix.cpp | 306 + src/VBox/Runtime/r3/posix/pathhost-posix.cpp | 284 + src/VBox/Runtime/r3/posix/pipe-posix.cpp | 731 + .../Runtime/r3/posix/process-creation-posix.cpp | 1277 + src/VBox/Runtime/r3/posix/process-posix.cpp | 269 + src/VBox/Runtime/r3/posix/rand-posix.cpp | 138 + .../r3/posix/rtmempage-exec-mmap-heap-posix.cpp | 802 + .../Runtime/r3/posix/rtmempage-exec-mmap-posix.cpp | 187 + src/VBox/Runtime/r3/posix/sched-posix.cpp | 858 + src/VBox/Runtime/r3/posix/semevent-posix.cpp | 539 + src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp | 672 + src/VBox/Runtime/r3/posix/semmutex-posix.cpp | 457 + src/VBox/Runtime/r3/posix/semrw-posix.cpp | 731 + src/VBox/Runtime/r3/posix/serialport-posix.cpp | 1428 + src/VBox/Runtime/r3/posix/shmem-posix.cpp | 409 + src/VBox/Runtime/r3/posix/symlink-posix.cpp | 237 + src/VBox/Runtime/r3/posix/thread-posix.cpp | 696 + src/VBox/Runtime/r3/posix/thread2-posix.cpp | 143 + src/VBox/Runtime/r3/posix/time-posix.cpp | 89 + src/VBox/Runtime/r3/posix/timelocal-posix.cpp | 205 + src/VBox/Runtime/r3/posix/timer-posix.cpp | 830 + src/VBox/Runtime/r3/posix/tls-posix.cpp | 109 + src/VBox/Runtime/r3/posix/utf8-posix.cpp | 541 + src/VBox/Runtime/r3/process.cpp | 125 + src/VBox/Runtime/r3/socket.cpp | 3104 ++ src/VBox/Runtime/r3/solaris/Makefile.kup | 0 .../r3/solaris/RTSystemQueryDmiString-solaris.cpp | 107 + .../r3/solaris/RTSystemShutdown-solaris.cpp | 102 + src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp | 2365 + src/VBox/Runtime/r3/solaris/coredumper-solaris.h | 167 + src/VBox/Runtime/r3/solaris/fileaio-solaris.cpp | 565 + src/VBox/Runtime/r3/solaris/krnlmod-solaris.cpp | 324 + src/VBox/Runtime/r3/solaris/mp-solaris.cpp | 469 + .../r3/solaris/rtProcInitExePath-solaris.cpp | 71 + src/VBox/Runtime/r3/solaris/systemmem-solaris.cpp | 172 + .../Runtime/r3/solaris/thread-affinity-solaris.cpp | 94 + src/VBox/Runtime/r3/stream.cpp | 1292 + src/VBox/Runtime/r3/tcp.cpp | 1172 + src/VBox/Runtime/r3/test.cpp | 1812 + src/VBox/Runtime/r3/testi.cpp | 188 + src/VBox/Runtime/r3/udp.cpp | 730 + src/VBox/Runtime/r3/win/Makefile.kup | 0 .../r3/win/RTCrStoreCreateSnapshotById-win.cpp | 169 + .../Runtime/r3/win/RTHandleGetStandard-win.cpp | 126 + .../RTLocaleQueryNormalizedBaseLocaleName-win.cpp | 106 + .../r3/win/RTLocaleQueryUserCountryCode-win.cpp | 119 + src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp | 44 + src/VBox/Runtime/r3/win/RTSystemFirmware-win.cpp | 213 + .../Runtime/r3/win/RTSystemQueryDmiString-win.cpp | 259 + .../Runtime/r3/win/RTSystemQueryOSInfo-win.cpp | 356 + .../Runtime/r3/win/RTSystemQueryTotalRam-win.cpp | 121 + src/VBox/Runtime/r3/win/RTSystemShutdown-win.cpp | 173 + .../Runtime/r3/win/RTTimeZoneGetCurrent-win.cpp | 107 + src/VBox/Runtime/r3/win/RTUuidCreate-win.cpp | 72 + src/VBox/Runtime/r3/win/VBoxRT-msvcp100-win32.def | 1678 + src/VBox/Runtime/r3/win/VBoxRT-msvcr100-win32.def | 1640 + src/VBox/Runtime/r3/win/VBoxRT-openssl-1.1plus.def | 215 + src/VBox/Runtime/r3/win/VBoxRT-openssl-pre-1.1.def | 243 + src/VBox/Runtime/r3/win/VBoxRT-win32.def | 46 + src/VBox/Runtime/r3/win/VBoxRT-win64.def | 58 + src/VBox/Runtime/r3/win/alloc-win.cpp | 236 + src/VBox/Runtime/r3/win/allocex-win.cpp | 123 + src/VBox/Runtime/r3/win/dir-win.cpp | 159 + src/VBox/Runtime/r3/win/direnum-win.cpp | 394 + src/VBox/Runtime/r3/win/dllmain-win.cpp | 90 + src/VBox/Runtime/r3/win/env-win.cpp | 290 + src/VBox/Runtime/r3/win/errvars-win.cpp | 85 + src/VBox/Runtime/r3/win/fileaio-win.cpp | 534 + src/VBox/Runtime/r3/win/fileio-win.cpp | 1513 + src/VBox/Runtime/r3/win/fs-win.cpp | 427 + src/VBox/Runtime/r3/win/init-win.cpp | 801 + src/VBox/Runtime/r3/win/internal-r3-win.h | 212 + src/VBox/Runtime/r3/win/krnlmod-win.cpp | 297 + src/VBox/Runtime/r3/win/ldrNative-win.cpp | 316 + src/VBox/Runtime/r3/win/localipc-win.cpp | 1648 + src/VBox/Runtime/r3/win/mp-win.cpp | 811 + src/VBox/Runtime/r3/win/ntdll-mini-implib.def | 149 + src/VBox/Runtime/r3/win/path-win.cpp | 755 + src/VBox/Runtime/r3/win/pathint-win.cpp | 194 + src/VBox/Runtime/r3/win/pipe-win.cpp | 1451 + src/VBox/Runtime/r3/win/process-win.cpp | 2740 + src/VBox/Runtime/r3/win/rtProcInitExePath-win.cpp | 62 + src/VBox/Runtime/r3/win/sched-win.cpp | 344 + src/VBox/Runtime/r3/win/semevent-win.cpp | 305 + src/VBox/Runtime/r3/win/semeventmulti-win.cpp | 379 + src/VBox/Runtime/r3/win/semmutex-win.cpp | 346 + src/VBox/Runtime/r3/win/serialport-win.cpp | 1046 + src/VBox/Runtime/r3/win/shmem-win.cpp | 463 + src/VBox/Runtime/r3/win/symlink-win.cpp | 357 + src/VBox/Runtime/r3/win/thread-win.cpp | 430 + src/VBox/Runtime/r3/win/thread2-win.cpp | 74 + src/VBox/Runtime/r3/win/time-win.cpp | 199 + src/VBox/Runtime/r3/win/time2-win.cpp | 154 + src/VBox/Runtime/r3/win/timer-win.cpp | 460 + src/VBox/Runtime/r3/win/tls-win.cpp | 220 + src/VBox/Runtime/r3/win/utf16locale-win.cpp | 48 + src/VBox/Runtime/r3/win/utf8-win.cpp | 179 + src/VBox/Runtime/r3/win/uuid-win.cpp | 185 + src/VBox/Runtime/r3/win/vcc100-fakes.h | 131 + src/VBox/Runtime/r3/win/vcc100-fakes.mac | 66 + src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.cpp | 647 + src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.h | 43 + src/VBox/Runtime/r3/win/vcc100-kernel32-fakesA.asm | 36 + src/VBox/Runtime/r3/win/vcc100-msvcrt-fakes.cpp | 82 + src/VBox/Runtime/r3/win/vcc100-ntdll-fakes.cpp | 74 + src/VBox/Runtime/r3/win/vcc100-ntdll-fakesA.asm | 47 + src/VBox/Runtime/r3/win/vcc100-shell32-fakes.cpp | 93 + src/VBox/Runtime/r3/win/vcc100-shell32-fakesA.asm | 49 + src/VBox/Runtime/r3/win/vcc100-ws2_32-fakes.cpp | 103 + src/VBox/Runtime/r3/win/vcc100-ws2_32-fakesA.asm | 48 + src/VBox/Runtime/r3/xml.cpp | 2339 + src/VBox/Runtime/testcase/72kb-random.bin | Bin 0 -> 73728 bytes src/VBox/Runtime/testcase/72kb-random.h | 4651 ++ src/VBox/Runtime/testcase/Makefile.kmk | 910 + src/VBox/Runtime/testcase/ntGetTimerResolution.cpp | 85 + src/VBox/Runtime/testcase/tstDarwinSched.cpp | 215 + src/VBox/Runtime/testcase/tstDir-2.cpp | 96 + src/VBox/Runtime/testcase/tstDir-3.cpp | 123 + src/VBox/Runtime/testcase/tstDir.cpp | 231 + src/VBox/Runtime/testcase/tstFile.cpp | 306 + src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp | 258 + src/VBox/Runtime/testcase/tstFileLock.cpp | 163 + src/VBox/Runtime/testcase/tstFork.cpp | 106 + src/VBox/Runtime/testcase/tstHandleTable.cpp | 552 + src/VBox/Runtime/testcase/tstIprtList.cpp | 710 + src/VBox/Runtime/testcase/tstIprtMiniString.cpp | 620 + src/VBox/Runtime/testcase/tstLdr-2.cpp | 203 + src/VBox/Runtime/testcase/tstLdr-3.cpp | 461 + src/VBox/Runtime/testcase/tstLdr-4.cpp | 343 + src/VBox/Runtime/testcase/tstLdr-4Imp-os2.def | 28 + src/VBox/Runtime/testcase/tstLdr-4Imp-win.def | 28 + src/VBox/Runtime/testcase/tstLdr.cpp | 351 + src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp | 170 + src/VBox/Runtime/testcase/tstLdrLoad.cpp | 80 + src/VBox/Runtime/testcase/tstLdrObj.cpp | 108 + src/VBox/Runtime/testcase/tstLdrObjR0.cpp | 109 + src/VBox/Runtime/testcase/tstLog.cpp | 149 + src/VBox/Runtime/testcase/tstMove.cpp | 146 + src/VBox/Runtime/testcase/tstNoCrt-1.cpp | 504 + src/VBox/Runtime/testcase/tstOnce.cpp | 187 + src/VBox/Runtime/testcase/tstPrfRT.cpp | 220 + src/VBox/Runtime/testcase/tstRTAssertCompile.cpp | 169 + src/VBox/Runtime/testcase/tstRTAvl.cpp | 1074 + src/VBox/Runtime/testcase/tstRTBase64.cpp | 302 + .../Runtime/testcase/tstRTBigNum-div-test-data.h | 55322 +++++++++++++++++++ .../testcase/tstRTBigNum-uint128-div-test-data.h | 16409 ++++++ src/VBox/Runtime/testcase/tstRTBigNum.cpp | 1776 + src/VBox/Runtime/testcase/tstRTBitOperations.cpp | 456 + src/VBox/Runtime/testcase/tstRTCRest-1.cpp | 2295 + src/VBox/Runtime/testcase/tstRTCType.cpp | 304 + src/VBox/Runtime/testcase/tstRTCidr.cpp | 106 + src/VBox/Runtime/testcase/tstRTCircBuf.cpp | 135 + src/VBox/Runtime/testcase/tstRTCoreDump.cpp | 99 + src/VBox/Runtime/testcase/tstRTCrPkix-1.cpp | 407 + src/VBox/Runtime/testcase/tstRTCrX509-1.cpp | 200 + src/VBox/Runtime/testcase/tstRTCrX509-cert1.der | Bin 0 -> 1327 bytes src/VBox/Runtime/testcase/tstRTCrX509-cert1.pem | 31 + src/VBox/Runtime/testcase/tstRTCrX509-md4-cert.der | Bin 0 -> 701 bytes src/VBox/Runtime/testcase/tstRTCrX509-md4.pem | 30 + src/VBox/Runtime/testcase/tstRTCrX509-md5-cert.der | Bin 0 -> 770 bytes src/VBox/Runtime/testcase/tstRTCrX509-md5.pem | 35 + .../Runtime/testcase/tstRTCrX509-sha1-cert.der | Bin 0 -> 900 bytes src/VBox/Runtime/testcase/tstRTCrX509-sha1.pem | 43 + .../Runtime/testcase/tstRTCrX509-sha224-cert.der | Bin 0 -> 1037 bytes src/VBox/Runtime/testcase/tstRTCrX509-sha224.pem | 52 + .../Runtime/testcase/tstRTCrX509-sha256-cert.der | Bin 0 -> 1293 bytes src/VBox/Runtime/testcase/tstRTCrX509-sha256.pem | 69 + .../Runtime/testcase/tstRTCrX509-sha384-cert.der | Bin 0 -> 1549 bytes src/VBox/Runtime/testcase/tstRTCrX509-sha384.pem | 87 + .../Runtime/testcase/tstRTCrX509-sha512-cert.der | Bin 0 -> 2575 bytes src/VBox/Runtime/testcase/tstRTCrX509-sha512.pem | 156 + src/VBox/Runtime/testcase/tstRTCritSect.cpp | 533 + src/VBox/Runtime/testcase/tstRTCritSectRw.cpp | 505 + .../Runtime/testcase/tstRTDarwinMachKernel.cpp | 93 + src/VBox/Runtime/testcase/tstRTDigest-2.cpp | 1484 + src/VBox/Runtime/testcase/tstRTDigest.cpp | 566 + .../testcase/tstRTDirCreateUniqueNumbered.cpp | 134 + src/VBox/Runtime/testcase/tstRTDvm.cpp | 211 + src/VBox/Runtime/testcase/tstRTEnv.cpp | 323 + src/VBox/Runtime/testcase/tstRTErrUnique.cpp | 88 + src/VBox/Runtime/testcase/tstRTFileAio.cpp | 238 + src/VBox/Runtime/testcase/tstRTFileAppend-1.cpp | 209 + .../testcase/tstRTFileModeStringToFlags.cpp | 225 + src/VBox/Runtime/testcase/tstRTFileOpenEx-1.cpp | 227 + src/VBox/Runtime/testcase/tstRTFileQuerySize-1.cpp | 106 + src/VBox/Runtime/testcase/tstRTFilesystem.cpp | 145 + src/VBox/Runtime/testcase/tstRTFsQueries.cpp | 113 + src/VBox/Runtime/testcase/tstRTGetOpt.cpp | 661 + src/VBox/Runtime/testcase/tstRTGetOptArgv.cpp | 632 + src/VBox/Runtime/testcase/tstRTHeapOffset.cpp | 308 + src/VBox/Runtime/testcase/tstRTHeapSimple.cpp | 218 + src/VBox/Runtime/testcase/tstRTHttp-1.cpp | 159 + src/VBox/Runtime/testcase/tstRTInlineAsm.cpp | 2008 + src/VBox/Runtime/testcase/tstRTJson.cpp | 365 + src/VBox/Runtime/testcase/tstRTLdrMachORelocs-1.S | 125 + .../Runtime/testcase/tstRTLdrMachORelocs-1.disas | 206 + src/VBox/Runtime/testcase/tstRTLdrMachORelocs-1.o | Bin 0 -> 1480 bytes .../Runtime/testcase/tstRTLdrVerifyPeImage.cpp | 106 + src/VBox/Runtime/testcase/tstRTList.cpp | 232 + src/VBox/Runtime/testcase/tstRTLocalIpc.cpp | 960 + src/VBox/Runtime/testcase/tstRTLockValidator.cpp | 1382 + src/VBox/Runtime/testcase/tstRTManifest.cpp | 112 + src/VBox/Runtime/testcase/tstRTMath.cpp | 71 + src/VBox/Runtime/testcase/tstRTMemCache.cpp | 364 + src/VBox/Runtime/testcase/tstRTMemEf.cpp | 84 + src/VBox/Runtime/testcase/tstRTMemPool.cpp | 351 + src/VBox/Runtime/testcase/tstRTMemSafer.cpp | 166 + src/VBox/Runtime/testcase/tstRTMemWipe.cpp | 94 + src/VBox/Runtime/testcase/tstRTMp-1.cpp | 251 + src/VBox/Runtime/testcase/tstRTNetIPv4.cpp | 390 + src/VBox/Runtime/testcase/tstRTNetIPv6.cpp | 222 + src/VBox/Runtime/testcase/tstRTNtPath-1.cpp | 213 + src/VBox/Runtime/testcase/tstRTPath.cpp | 1095 + src/VBox/Runtime/testcase/tstRTPathGlob.cpp | 81 + src/VBox/Runtime/testcase/tstRTPathQueryInfo.cpp | 156 + src/VBox/Runtime/testcase/tstRTPipe.cpp | 518 + src/VBox/Runtime/testcase/tstRTPoll.cpp | 636 + src/VBox/Runtime/testcase/tstRTPrfA.asm | 181 + src/VBox/Runtime/testcase/tstRTPrfIO.cpp | 278 + src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp | 704 + src/VBox/Runtime/testcase/tstRTProcCreatePrf.cpp | 83 + .../Runtime/testcase/tstRTProcIsRunningByName.cpp | 121 + .../Runtime/testcase/tstRTProcQueryUsername.cpp | 92 + src/VBox/Runtime/testcase/tstRTProcWait.cpp | 106 + src/VBox/Runtime/testcase/tstRTR0Common.h | 307 + src/VBox/Runtime/testcase/tstRTR0CommonDriver.h | 282 + src/VBox/Runtime/testcase/tstRTR0CommonReq.h | 59 + src/VBox/Runtime/testcase/tstRTR0DbgKrnlInfo.cpp | 117 + src/VBox/Runtime/testcase/tstRTR0DbgKrnlInfo.h | 48 + .../Runtime/testcase/tstRTR0DbgKrnlInfoDriver.cpp | 168 + src/VBox/Runtime/testcase/tstRTR0MemUserKernel.cpp | 194 + src/VBox/Runtime/testcase/tstRTR0MemUserKernel.h | 51 + .../testcase/tstRTR0MemUserKernelDriver.cpp | 226 + src/VBox/Runtime/testcase/tstRTR0SemMutex.cpp | 281 + src/VBox/Runtime/testcase/tstRTR0SemMutex.h | 57 + .../Runtime/testcase/tstRTR0SemMutexDriver.cpp | 308 + src/VBox/Runtime/testcase/tstRTR0Thread.cpp | 123 + src/VBox/Runtime/testcase/tstRTR0Thread.h | 49 + src/VBox/Runtime/testcase/tstRTR0ThreadDriver.cpp | 82 + .../Runtime/testcase/tstRTR0ThreadPreemption.cpp | 463 + .../Runtime/testcase/tstRTR0ThreadPreemption.h | 52 + .../testcase/tstRTR0ThreadPreemptionDriver.cpp | 304 + src/VBox/Runtime/testcase/tstRTR0Timer.cpp | 948 + src/VBox/Runtime/testcase/tstRTR0Timer.h | 81 + src/VBox/Runtime/testcase/tstRTR0TimerDriver.cpp | 134 + src/VBox/Runtime/testcase/tstRTReqPool.cpp | 148 + src/VBox/Runtime/testcase/tstRTS3.cpp | 238 + src/VBox/Runtime/testcase/tstRTSemEventMulti.cpp | 266 + src/VBox/Runtime/testcase/tstRTSemRW.cpp | 519 + src/VBox/Runtime/testcase/tstRTSemXRoads.cpp | 210 + src/VBox/Runtime/testcase/tstRTShMem.cpp | 148 + src/VBox/Runtime/testcase/tstRTSort.cpp | 156 + src/VBox/Runtime/testcase/tstRTStrAlloc.cpp | 245 + src/VBox/Runtime/testcase/tstRTStrCache.cpp | 285 + src/VBox/Runtime/testcase/tstRTStrCatCopy.cpp | 215 + src/VBox/Runtime/testcase/tstRTStrFormat.cpp | 883 + src/VBox/Runtime/testcase/tstRTStrVersion.cpp | 134 + src/VBox/Runtime/testcase/tstRTSymlink.cpp | 199 + src/VBox/Runtime/testcase/tstRTSystemQueryDmi.cpp | 125 + .../Runtime/testcase/tstRTSystemQueryFirmware.cpp | 83 + .../Runtime/testcase/tstRTSystemQueryOsInfo.cpp | 132 + src/VBox/Runtime/testcase/tstRTTcp-1.cpp | 246 + src/VBox/Runtime/testcase/tstRTTemp.cpp | 178 + .../Runtime/testcase/tstRTThreadExecutionTime.cpp | 93 + src/VBox/Runtime/testcase/tstRTThreadPoke.cpp | 82 + src/VBox/Runtime/testcase/tstRTTime.cpp | 121 + src/VBox/Runtime/testcase/tstRTTimeSpec.cpp | 722 + src/VBox/Runtime/testcase/tstRTTimerLR.cpp | 262 + src/VBox/Runtime/testcase/tstRTTls-1.cpp | 118 + src/VBox/Runtime/testcase/tstRTTraceLog.cpp | 311 + src/VBox/Runtime/testcase/tstRTUdp-1.cpp | 142 + src/VBox/Runtime/testcase/tstRTUri.cpp | 890 + src/VBox/Runtime/testcase/tstRTUuid.cpp | 266 + src/VBox/Runtime/testcase/tstRTVfs.cpp | 106 + src/VBox/Runtime/testcase/tstRTZip.cpp | 87 + src/VBox/Runtime/testcase/tstRand.cpp | 605 + src/VBox/Runtime/testcase/tstSemMutex.cpp | 250 + src/VBox/Runtime/testcase/tstSemPingPong.cpp | 171 + src/VBox/Runtime/testcase/tstStrSimplePattern.cpp | 127 + src/VBox/Runtime/testcase/tstStrToNum.cpp | 278 + src/VBox/Runtime/testcase/tstTSC.cpp | 451 + src/VBox/Runtime/testcase/tstTermCallbacks.cpp | 152 + src/VBox/Runtime/testcase/tstThread-1.cpp | 104 + src/VBox/Runtime/testcase/tstTime-2.cpp | 87 + src/VBox/Runtime/testcase/tstTime-3.cpp | 81 + src/VBox/Runtime/testcase/tstTime-4.cpp | 85 + src/VBox/Runtime/testcase/tstTimer.cpp | 256 + src/VBox/Runtime/testcase/tstUtf8.cpp | 1560 + src/VBox/Runtime/testcase/tstVector.cpp | 236 + src/VBox/Runtime/tools/Makefile.kmk | 239 + src/VBox/Runtime/tools/RTCat.cpp | 320 + src/VBox/Runtime/tools/RTChMod.cpp | 425 + src/VBox/Runtime/tools/RTCp.cpp | 351 + src/VBox/Runtime/tools/RTDbgSymCache.cpp | 1345 + src/VBox/Runtime/tools/RTEfiFatExtract.cpp | 253 + src/VBox/Runtime/tools/RTFTPServer.cpp | 659 + src/VBox/Runtime/tools/RTFuzzClient.cpp | 44 + src/VBox/Runtime/tools/RTFuzzMaster.cpp | 44 + src/VBox/Runtime/tools/RTGzip.cpp | 45 + src/VBox/Runtime/tools/RTHttp.cpp | 178 + src/VBox/Runtime/tools/RTIsoMaker.cpp | 44 + src/VBox/Runtime/tools/RTKrnlModInfo.cpp | 91 + src/VBox/Runtime/tools/RTLdrCheckImports.cpp | 697 + src/VBox/Runtime/tools/RTLdrFlt.cpp | 445 + src/VBox/Runtime/tools/RTLs.cpp | 44 + src/VBox/Runtime/tools/RTManifest.cpp | 394 + src/VBox/Runtime/tools/RTMkDir.cpp | 369 + src/VBox/Runtime/tools/RTNtDbgHelp.cpp | 383 + src/VBox/Runtime/tools/RTRm.cpp | 44 + src/VBox/Runtime/tools/RTRmDir.cpp | 359 + src/VBox/Runtime/tools/RTShutdown.cpp | 104 + src/VBox/Runtime/tools/RTSignTool.cpp | 2765 + src/VBox/Runtime/tools/RTTar.cpp | 44 + src/VBox/Runtime/tools/RTTraceLogTool.cpp | 330 + src/VBox/Runtime/tools/RTUnzip.cpp | 44 + src/VBox/Runtime/win/Makefile.kup | 0 src/VBox/Runtime/win/RTErrConvertFromWin32.cpp | 455 + src/VBox/Runtime/win/amd64/ASMAtomicBitClear.asm | 44 + .../win/amd64/ASMAtomicBitTestAndToggle.asm | 46 + src/VBox/Runtime/win/amd64/ASMAtomicBitToggle.asm | 43 + src/VBox/Runtime/win/amd64/ASMAtomicReadU64.asm | 45 + src/VBox/Runtime/win/amd64/ASMAtomicXchgU8.asm | 42 + src/VBox/Runtime/win/amd64/ASMGetCS.asm | 42 + src/VBox/Runtime/win/amd64/ASMGetDR0.asm | 47 + src/VBox/Runtime/win/amd64/ASMGetDR1.asm | 46 + src/VBox/Runtime/win/amd64/ASMGetDR2.asm | 47 + src/VBox/Runtime/win/amd64/ASMGetDR3.asm | 47 + src/VBox/Runtime/win/amd64/ASMGetDR6.asm | 46 + src/VBox/Runtime/win/amd64/ASMGetDR7.asm | 45 + src/VBox/Runtime/win/amd64/ASMGetDS.asm | 41 + src/VBox/Runtime/win/amd64/ASMGetES.asm | 41 + src/VBox/Runtime/win/amd64/ASMGetFS.asm | 41 + src/VBox/Runtime/win/amd64/ASMGetGS.asm | 41 + src/VBox/Runtime/win/amd64/ASMGetSS.asm | 41 + src/VBox/Runtime/win/amd64/ASMProbeReadByte.asm | 48 + src/VBox/Runtime/win/amd64/Makefile.kup | 0 src/VBox/Runtime/win/errmsgwin.cpp | 114 + 1486 files changed, 619858 insertions(+) create mode 100644 src/VBox/Runtime/.scm-settings create mode 100644 src/VBox/Runtime/Doxyfile create mode 100644 src/VBox/Runtime/Makefile.kmk create mode 100644 src/VBox/Runtime/VBox/DefToAsmExterns.sed create mode 100644 src/VBox/Runtime/VBox/DefToAsmExternsVcc32.sed create mode 100644 src/VBox/Runtime/VBox/LoadVBoxDDU.cpp create mode 100644 src/VBox/Runtime/VBox/Makefile.kup create mode 100644 src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp create mode 100644 src/VBox/Runtime/VBox/VBoxRTDeps.cpp create mode 100644 src/VBox/Runtime/VBox/VBoxRTImp-gcc.def create mode 100644 src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def create mode 100644 src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def create mode 100644 src/VBox/Runtime/VBox/VBoxRTImp.def create mode 100644 src/VBox/Runtime/VBox/VBoxRTStableCheck.cpp create mode 100644 src/VBox/Runtime/VBox/dbus.cpp create mode 100644 src/VBox/Runtime/VBox/errmsgvboxcom.xsl create mode 100644 src/VBox/Runtime/VBox/log-vbox.cpp create mode 100644 src/VBox/Runtime/VBox/logbackdoor-redirect.cpp create mode 100644 src/VBox/Runtime/VBox/logbackdoor.cpp create mode 100644 src/VBox/Runtime/common/Makefile.kup create mode 100644 src/VBox/Runtime/common/alloc/Makefile.kup create mode 100644 src/VBox/Runtime/common/alloc/alloc.cpp create mode 100644 src/VBox/Runtime/common/alloc/heapoffset.cpp create mode 100644 src/VBox/Runtime/common/alloc/heapsimple.cpp create mode 100644 src/VBox/Runtime/common/alloc/memcache.cpp create mode 100644 src/VBox/Runtime/common/alloc/memtracker.cpp create mode 100644 src/VBox/Runtime/common/asm/ASMAddFlags.asm create mode 100644 src/VBox/Runtime/common/asm/ASMAtomicCmpXchgExU64.asm create mode 100644 src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU16.asm create mode 100644 src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU64.asm create mode 100644 src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU8.asm create mode 100644 src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm create mode 100644 src/VBox/Runtime/common/asm/ASMAtomicUoAndU32.asm create mode 100644 src/VBox/Runtime/common/asm/ASMAtomicUoAndU64.asm create mode 100644 src/VBox/Runtime/common/asm/ASMAtomicUoDecU32.asm create mode 100644 src/VBox/Runtime/common/asm/ASMAtomicUoIncU32.asm create mode 100644 src/VBox/Runtime/common/asm/ASMAtomicUoOrU32.asm create mode 100644 src/VBox/Runtime/common/asm/ASMAtomicUoOrU64.asm create mode 100644 src/VBox/Runtime/common/asm/ASMAtomicUoReadU64.asm create mode 100644 src/VBox/Runtime/common/asm/ASMAtomicXchgU16.asm create mode 100644 src/VBox/Runtime/common/asm/ASMAtomicXchgU64.asm create mode 100644 src/VBox/Runtime/common/asm/ASMBitFirstClear.asm create mode 100644 src/VBox/Runtime/common/asm/ASMBitFirstSet.asm create mode 100644 src/VBox/Runtime/common/asm/ASMBitFirstSetU16.asm create mode 100644 src/VBox/Runtime/common/asm/ASMBitFirstSetU32.asm create mode 100644 src/VBox/Runtime/common/asm/ASMBitFirstSetU64.asm create mode 100644 src/VBox/Runtime/common/asm/ASMBitLastSetU16.asm create mode 100644 src/VBox/Runtime/common/asm/ASMBitLastSetU32.asm create mode 100644 src/VBox/Runtime/common/asm/ASMBitLastSetU64.asm create mode 100644 src/VBox/Runtime/common/asm/ASMBitNextClear.asm create mode 100644 src/VBox/Runtime/common/asm/ASMBitNextSet.asm create mode 100644 src/VBox/Runtime/common/asm/ASMCpuId.asm create mode 100644 src/VBox/Runtime/common/asm/ASMCpuIdExSlow.asm create mode 100644 src/VBox/Runtime/common/asm/ASMCpuId_Idx_ECX.asm create mode 100644 src/VBox/Runtime/common/asm/ASMFxRstor.asm create mode 100644 src/VBox/Runtime/common/asm/ASMFxSave.asm create mode 100644 src/VBox/Runtime/common/asm/ASMGetFlags.asm create mode 100644 src/VBox/Runtime/common/asm/ASMGetGDTR.asm create mode 100644 src/VBox/Runtime/common/asm/ASMGetIDTR.asm create mode 100644 src/VBox/Runtime/common/asm/ASMGetIdtrLimit.asm create mode 100644 src/VBox/Runtime/common/asm/ASMGetLDTR.asm create mode 100644 src/VBox/Runtime/common/asm/ASMGetSegAttr.asm create mode 100644 src/VBox/Runtime/common/asm/ASMGetTR.asm create mode 100644 src/VBox/Runtime/common/asm/ASMGetXcr0.asm create mode 100644 src/VBox/Runtime/common/asm/ASMMemFirstMismatchingU8.asm create mode 100644 src/VBox/Runtime/common/asm/ASMMultU32ByU32DivByU32.asm create mode 100644 src/VBox/Runtime/common/asm/ASMMultU64ByU32DivByU32.asm create mode 100644 src/VBox/Runtime/common/asm/ASMNopPause.asm create mode 100644 src/VBox/Runtime/common/asm/ASMRdMsrEx.asm create mode 100644 src/VBox/Runtime/common/asm/ASMSerializeInstruction-cpuid.asm create mode 100644 src/VBox/Runtime/common/asm/ASMSerializeInstruction-iret.asm create mode 100644 src/VBox/Runtime/common/asm/ASMSerializeInstruction-rdtscp.asm create mode 100644 src/VBox/Runtime/common/asm/ASMSetFlags.asm create mode 100644 src/VBox/Runtime/common/asm/ASMSetGDTR.asm create mode 100644 src/VBox/Runtime/common/asm/ASMSetIDTR.asm create mode 100644 src/VBox/Runtime/common/asm/ASMSetXcr0.asm create mode 100644 src/VBox/Runtime/common/asm/ASMWrMsrEx.asm create mode 100644 src/VBox/Runtime/common/asm/ASMXRstor.asm create mode 100644 src/VBox/Runtime/common/asm/ASMXSave.asm create mode 100644 src/VBox/Runtime/common/asm/Makefile.kup create mode 100644 src/VBox/Runtime/common/asm/asm-fake.cpp create mode 100644 src/VBox/Runtime/common/asn1/Makefile.kup create mode 100644 src/VBox/Runtime/common/asn1/asn1-basics.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-cursor.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-default-allocator.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-dump.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-efence-allocator.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-encode.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-safer-allocator.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-bitstring-decode.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-bitstring-template.h create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-bitstring.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-boolean-decode.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-boolean-template.h create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-boolean.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-core-decode.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-core-template.h create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-core.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-dyntype-decode.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-dyntype.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-integer-decode.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-integer-template.h create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-integer.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-null-decode.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-null.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-objid-decode.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-objid-template.h create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-objid.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-octetstring-decode.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-octetstring-template.h create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-octetstring.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-string-decode.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-string-template.h create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-string-template2.h create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-string.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-time-decode.cpp create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-time-template.h create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-time-template2.h create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-time.cpp create mode 100644 src/VBox/Runtime/common/asn1/oiddb.cfg create mode 100644 src/VBox/Runtime/common/asn1/oiddb2c.cpp create mode 100644 src/VBox/Runtime/common/checksum/Makefile.kup create mode 100644 src/VBox/Runtime/common/checksum/RTSha1Digest.cpp create mode 100644 src/VBox/Runtime/common/checksum/RTSha256Digest.cpp create mode 100644 src/VBox/Runtime/common/checksum/adler32.cpp create mode 100644 src/VBox/Runtime/common/checksum/alt-md2.cpp create mode 100644 src/VBox/Runtime/common/checksum/alt-md4.cpp create mode 100644 src/VBox/Runtime/common/checksum/alt-md5.cpp create mode 100644 src/VBox/Runtime/common/checksum/alt-sha1.cpp create mode 100644 src/VBox/Runtime/common/checksum/alt-sha256.cpp create mode 100644 src/VBox/Runtime/common/checksum/alt-sha512.cpp create mode 100644 src/VBox/Runtime/common/checksum/crc16ccitt.cpp create mode 100644 src/VBox/Runtime/common/checksum/crc32-zlib.cpp create mode 100644 src/VBox/Runtime/common/checksum/crc32.cpp create mode 100644 src/VBox/Runtime/common/checksum/crc32c.cpp create mode 100644 src/VBox/Runtime/common/checksum/crc64.cpp create mode 100644 src/VBox/Runtime/common/checksum/ipv4.cpp create mode 100644 src/VBox/Runtime/common/checksum/ipv6.cpp create mode 100644 src/VBox/Runtime/common/checksum/manifest-file.cpp create mode 100644 src/VBox/Runtime/common/checksum/manifest.cpp create mode 100644 src/VBox/Runtime/common/checksum/manifest2.cpp create mode 100644 src/VBox/Runtime/common/checksum/manifest3.cpp create mode 100644 src/VBox/Runtime/common/checksum/md2str.cpp create mode 100644 src/VBox/Runtime/common/checksum/md4str.cpp create mode 100644 src/VBox/Runtime/common/checksum/md5str.cpp create mode 100644 src/VBox/Runtime/common/checksum/openssl-md2.cpp create mode 100644 src/VBox/Runtime/common/checksum/openssl-md4.cpp create mode 100644 src/VBox/Runtime/common/checksum/openssl-md5.cpp create mode 100644 src/VBox/Runtime/common/checksum/openssl-sha1.cpp create mode 100644 src/VBox/Runtime/common/checksum/openssl-sha256.cpp create mode 100644 src/VBox/Runtime/common/checksum/openssl-sha512.cpp create mode 100644 src/VBox/Runtime/common/checksum/sha1str.cpp create mode 100644 src/VBox/Runtime/common/checksum/sha224str.cpp create mode 100644 src/VBox/Runtime/common/checksum/sha256str.cpp create mode 100644 src/VBox/Runtime/common/checksum/sha384str.cpp create mode 100644 src/VBox/Runtime/common/checksum/sha512str.cpp create mode 100644 src/VBox/Runtime/common/checksum/sha512t224str.cpp create mode 100644 src/VBox/Runtime/common/checksum/sha512t256str.cpp create mode 100644 src/VBox/Runtime/common/crypto/Makefile.kup create mode 100644 src/VBox/Runtime/common/crypto/RTCrPkcs5Pbkdf2Hmac-openssl.cpp create mode 100644 src/VBox/Runtime/common/crypto/RTCrRandBytes-openssl.cpp create mode 100644 src/VBox/Runtime/common/crypto/RTCrStoreCertAddFromJavaKeyStore.cpp create mode 100644 src/VBox/Runtime/common/crypto/RTCrStoreCertAddWantedFromFishingExpedition.cpp create mode 100644 src/VBox/Runtime/common/crypto/RTCrStoreCertExportAsPem.cpp create mode 100644 src/VBox/Runtime/common/crypto/RTCrStoreCreateSnapshotOfUserAndSystemTrustedCAsAndCerts.cpp create mode 100644 src/VBox/Runtime/common/crypto/cipher-openssl.cpp create mode 100644 src/VBox/Runtime/common/crypto/digest-builtin.cpp create mode 100644 src/VBox/Runtime/common/crypto/digest-core.cpp create mode 100644 src/VBox/Runtime/common/crypto/digest-vfs.cpp create mode 100644 src/VBox/Runtime/common/crypto/iprt-openssl.cpp create mode 100644 src/VBox/Runtime/common/crypto/key-create-rsa-openssl.cpp create mode 100644 src/VBox/Runtime/common/crypto/key-file.cpp create mode 100644 src/VBox/Runtime/common/crypto/key-internal.h create mode 100644 src/VBox/Runtime/common/crypto/key-openssl.cpp create mode 100644 src/VBox/Runtime/common/crypto/key.cpp create mode 100644 src/VBox/Runtime/common/crypto/pemfile.cpp create mode 100644 src/VBox/Runtime/common/crypto/pkcs7-asn1-decoder.cpp create mode 100644 src/VBox/Runtime/common/crypto/pkcs7-core.cpp create mode 100644 src/VBox/Runtime/common/crypto/pkcs7-init.cpp create mode 100644 src/VBox/Runtime/common/crypto/pkcs7-internal.h create mode 100644 src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp create mode 100644 src/VBox/Runtime/common/crypto/pkcs7-template.h create mode 100644 src/VBox/Runtime/common/crypto/pkcs7-verify.cpp create mode 100644 src/VBox/Runtime/common/crypto/pkix-sign.cpp create mode 100644 src/VBox/Runtime/common/crypto/pkix-signature-builtin.cpp create mode 100644 src/VBox/Runtime/common/crypto/pkix-signature-builtin.h create mode 100644 src/VBox/Runtime/common/crypto/pkix-signature-core.cpp create mode 100644 src/VBox/Runtime/common/crypto/pkix-signature-rsa.cpp create mode 100644 src/VBox/Runtime/common/crypto/pkix-util.cpp create mode 100644 src/VBox/Runtime/common/crypto/pkix-verify.cpp create mode 100644 src/VBox/Runtime/common/crypto/rc4-openssl.cpp create mode 100644 src/VBox/Runtime/common/crypto/rsa-asn1-decoder.cpp create mode 100644 src/VBox/Runtime/common/crypto/rsa-core.cpp create mode 100644 src/VBox/Runtime/common/crypto/rsa-init.cpp create mode 100644 src/VBox/Runtime/common/crypto/rsa-internal.h create mode 100644 src/VBox/Runtime/common/crypto/rsa-sanity.cpp create mode 100644 src/VBox/Runtime/common/crypto/rsa-template.h create mode 100644 src/VBox/Runtime/common/crypto/spc-asn1-decoder.cpp create mode 100644 src/VBox/Runtime/common/crypto/spc-core.cpp create mode 100644 src/VBox/Runtime/common/crypto/spc-init.cpp create mode 100644 src/VBox/Runtime/common/crypto/spc-internal.h create mode 100644 src/VBox/Runtime/common/crypto/spc-sanity.cpp create mode 100644 src/VBox/Runtime/common/crypto/spc-template.h create mode 100644 src/VBox/Runtime/common/crypto/ssl-openssl.cpp create mode 100644 src/VBox/Runtime/common/crypto/store-cert-add-basic.cpp create mode 100644 src/VBox/Runtime/common/crypto/store-inmem.cpp create mode 100644 src/VBox/Runtime/common/crypto/store-internal.h create mode 100644 src/VBox/Runtime/common/crypto/store.cpp create mode 100644 src/VBox/Runtime/common/crypto/taf-asn1-decoder.cpp create mode 100644 src/VBox/Runtime/common/crypto/taf-core.cpp create mode 100644 src/VBox/Runtime/common/crypto/taf-init.cpp create mode 100644 src/VBox/Runtime/common/crypto/taf-internal.h create mode 100644 src/VBox/Runtime/common/crypto/taf-sanity.cpp create mode 100644 src/VBox/Runtime/common/crypto/taf-template.h create mode 100644 src/VBox/Runtime/common/crypto/tsp-asn1-decoder.cpp create mode 100644 src/VBox/Runtime/common/crypto/tsp-core.cpp create mode 100644 src/VBox/Runtime/common/crypto/tsp-init.cpp create mode 100644 src/VBox/Runtime/common/crypto/tsp-internal.h create mode 100644 src/VBox/Runtime/common/crypto/tsp-sanity.cpp create mode 100644 src/VBox/Runtime/common/crypto/tsp-template.h create mode 100644 src/VBox/Runtime/common/crypto/x509-asn1-decoder.cpp create mode 100644 src/VBox/Runtime/common/crypto/x509-certpaths.cpp create mode 100644 src/VBox/Runtime/common/crypto/x509-core.cpp create mode 100644 src/VBox/Runtime/common/crypto/x509-file.cpp create mode 100644 src/VBox/Runtime/common/crypto/x509-init.cpp create mode 100644 src/VBox/Runtime/common/crypto/x509-internal.h create mode 100644 src/VBox/Runtime/common/crypto/x509-sanity.cpp create mode 100644 src/VBox/Runtime/common/crypto/x509-template.h create mode 100644 src/VBox/Runtime/common/crypto/x509-verify.cpp create mode 100644 src/VBox/Runtime/common/dbg/Makefile.kup create mode 100644 src/VBox/Runtime/common/dbg/dbg.cpp create mode 100644 src/VBox/Runtime/common/dbg/dbgas.cpp create mode 100644 src/VBox/Runtime/common/dbg/dbgcfg.cpp create mode 100644 src/VBox/Runtime/common/dbg/dbgmod.cpp create mode 100644 src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp create mode 100644 src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp create mode 100644 src/VBox/Runtime/common/dbg/dbgmoddbghelp.cpp create mode 100644 src/VBox/Runtime/common/dbg/dbgmoddeferred.cpp create mode 100644 src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp create mode 100644 src/VBox/Runtime/common/dbg/dbgmodexports.cpp create mode 100644 src/VBox/Runtime/common/dbg/dbgmodldr.cpp create mode 100644 src/VBox/Runtime/common/dbg/dbgmodmapsym.cpp create mode 100644 src/VBox/Runtime/common/dbg/dbgmodnm.cpp create mode 100644 src/VBox/Runtime/common/dbg/dbgstackdumpself-amd64-x86.asm create mode 100644 src/VBox/Runtime/common/dbg/dbgstackdumpself.cpp create mode 100644 src/VBox/Runtime/common/dvm/Makefile.kup create mode 100644 src/VBox/Runtime/common/dvm/dvm.cpp create mode 100644 src/VBox/Runtime/common/dvm/dvmbsdlabel.cpp create mode 100644 src/VBox/Runtime/common/dvm/dvmgpt.cpp create mode 100644 src/VBox/Runtime/common/dvm/dvmmbr.cpp create mode 100644 src/VBox/Runtime/common/dvm/dvmvfs.cpp create mode 100644 src/VBox/Runtime/common/err/Makefile.kup create mode 100644 src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp create mode 100644 src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp create mode 100644 src/VBox/Runtime/common/err/errinfo-alloc.cpp create mode 100644 src/VBox/Runtime/common/err/errinfo.cpp create mode 100644 src/VBox/Runtime/common/err/errinfolog.cpp create mode 100644 src/VBox/Runtime/common/err/errmsg.cpp create mode 100644 src/VBox/Runtime/common/err/errmsg.sed create mode 100644 src/VBox/Runtime/common/err/errmsgcom.sed create mode 100644 src/VBox/Runtime/common/err/errmsgxpcom.cpp create mode 100644 src/VBox/Runtime/common/fs/Makefile.kup create mode 100644 src/VBox/Runtime/common/fs/RTFsCmdLs.cpp create mode 100644 src/VBox/Runtime/common/fs/extvfs.cpp create mode 100644 src/VBox/Runtime/common/fs/fatvfs.cpp create mode 100644 src/VBox/Runtime/common/fs/isomaker.cpp create mode 100644 src/VBox/Runtime/common/fs/isomakercmd-man.xml create mode 100644 src/VBox/Runtime/common/fs/isomakercmd.cpp create mode 100644 src/VBox/Runtime/common/fs/isomakerimport.cpp create mode 100644 src/VBox/Runtime/common/fs/isovfs.cpp create mode 100644 src/VBox/Runtime/common/fs/ntfsvfs.cpp create mode 100644 src/VBox/Runtime/common/fs/xfsvfs.cpp create mode 100644 src/VBox/Runtime/common/fuzz/Makefile.kup create mode 100644 src/VBox/Runtime/common/fuzz/fuzz-observer.cpp create mode 100644 src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp create mode 100644 src/VBox/Runtime/common/fuzz/fuzz.cpp create mode 100644 src/VBox/Runtime/common/fuzz/fuzzclientcmd.cpp create mode 100644 src/VBox/Runtime/common/fuzz/fuzzmastercmd.cpp create mode 100644 src/VBox/Runtime/common/ioqueue/ioqueue-aiofile-provider.cpp create mode 100644 src/VBox/Runtime/common/ioqueue/ioqueue-stdfile-provider.cpp create mode 100644 src/VBox/Runtime/common/ioqueue/ioqueuebase.cpp create mode 100644 src/VBox/Runtime/common/ldr/Makefile.kup create mode 100644 src/VBox/Runtime/common/ldr/ldr.cpp create mode 100644 src/VBox/Runtime/common/ldr/ldrELF.cpp create mode 100644 src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h create mode 100644 src/VBox/Runtime/common/ldr/ldrEx.cpp create mode 100644 src/VBox/Runtime/common/ldr/ldrFile.cpp create mode 100644 src/VBox/Runtime/common/ldr/ldrLX.cpp create mode 100644 src/VBox/Runtime/common/ldr/ldrMachO.cpp create mode 100644 src/VBox/Runtime/common/ldr/ldrMemory.cpp create mode 100644 src/VBox/Runtime/common/ldr/ldrNative.cpp create mode 100644 src/VBox/Runtime/common/ldr/ldrPE.cpp create mode 100644 src/VBox/Runtime/common/ldr/ldrVfsFile.cpp create mode 100644 src/VBox/Runtime/common/log/Makefile.kup create mode 100644 src/VBox/Runtime/common/log/log.cpp create mode 100644 src/VBox/Runtime/common/log/logcom.cpp create mode 100644 src/VBox/Runtime/common/log/logellipsis.cpp create mode 100644 src/VBox/Runtime/common/log/logformat.cpp create mode 100644 src/VBox/Runtime/common/log/logrel.cpp create mode 100644 src/VBox/Runtime/common/log/logrelellipsis.cpp create mode 100644 src/VBox/Runtime/common/log/tracebuf.cpp create mode 100644 src/VBox/Runtime/common/log/tracedefault.cpp create mode 100644 src/VBox/Runtime/common/log/tracelogreader.cpp create mode 100644 src/VBox/Runtime/common/log/tracelogwriter.cpp create mode 100644 src/VBox/Runtime/common/math/Makefile.kup create mode 100644 src/VBox/Runtime/common/math/RTUInt128MulByU64.asm create mode 100644 src/VBox/Runtime/common/math/amd64/Makefile.kup create mode 100644 src/VBox/Runtime/common/math/bignum-amd64-x86.asm create mode 100644 src/VBox/Runtime/common/math/bignum.cpp create mode 100644 src/VBox/Runtime/common/math/ceill.asm create mode 100644 src/VBox/Runtime/common/math/cosl.asm create mode 100644 src/VBox/Runtime/common/math/fabs.asm create mode 100644 src/VBox/Runtime/common/math/fabsf.asm create mode 100644 src/VBox/Runtime/common/math/fabsl.asm create mode 100644 src/VBox/Runtime/common/math/floor.asm create mode 100644 src/VBox/Runtime/common/math/floorf.asm create mode 100644 src/VBox/Runtime/common/math/floorl.asm create mode 100644 src/VBox/Runtime/common/math/gcc/Makefile.kup create mode 100644 src/VBox/Runtime/common/math/gcc/adddi3.c create mode 100644 src/VBox/Runtime/common/math/gcc/anddi3.c create mode 100644 src/VBox/Runtime/common/math/gcc/ashldi3.c create mode 100644 src/VBox/Runtime/common/math/gcc/ashrdi3.c create mode 100644 src/VBox/Runtime/common/math/gcc/cmpdi2.c create mode 100644 src/VBox/Runtime/common/math/gcc/divdi3.c create mode 100644 src/VBox/Runtime/common/math/gcc/iordi3.c create mode 100644 src/VBox/Runtime/common/math/gcc/lshldi3.c create mode 100644 src/VBox/Runtime/common/math/gcc/lshrdi3.c create mode 100644 src/VBox/Runtime/common/math/gcc/moddi3.c create mode 100644 src/VBox/Runtime/common/math/gcc/muldi3.c create mode 100644 src/VBox/Runtime/common/math/gcc/negdi2.c create mode 100644 src/VBox/Runtime/common/math/gcc/notdi2.c create mode 100644 src/VBox/Runtime/common/math/gcc/qdivrem.c create mode 100644 src/VBox/Runtime/common/math/gcc/quad.h create mode 100644 src/VBox/Runtime/common/math/gcc/subdi3.c create mode 100644 src/VBox/Runtime/common/math/gcc/ucmpdi2.c create mode 100644 src/VBox/Runtime/common/math/gcc/udivdi3.c create mode 100644 src/VBox/Runtime/common/math/gcc/udivmoddi4.c create mode 100644 src/VBox/Runtime/common/math/gcc/umoddi3.c create mode 100644 src/VBox/Runtime/common/math/gcc/xordi3.c create mode 100644 src/VBox/Runtime/common/math/ldexpl.asm create mode 100644 src/VBox/Runtime/common/math/llrint.asm create mode 100644 src/VBox/Runtime/common/math/llrintf.asm create mode 100644 src/VBox/Runtime/common/math/llrintl.asm create mode 100644 src/VBox/Runtime/common/math/logl.asm create mode 100644 src/VBox/Runtime/common/math/lrint.asm create mode 100644 src/VBox/Runtime/common/math/lrintf.asm create mode 100644 src/VBox/Runtime/common/math/lrintl.asm create mode 100644 src/VBox/Runtime/common/math/remainder.asm create mode 100644 src/VBox/Runtime/common/math/remainderf.asm create mode 100644 src/VBox/Runtime/common/math/remainderl.asm create mode 100644 src/VBox/Runtime/common/math/sinl.asm create mode 100644 src/VBox/Runtime/common/math/tanl.asm create mode 100644 src/VBox/Runtime/common/math/trunc.asm create mode 100644 src/VBox/Runtime/common/math/truncf.asm create mode 100644 src/VBox/Runtime/common/math/truncl.asm create mode 100644 src/VBox/Runtime/common/math/watcom/I8D-x86-32.asm create mode 100644 src/VBox/Runtime/common/math/watcom/RTWatcomUInt64Div.c create mode 100644 src/VBox/Runtime/common/math/watcom/U8D-x86-32.asm create mode 100644 src/VBox/Runtime/common/math/watcom/U8LS-x86-32.asm create mode 100644 src/VBox/Runtime/common/math/watcom/U8M-I8M-x86-32.asm create mode 100644 src/VBox/Runtime/common/math/watcom/U8RS-x86-32.asm create mode 100644 src/VBox/Runtime/common/math/x86/Makefile.kup create mode 100644 src/VBox/Runtime/common/math/x86/fenv-x86.c create mode 100644 src/VBox/Runtime/common/misc/Makefile.kup create mode 100644 src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp create mode 100644 src/VBox/Runtime/common/misc/RTAssertMsg2.cpp create mode 100644 src/VBox/Runtime/common/misc/RTAssertMsg2Add.cpp create mode 100644 src/VBox/Runtime/common/misc/RTAssertMsg2AddWeak.cpp create mode 100644 src/VBox/Runtime/common/misc/RTAssertMsg2AddWeakV.cpp create mode 100644 src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp create mode 100644 src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp create mode 100644 src/VBox/Runtime/common/misc/RTFileModeToFlags.cpp create mode 100644 src/VBox/Runtime/common/misc/RTFileOpenF.cpp create mode 100644 src/VBox/Runtime/common/misc/RTFileOpenV.cpp create mode 100644 src/VBox/Runtime/common/misc/RTMemWipeThoroughly.cpp create mode 100644 src/VBox/Runtime/common/misc/RTSystemFirmwareTypeName.cpp create mode 100644 src/VBox/Runtime/common/misc/RTSystemIsInsideVM-amd64-x86.cpp create mode 100644 src/VBox/Runtime/common/misc/assert.cpp create mode 100644 src/VBox/Runtime/common/misc/buildconfig.cpp create mode 100644 src/VBox/Runtime/common/misc/cidr.cpp create mode 100644 src/VBox/Runtime/common/misc/circbuf.cpp create mode 100644 src/VBox/Runtime/common/misc/getopt.cpp create mode 100644 src/VBox/Runtime/common/misc/getoptargv.cpp create mode 100644 src/VBox/Runtime/common/misc/handle.cpp create mode 100644 src/VBox/Runtime/common/misc/handletable.cpp create mode 100644 src/VBox/Runtime/common/misc/handletable.h create mode 100644 src/VBox/Runtime/common/misc/handletablectx.cpp create mode 100644 src/VBox/Runtime/common/misc/handletablesimple.cpp create mode 100644 src/VBox/Runtime/common/misc/inifile.cpp create mode 100644 src/VBox/Runtime/common/misc/json.cpp create mode 100644 src/VBox/Runtime/common/misc/lockvalidator.cpp create mode 100644 src/VBox/Runtime/common/misc/message.cpp create mode 100644 src/VBox/Runtime/common/misc/messagerefentry.cpp create mode 100644 src/VBox/Runtime/common/misc/once.cpp create mode 100644 src/VBox/Runtime/common/misc/req.cpp create mode 100644 src/VBox/Runtime/common/misc/reqpool.cpp create mode 100644 src/VBox/Runtime/common/misc/reqqueue.cpp create mode 100644 src/VBox/Runtime/common/misc/s3.cpp create mode 100644 src/VBox/Runtime/common/misc/sanity-c.c create mode 100644 src/VBox/Runtime/common/misc/sanity-cpp.cpp create mode 100644 src/VBox/Runtime/common/misc/sanity.h create mode 100644 src/VBox/Runtime/common/misc/semspingpong.cpp create mode 100644 src/VBox/Runtime/common/misc/setjmp.asm create mode 100644 src/VBox/Runtime/common/misc/sg.cpp create mode 100644 src/VBox/Runtime/common/misc/term.cpp create mode 100644 src/VBox/Runtime/common/misc/thread.cpp create mode 100644 src/VBox/Runtime/common/misc/uri.cpp create mode 100644 src/VBox/Runtime/common/misc/zero.asm create mode 100644 src/VBox/Runtime/common/misc/zero.cpp create mode 100644 src/VBox/Runtime/common/net/Makefile.kup create mode 100644 src/VBox/Runtime/common/net/macstr.cpp create mode 100644 src/VBox/Runtime/common/net/netaddrstr.cpp create mode 100644 src/VBox/Runtime/common/net/netaddrstr2.cpp create mode 100644 src/VBox/Runtime/common/path/Makefile.kup create mode 100644 src/VBox/Runtime/common/path/RTPathAbsDup.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathAbsEx.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathAbsExDup.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathAppend.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathAppendEx.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathCalcRelative.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathChangeToDosSlashes.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathChangeToUnixSlashes.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathCopyComponents.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathCountComponents.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathEnsureTrailingSeparator.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathExt.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathFilename.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathFilenameUtf16.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathFindCommon.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathFindCommon.cpp.h create mode 100644 src/VBox/Runtime/common/path/RTPathGlob.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathHasExt.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathHasPath.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathJoin.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathJoinA.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathJoinEx.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathParentLength.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathParentLength.cpp.h create mode 100644 src/VBox/Runtime/common/path/RTPathParse.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathParse.cpp.h create mode 100644 src/VBox/Runtime/common/path/RTPathParseSimple.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathParsedReassemble.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathPurgeFilename.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathRealDup.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathRmCmd.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathSkipRootSpec.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathSplit.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathSplitA.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathSplitReassemble.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathStartsWithRoot.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathStripExt.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathStripFilename.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathStripTrailingSlash.cpp create mode 100644 src/VBox/Runtime/common/path/RTPathTraverseList.cpp create mode 100644 src/VBox/Runtime/common/path/comparepaths.cpp create mode 100644 src/VBox/Runtime/common/path/rtPathRootSpecLen.cpp create mode 100644 src/VBox/Runtime/common/path/rtPathVolumeSpecLen.cpp create mode 100644 src/VBox/Runtime/common/path/rtpath-expand-template.cpp.h create mode 100644 src/VBox/Runtime/common/path/rtpath-root-length-template.cpp.h create mode 100644 src/VBox/Runtime/common/rand/Makefile.kup create mode 100644 src/VBox/Runtime/common/rand/rand.cpp create mode 100644 src/VBox/Runtime/common/rand/randadv.cpp create mode 100644 src/VBox/Runtime/common/rand/randparkmiller.cpp create mode 100644 src/VBox/Runtime/common/rest/Makefile.kup create mode 100644 src/VBox/Runtime/common/rest/RTCRestAnyObject.cpp create mode 100644 src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp create mode 100644 src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp create mode 100644 src/VBox/Runtime/common/rest/RTCRestClientApiBaseOci.cpp create mode 100644 src/VBox/Runtime/common/rest/RTCRestClientRequestBase.cpp create mode 100644 src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp create mode 100644 src/VBox/Runtime/common/rest/RTCRestJsonPrimaryCursor.cpp create mode 100644 src/VBox/Runtime/common/rest/RTCRestOutputBase.cpp create mode 100644 src/VBox/Runtime/common/rest/RTCRestOutputPrettyBase.cpp create mode 100644 src/VBox/Runtime/common/rest/RTCRestOutputPrettyToString.cpp create mode 100644 src/VBox/Runtime/common/rest/RTCRestOutputToString.cpp create mode 100644 src/VBox/Runtime/common/rest/RTCRestStringMapBase.cpp create mode 100644 src/VBox/Runtime/common/rest/rest-binary.cpp create mode 100644 src/VBox/Runtime/common/rest/rest-primary-object-types.cpp create mode 100644 src/VBox/Runtime/common/sort/Makefile.kup create mode 100644 src/VBox/Runtime/common/sort/RTSortApvIsSorted.cpp create mode 100644 src/VBox/Runtime/common/sort/RTSortIsSorted.cpp create mode 100644 src/VBox/Runtime/common/sort/shellsort.cpp create mode 100644 src/VBox/Runtime/common/string/Makefile.kup create mode 100644 src/VBox/Runtime/common/string/RTStrCat.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrCatEx.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrCatP.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrCatPEx.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrCmp.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrCopy.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrCopyEx.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrCopyP.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrCopyPEx.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrICmpAscii.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrIStartsWith.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrMemFind32.asm create mode 100644 src/VBox/Runtime/common/string/RTStrMemFind32.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrNCmp.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrNICmpAscii.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrNLen.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrNLenEx.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrPrintHexBytes.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrSplit.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrStartsWith.cpp create mode 100644 src/VBox/Runtime/common/string/RTStrStr.cpp create mode 100644 src/VBox/Runtime/common/string/RTUtf16Cat.cpp create mode 100644 src/VBox/Runtime/common/string/RTUtf16CatAscii.cpp create mode 100644 src/VBox/Runtime/common/string/RTUtf16Chr.cpp create mode 100644 src/VBox/Runtime/common/string/RTUtf16CmpAscii.cpp create mode 100644 src/VBox/Runtime/common/string/RTUtf16Copy.cpp create mode 100644 src/VBox/Runtime/common/string/RTUtf16CopyAscii.cpp create mode 100644 src/VBox/Runtime/common/string/RTUtf16CopyEx.cpp create mode 100644 src/VBox/Runtime/common/string/RTUtf16End.cpp create mode 100644 src/VBox/Runtime/common/string/RTUtf16ICmpAscii.cpp create mode 100644 src/VBox/Runtime/common/string/RTUtf16NCmpAscii.cpp create mode 100644 src/VBox/Runtime/common/string/RTUtf16NICmpAscii.cpp create mode 100644 src/VBox/Runtime/common/string/RTUtf16NLen.cpp create mode 100644 src/VBox/Runtime/common/string/RTUtf16NLenEx.cpp create mode 100644 src/VBox/Runtime/common/string/RTUtf16PrintHexBytes.cpp create mode 100644 src/VBox/Runtime/common/string/base64.cpp create mode 100644 src/VBox/Runtime/common/string/bzero.asm create mode 100644 src/VBox/Runtime/common/string/memchr.asm create mode 100644 src/VBox/Runtime/common/string/memchr.cpp create mode 100644 src/VBox/Runtime/common/string/memchr_alias.c create mode 100644 src/VBox/Runtime/common/string/memcmp.asm create mode 100644 src/VBox/Runtime/common/string/memcmp.cpp create mode 100644 src/VBox/Runtime/common/string/memcmp_alias.c create mode 100644 src/VBox/Runtime/common/string/memcpy.asm create mode 100644 src/VBox/Runtime/common/string/memcpy.cpp create mode 100644 src/VBox/Runtime/common/string/memcpy_alias.c create mode 100644 src/VBox/Runtime/common/string/memmove.asm create mode 100644 src/VBox/Runtime/common/string/memmove_alias.c create mode 100644 src/VBox/Runtime/common/string/mempcpy.asm create mode 100644 src/VBox/Runtime/common/string/memrchr.asm create mode 100644 src/VBox/Runtime/common/string/memrchr.cpp create mode 100644 src/VBox/Runtime/common/string/memset.asm create mode 100644 src/VBox/Runtime/common/string/memset.cpp create mode 100644 src/VBox/Runtime/common/string/memset_alias.c create mode 100644 src/VBox/Runtime/common/string/ministring.cpp create mode 100644 src/VBox/Runtime/common/string/simplepattern.cpp create mode 100644 src/VBox/Runtime/common/string/straprintf.cpp create mode 100644 src/VBox/Runtime/common/string/strcache.cpp create mode 100644 src/VBox/Runtime/common/string/strchr.asm create mode 100644 src/VBox/Runtime/common/string/strchr_alias.c create mode 100644 src/VBox/Runtime/common/string/strcmp.asm create mode 100644 src/VBox/Runtime/common/string/strcmp_alias.c create mode 100644 src/VBox/Runtime/common/string/strcpy.asm create mode 100644 src/VBox/Runtime/common/string/strcpy.cpp create mode 100644 src/VBox/Runtime/common/string/strcpy_alias.c create mode 100644 src/VBox/Runtime/common/string/strformat.cpp create mode 100644 src/VBox/Runtime/common/string/strformatnum.cpp create mode 100644 src/VBox/Runtime/common/string/strformatrt.cpp create mode 100644 src/VBox/Runtime/common/string/strformattype.cpp create mode 100644 src/VBox/Runtime/common/string/strhash1.cpp create mode 100644 src/VBox/Runtime/common/string/stringalloc.cpp create mode 100644 src/VBox/Runtime/common/string/strlen.asm create mode 100644 src/VBox/Runtime/common/string/strlen.cpp create mode 100644 src/VBox/Runtime/common/string/strlen_alias.c create mode 100644 src/VBox/Runtime/common/string/strncmp.asm create mode 100644 src/VBox/Runtime/common/string/strncmp.cpp create mode 100644 src/VBox/Runtime/common/string/strncpy.asm create mode 100644 src/VBox/Runtime/common/string/strpbrk.cpp create mode 100644 src/VBox/Runtime/common/string/strprintf.cpp create mode 100644 src/VBox/Runtime/common/string/strprintf2.cpp create mode 100644 src/VBox/Runtime/common/string/strspace.cpp create mode 100644 src/VBox/Runtime/common/string/strstrip.cpp create mode 100644 src/VBox/Runtime/common/string/strtonum.cpp create mode 100644 src/VBox/Runtime/common/string/strversion.cpp create mode 100644 src/VBox/Runtime/common/string/uni.cpp create mode 100644 src/VBox/Runtime/common/string/unidata-flags.cpp create mode 100644 src/VBox/Runtime/common/string/unidata-lower.cpp create mode 100644 src/VBox/Runtime/common/string/unidata-upper.cpp create mode 100644 src/VBox/Runtime/common/string/uniread.cpp create mode 100644 src/VBox/Runtime/common/string/utf-16-case.cpp create mode 100644 src/VBox/Runtime/common/string/utf-16-latin-1.cpp create mode 100644 src/VBox/Runtime/common/string/utf-16.cpp create mode 100644 src/VBox/Runtime/common/string/utf-8-case.cpp create mode 100644 src/VBox/Runtime/common/string/utf-8-case2.cpp create mode 100644 src/VBox/Runtime/common/string/utf-8.cpp create mode 100644 src/VBox/Runtime/common/string/watcom/bzero.asm create mode 100644 src/VBox/Runtime/common/string/watcom/memchr.asm create mode 100644 src/VBox/Runtime/common/string/watcom/memcmp.asm create mode 100644 src/VBox/Runtime/common/string/watcom/memcpy.asm create mode 100644 src/VBox/Runtime/common/string/watcom/memmove.asm create mode 100644 src/VBox/Runtime/common/string/watcom/mempcpy.asm create mode 100644 src/VBox/Runtime/common/string/watcom/memrchr.asm create mode 100644 src/VBox/Runtime/common/string/watcom/memset.asm create mode 100644 src/VBox/Runtime/common/string/watcom/strchr.asm create mode 100644 src/VBox/Runtime/common/string/watcom/strcmp.asm create mode 100644 src/VBox/Runtime/common/string/watcom/strcpy.asm create mode 100644 src/VBox/Runtime/common/string/watcom/strlen.asm create mode 100644 src/VBox/Runtime/common/string/watcom/strncmp.asm create mode 100644 src/VBox/Runtime/common/string/watcom/strncpy.asm create mode 100644 src/VBox/Runtime/common/table/Makefile.kup create mode 100644 src/VBox/Runtime/common/table/avl_Base.cpp.h create mode 100644 src/VBox/Runtime/common/table/avl_Destroy.cpp.h create mode 100644 src/VBox/Runtime/common/table/avl_DoWithAll.cpp.h create mode 100644 src/VBox/Runtime/common/table/avl_Enum.cpp.h create mode 100644 src/VBox/Runtime/common/table/avl_Get.cpp.h create mode 100644 src/VBox/Runtime/common/table/avl_GetBestFit.cpp.h create mode 100644 src/VBox/Runtime/common/table/avl_Range.cpp.h create mode 100644 src/VBox/Runtime/common/table/avl_RemoveBestFit.cpp.h create mode 100644 src/VBox/Runtime/common/table/avl_RemoveNode.cpp.h create mode 100644 src/VBox/Runtime/common/table/avlgcphys.cpp create mode 100644 src/VBox/Runtime/common/table/avlgcptr.cpp create mode 100644 src/VBox/Runtime/common/table/avlhcphys.cpp create mode 100644 src/VBox/Runtime/common/table/avllu32.cpp create mode 100644 src/VBox/Runtime/common/table/avlogcphys.cpp create mode 100644 src/VBox/Runtime/common/table/avlogcptr.cpp create mode 100644 src/VBox/Runtime/common/table/avlohcphys.cpp create mode 100644 src/VBox/Runtime/common/table/avloioport.cpp create mode 100644 src/VBox/Runtime/common/table/avlou32.cpp create mode 100644 src/VBox/Runtime/common/table/avlpv.cpp create mode 100644 src/VBox/Runtime/common/table/avlrfoff.cpp create mode 100644 src/VBox/Runtime/common/table/avlrgcptr.cpp create mode 100644 src/VBox/Runtime/common/table/avlrogcphys.cpp create mode 100644 src/VBox/Runtime/common/table/avlrogcptr.cpp create mode 100644 src/VBox/Runtime/common/table/avlroioport.cpp create mode 100644 src/VBox/Runtime/common/table/avlroogcptr.cpp create mode 100644 src/VBox/Runtime/common/table/avlrpv.cpp create mode 100644 src/VBox/Runtime/common/table/avlru64.cpp create mode 100644 src/VBox/Runtime/common/table/avlruintptr.cpp create mode 100644 src/VBox/Runtime/common/table/avlu32.cpp create mode 100644 src/VBox/Runtime/common/table/avlu64.cpp create mode 100644 src/VBox/Runtime/common/table/avluintptr.cpp create mode 100644 src/VBox/Runtime/common/table/avlul.cpp create mode 100644 src/VBox/Runtime/common/table/table.cpp create mode 100644 src/VBox/Runtime/common/time/Makefile.kup create mode 100644 src/VBox/Runtime/common/time/time.cpp create mode 100644 src/VBox/Runtime/common/time/timeprog.cpp create mode 100644 src/VBox/Runtime/common/time/timesup.cpp create mode 100644 src/VBox/Runtime/common/time/timesupA.asm create mode 100644 src/VBox/Runtime/common/time/timesupA.mac create mode 100644 src/VBox/Runtime/common/time/timesupref.cpp create mode 100644 src/VBox/Runtime/common/time/timesupref.h create mode 100644 src/VBox/Runtime/common/time/timesysalias.cpp create mode 100755 src/VBox/Runtime/common/time/timezoneinfo-gen.py create mode 100644 src/VBox/Runtime/common/time/timezoneinfo.cpp create mode 100644 src/VBox/Runtime/common/vfs/Makefile.kup create mode 100644 src/VBox/Runtime/common/vfs/vfsbase.cpp create mode 100644 src/VBox/Runtime/common/vfs/vfschain.cpp create mode 100644 src/VBox/Runtime/common/vfs/vfsfss2dir.cpp create mode 100644 src/VBox/Runtime/common/vfs/vfsiosmisc.cpp create mode 100644 src/VBox/Runtime/common/vfs/vfsmemory.cpp create mode 100644 src/VBox/Runtime/common/vfs/vfsmisc.cpp create mode 100644 src/VBox/Runtime/common/vfs/vfsmount.cpp create mode 100644 src/VBox/Runtime/common/vfs/vfsmsg.cpp create mode 100644 src/VBox/Runtime/common/vfs/vfsprogress.cpp create mode 100644 src/VBox/Runtime/common/vfs/vfsreadahead.cpp create mode 100644 src/VBox/Runtime/common/vfs/vfsstddir.cpp create mode 100644 src/VBox/Runtime/common/vfs/vfsstdfile.cpp create mode 100644 src/VBox/Runtime/common/vfs/vfsstdpipe.cpp create mode 100644 src/VBox/Runtime/common/zip/Makefile.kup create mode 100644 src/VBox/Runtime/common/zip/gzipcmd.cpp create mode 100644 src/VBox/Runtime/common/zip/gzipvfs.cpp create mode 100644 src/VBox/Runtime/common/zip/pkzip.cpp create mode 100644 src/VBox/Runtime/common/zip/pkzipvfs.cpp create mode 100644 src/VBox/Runtime/common/zip/tar.cpp create mode 100644 src/VBox/Runtime/common/zip/tar.h create mode 100644 src/VBox/Runtime/common/zip/tarcmd.cpp create mode 100644 src/VBox/Runtime/common/zip/tarvfs.cpp create mode 100644 src/VBox/Runtime/common/zip/tarvfswriter.cpp create mode 100644 src/VBox/Runtime/common/zip/unzipcmd.cpp create mode 100644 src/VBox/Runtime/common/zip/xarvfs.cpp create mode 100644 src/VBox/Runtime/common/zip/zip.cpp create mode 100644 src/VBox/Runtime/darwin/Makefile.kup create mode 100644 src/VBox/Runtime/darwin/RTErrConvertFromDarwin.cpp create mode 100644 src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp create mode 100644 src/VBox/Runtime/darwin/RTErrConvertFromDarwinIO.cpp create mode 100644 src/VBox/Runtime/darwin/RTErrConvertFromDarwinKern.cpp create mode 100644 src/VBox/Runtime/gc/initterm-gc.cpp create mode 100644 src/VBox/Runtime/generic/Makefile.kup create mode 100644 src/VBox/Runtime/generic/RTAssertShouldPanic-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTCrStoreCreateSnapshotById-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTDirCreateUniqueNumbered-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTDirExists-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTDirSetMode-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTEnvDupEx-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTFileCopy-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTFileCopyAttributes-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTFileCopyByHandlesEx-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTFileCopyEx-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTFileCopyPart-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTFileCopyPartEx-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTFileExists-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTFileMove-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTFileQuerySize-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTFileReadAll-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTFileReadAllByHandle-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTFileReadAllByHandleEx-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTFileReadAllEx-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTFileReadAllFree-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTFileSetAllocationSize-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTMpCpuId-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTMpCpuIdFromSetIndex-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTMpCpuIdToSetIndex-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTMpGetArraySize-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTMpGetCoreCount-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTMpGetCount-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTMpGetCurFrequency-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTMpGetDescription-generic-stub.cpp create mode 100644 src/VBox/Runtime/generic/RTMpGetDescription-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTMpGetMaxCpuId-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTMpGetMaxFrequency-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTMpGetOnlineCoreCount-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTMpGetOnlineCount-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTMpGetOnlineSet-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTMpGetSet-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTMpIsCpuOnline-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTMpIsCpuPossible-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTMpOnPair-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTPathGetCurrentDrive-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTPathGetCurrentOnDrive-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTPathIsSame-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTProcDaemonize-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTProcIsRunningByName-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTProcessQueryUsernameA-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTRandAdvCreateSystemFaster-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTRandAdvCreateSystemTruer-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTSemEventMultiWait-2-ex-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTSemEventMultiWait-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTSemEventWait-2-ex-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTSemEventWait-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTSemEventWaitNoResume-2-ex-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTSemMutexRequest-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTSemMutexRequestDebug-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTSystemFirmware-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTSystemIsInsideVM-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTSystemQueryDmiString-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTSystemQueryOSInfo-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTSystemShutdown-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTThreadGetAffinity-stub-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTThreadGetNativeState-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTThreadSetAffinity-stub-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTThreadSetAffinityToCpu-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTTimeLocalDeltaNanoFor-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTTimeLocalNow-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTTimerCreate-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTTimerLRCreate-generic.cpp create mode 100644 src/VBox/Runtime/generic/RTUuidCreate-generic.cpp create mode 100644 src/VBox/Runtime/generic/cdrom-generic.cpp create mode 100644 src/VBox/Runtime/generic/createtemp-generic.cpp create mode 100644 src/VBox/Runtime/generic/critsect-generic.cpp create mode 100644 src/VBox/Runtime/generic/critsectrw-generic.cpp create mode 100644 src/VBox/Runtime/generic/env-generic.cpp create mode 100644 src/VBox/Runtime/generic/errvars-generic.cpp create mode 100644 src/VBox/Runtime/generic/fileio-at-generic.cpp create mode 100644 src/VBox/Runtime/generic/fileio-sg-at-generic.cpp create mode 100644 src/VBox/Runtime/generic/fileio-sg-generic.cpp create mode 100644 src/VBox/Runtime/generic/fs-stubs-generic.cpp create mode 100644 src/VBox/Runtime/generic/ftp-server.cpp create mode 100644 src/VBox/Runtime/generic/http-curl.cpp create mode 100644 src/VBox/Runtime/generic/mempool-generic.cpp create mode 100644 src/VBox/Runtime/generic/memsafer-generic.cpp create mode 100644 src/VBox/Runtime/generic/mppresent-generic-online.cpp create mode 100644 src/VBox/Runtime/generic/mppresent-generic.cpp create mode 100644 src/VBox/Runtime/generic/pathhost-generic.cpp create mode 100644 src/VBox/Runtime/generic/rtStrFormatKernelAddress-generic.cpp create mode 100644 src/VBox/Runtime/generic/sched-generic.cpp create mode 100644 src/VBox/Runtime/generic/semfastmutex-generic.cpp create mode 100644 src/VBox/Runtime/generic/semrw-generic.cpp create mode 100644 src/VBox/Runtime/generic/semrw-lockless-generic.cpp create mode 100644 src/VBox/Runtime/generic/semxroads-generic.cpp create mode 100644 src/VBox/Runtime/generic/spinlock-generic.cpp create mode 100644 src/VBox/Runtime/generic/strcache-stubs-generic.cpp create mode 100644 src/VBox/Runtime/generic/timer-generic.cpp create mode 100644 src/VBox/Runtime/generic/timerlr-generic.cpp create mode 100644 src/VBox/Runtime/generic/tls-generic.cpp create mode 100644 src/VBox/Runtime/generic/utf16locale-generic.cpp create mode 100644 src/VBox/Runtime/generic/uuid-generic.cpp create mode 100644 src/VBox/Runtime/include/internal/alignmentchecks.h create mode 100644 src/VBox/Runtime/include/internal/assert.h create mode 100644 src/VBox/Runtime/include/internal/bignum.mac create mode 100644 src/VBox/Runtime/include/internal/dbgmod.h create mode 100644 src/VBox/Runtime/include/internal/dir.h create mode 100644 src/VBox/Runtime/include/internal/dvm.h create mode 100644 src/VBox/Runtime/include/internal/file.h create mode 100644 src/VBox/Runtime/include/internal/fileaio.h create mode 100644 src/VBox/Runtime/include/internal/fs.h create mode 100644 src/VBox/Runtime/include/internal/initterm.h create mode 100644 src/VBox/Runtime/include/internal/ioqueue.h create mode 100644 src/VBox/Runtime/include/internal/iprt-openssl.h create mode 100644 src/VBox/Runtime/include/internal/iprt.h create mode 100644 src/VBox/Runtime/include/internal/ldr.h create mode 100644 src/VBox/Runtime/include/internal/lockvalidator.h create mode 100644 src/VBox/Runtime/include/internal/magics.h create mode 100644 src/VBox/Runtime/include/internal/mem.h create mode 100644 src/VBox/Runtime/include/internal/memobj.h create mode 100644 src/VBox/Runtime/include/internal/mp.h create mode 100644 src/VBox/Runtime/include/internal/path.h create mode 100644 src/VBox/Runtime/include/internal/pipe.h create mode 100644 src/VBox/Runtime/include/internal/process.h create mode 100644 src/VBox/Runtime/include/internal/rand.h create mode 100644 src/VBox/Runtime/include/internal/req.h create mode 100644 src/VBox/Runtime/include/internal/sched.h create mode 100644 src/VBox/Runtime/include/internal/socket.h create mode 100644 src/VBox/Runtime/include/internal/strhash.h create mode 100644 src/VBox/Runtime/include/internal/strict.h create mode 100644 src/VBox/Runtime/include/internal/string.h create mode 100644 src/VBox/Runtime/include/internal/thread.h create mode 100644 src/VBox/Runtime/include/internal/time.h create mode 100644 src/VBox/Runtime/iprt.d create mode 100644 src/VBox/Runtime/nt/Makefile.kup create mode 100644 src/VBox/Runtime/nt/NtProcessStartup-stub.cpp create mode 100644 src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp create mode 100644 src/VBox/Runtime/nt/RTNtPathExpand8dot3Path.cpp create mode 100644 src/VBox/Runtime/nt/RTNtPathExpand8dot3PathA.cpp create mode 100644 src/VBox/Runtime/nt/RTNtPathFindPossible8dot3Name.cpp create mode 100644 src/VBox/Runtime/nt/fileioutils-nt.cpp create mode 100644 src/VBox/Runtime/os2/Makefile.kup create mode 100644 src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp create mode 100644 src/VBox/Runtime/os2/rtSemWaitOs2ConvertTimeout.cpp create mode 100644 src/VBox/Runtime/os2/sys0.asm create mode 100644 src/VBox/Runtime/r0drv/Makefile.kup create mode 100644 src/VBox/Runtime/r0drv/RTR0DbgKrnlInfoGetSymbol.cpp create mode 100644 src/VBox/Runtime/r0drv/alloc-ef-r0drv.cpp create mode 100644 src/VBox/Runtime/r0drv/alloc-r0drv.cpp create mode 100644 src/VBox/Runtime/r0drv/alloc-r0drv.h create mode 100644 src/VBox/Runtime/r0drv/darwin/Makefile.kup create mode 100644 src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/RTLogWriteStdOut-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/fileio-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/memuserkernel-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/rtStrFormatKernelAddress-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/semeventmulti-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/semfastmutex-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/semmutex-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h create mode 100644 src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/threadpreempt-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp create mode 100644 src/VBox/Runtime/r0drv/freebsd/Makefile.kup create mode 100644 src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c create mode 100644 src/VBox/Runtime/r0drv/freebsd/assert-r0drv-freebsd.c create mode 100644 src/VBox/Runtime/r0drv/freebsd/initterm-r0drv-freebsd.c create mode 100644 src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c create mode 100644 src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c create mode 100644 src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c create mode 100644 src/VBox/Runtime/r0drv/freebsd/process-r0drv-freebsd.c create mode 100644 src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c create mode 100644 src/VBox/Runtime/r0drv/freebsd/semeventmulti-r0drv-freebsd.c create mode 100644 src/VBox/Runtime/r0drv/freebsd/semfastmutex-r0drv-freebsd.c create mode 100644 src/VBox/Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c create mode 100644 src/VBox/Runtime/r0drv/freebsd/sleepqueue-r0drv-freebsd.h create mode 100644 src/VBox/Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c create mode 100644 src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h create mode 100644 src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c create mode 100644 src/VBox/Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c create mode 100644 src/VBox/Runtime/r0drv/freebsd/time-r0drv-freebsd.c create mode 100644 src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c create mode 100644 src/VBox/Runtime/r0drv/generic/Makefile.kup create mode 100644 src/VBox/Runtime/r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.cpp create mode 100644 src/VBox/Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp create mode 100644 src/VBox/Runtime/r0drv/generic/RTMpPokeCpu-r0drv-generic.cpp create mode 100644 src/VBox/Runtime/r0drv/generic/RTThreadPreemptDisable-r0drv-generic.cpp create mode 100644 src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsEnabled-r0drv-generic.cpp create mode 100644 src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsPending-r0drv-generic.cpp create mode 100644 src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsPendingTrusty-r0drv-generic.cpp create mode 100644 src/VBox/Runtime/r0drv/generic/RTThreadPreemptRestore-r0drv-generic.cpp create mode 100644 src/VBox/Runtime/r0drv/generic/mpnotification-r0drv-generic.cpp create mode 100644 src/VBox/Runtime/r0drv/generic/semspinmutex-r0drv-generic.c create mode 100644 src/VBox/Runtime/r0drv/generic/threadctxhooks-r0drv-generic.cpp create mode 100644 src/VBox/Runtime/r0drv/haiku/Makefile.kup create mode 100644 src/VBox/Runtime/r0drv/haiku/RTLogWriteDebugger-r0drv-haiku.c create mode 100644 src/VBox/Runtime/r0drv/haiku/RTLogWriteStdOut-r0drv-haiku.c create mode 100644 src/VBox/Runtime/r0drv/haiku/alloc-r0drv-haiku.c create mode 100644 src/VBox/Runtime/r0drv/haiku/assert-r0drv-haiku.c create mode 100644 src/VBox/Runtime/r0drv/haiku/initterm-r0drv-haiku.c create mode 100644 src/VBox/Runtime/r0drv/haiku/memobj-r0drv-haiku.c create mode 100644 src/VBox/Runtime/r0drv/haiku/mp-r0drv-haiku.c create mode 100644 src/VBox/Runtime/r0drv/haiku/process-r0drv-haiku.c create mode 100644 src/VBox/Runtime/r0drv/haiku/semevent-r0drv-haiku.c create mode 100644 src/VBox/Runtime/r0drv/haiku/semeventmulti-r0drv-haiku.c create mode 100644 src/VBox/Runtime/r0drv/haiku/semfastmutex-r0drv-haiku.c create mode 100644 src/VBox/Runtime/r0drv/haiku/semmutex-r0drv-haiku.c create mode 100644 src/VBox/Runtime/r0drv/haiku/spinlock-r0drv-haiku.c create mode 100644 src/VBox/Runtime/r0drv/haiku/the-haiku-kernel.h create mode 100644 src/VBox/Runtime/r0drv/haiku/thread-r0drv-haiku.c create mode 100644 src/VBox/Runtime/r0drv/haiku/thread2-r0drv-haiku.c create mode 100644 src/VBox/Runtime/r0drv/haiku/time-r0drv-haiku.c create mode 100644 src/VBox/Runtime/r0drv/initterm-r0drv.cpp create mode 100644 src/VBox/Runtime/r0drv/linux/Makefile.kup create mode 100644 src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/memuserkernel-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/mpnotification-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/rtStrFormatKernelAddress-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/semfastmutex-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/string.h create mode 100644 src/VBox/Runtime/r0drv/linux/the-linux-kernel.h create mode 100644 src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/threadctxhooks-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c create mode 100644 src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h create mode 100644 src/VBox/Runtime/r0drv/memobj-r0drv.cpp create mode 100644 src/VBox/Runtime/r0drv/mp-r0drv.h create mode 100644 src/VBox/Runtime/r0drv/mpnotification-r0drv.c create mode 100644 src/VBox/Runtime/r0drv/netbsd/Makefile.kup create mode 100644 src/VBox/Runtime/r0drv/netbsd/RTLogWriteStdOut-r0drv-netbsd.c create mode 100644 src/VBox/Runtime/r0drv/netbsd/alloc-r0drv-netbsd.c create mode 100644 src/VBox/Runtime/r0drv/netbsd/assert-r0drv-netbsd.c create mode 100644 src/VBox/Runtime/r0drv/netbsd/initterm-r0drv-netbsd.c create mode 100644 src/VBox/Runtime/r0drv/netbsd/memobj-r0drv-netbsd.c create mode 100644 src/VBox/Runtime/r0drv/netbsd/memuserkernel-r0drv-netbsd.c create mode 100644 src/VBox/Runtime/r0drv/netbsd/mp-r0drv-netbsd.c create mode 100644 src/VBox/Runtime/r0drv/netbsd/process-r0drv-netbsd.c create mode 100644 src/VBox/Runtime/r0drv/netbsd/semevent-r0drv-netbsd.c create mode 100644 src/VBox/Runtime/r0drv/netbsd/semeventmulti-r0drv-netbsd.c create mode 100644 src/VBox/Runtime/r0drv/netbsd/semfastmutex-r0drv-netbsd.c create mode 100644 src/VBox/Runtime/r0drv/netbsd/semmutex-r0drv-netbsd.c create mode 100644 src/VBox/Runtime/r0drv/netbsd/sleepqueue-r0drv-netbsd.h create mode 100644 src/VBox/Runtime/r0drv/netbsd/spinlock-r0drv-netbsd.c create mode 100644 src/VBox/Runtime/r0drv/netbsd/the-netbsd-kernel.h create mode 100644 src/VBox/Runtime/r0drv/netbsd/thread-r0drv-netbsd.c create mode 100644 src/VBox/Runtime/r0drv/netbsd/thread2-r0drv-netbsd.c create mode 100644 src/VBox/Runtime/r0drv/netbsd/time-r0drv-netbsd.c create mode 100644 src/VBox/Runtime/r0drv/nt/Makefile.kup create mode 100644 src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/RTTimerGetSystemGranularity-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/alloca-x86-r0drv-nt.asm create mode 100644 src/VBox/Runtime/r0drv/nt/assert-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/dbgkrnlinfo-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h create mode 100644 src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/memuserkernel-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/nt3fakes-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/nt3fakes-stub-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/nt3fakesA-r0drv-nt.asm create mode 100644 src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/symdb.h create mode 100644 src/VBox/Runtime/r0drv/nt/symdbdata.h create mode 100644 src/VBox/Runtime/r0drv/nt/the-nt-kernel.h create mode 100644 src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp create mode 100644 src/VBox/Runtime/r0drv/nt/toxic-chkstk-r0drv-nt.asm create mode 100644 src/VBox/Runtime/r0drv/os2/Makefile.kup create mode 100644 src/VBox/Runtime/r0drv/os2/RTR0AssertPanicSystem-r0drv-os2.asm create mode 100644 src/VBox/Runtime/r0drv/os2/RTR0Os2DHQueryDOSVar.asm create mode 100644 src/VBox/Runtime/r0drv/os2/RTR0Os2DHVMGlobalToProcess.asm create mode 100644 src/VBox/Runtime/r0drv/os2/alloc-r0drv-os2.cpp create mode 100644 src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp create mode 100644 src/VBox/Runtime/r0drv/os2/assertA-r0drv-os2.asm create mode 100644 src/VBox/Runtime/r0drv/os2/initterm-r0drv-os2.cpp create mode 100644 src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp create mode 100644 src/VBox/Runtime/r0drv/os2/memuserkernel-r0drv-os2.cpp create mode 100644 src/VBox/Runtime/r0drv/os2/os2imports.imp create mode 100644 src/VBox/Runtime/r0drv/os2/process-r0drv-os2.cpp create mode 100644 src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp create mode 100644 src/VBox/Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp create mode 100644 src/VBox/Runtime/r0drv/os2/semfastmutex-r0drv-os2.cpp create mode 100644 src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp create mode 100644 src/VBox/Runtime/r0drv/os2/the-os2-kernel.h create mode 100644 src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp create mode 100644 src/VBox/Runtime/r0drv/os2/thread2-r0drv-os2.cpp create mode 100644 src/VBox/Runtime/r0drv/os2/time-r0drv-os2.cpp create mode 100644 src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp create mode 100644 src/VBox/Runtime/r0drv/os2/timerA-r0drv-os2.asm create mode 100644 src/VBox/Runtime/r0drv/power-r0drv.h create mode 100644 src/VBox/Runtime/r0drv/powernotification-r0drv.c create mode 100644 src/VBox/Runtime/r0drv/solaris/Makefile.kup create mode 100644 src/VBox/Runtime/r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/RTMpPokeCpu-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/alloc-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/dbgkrnlinfo-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.h create mode 100644 src/VBox/Runtime/r0drv/solaris/memuserkernel-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/modulestub-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/mpnotification-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/process-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/semeventwait-r0drv-solaris.h create mode 100644 src/VBox/Runtime/r0drv/solaris/semfastmutex-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/semmutex-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h create mode 100644 src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/threadctxhooks-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/time-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r0drv/solaris/timer-r0drv-solaris.c create mode 100644 src/VBox/Runtime/r3/Makefile.kup create mode 100644 src/VBox/Runtime/r3/alloc-ef-cpp.cpp create mode 100644 src/VBox/Runtime/r3/alloc-ef.cpp create mode 100644 src/VBox/Runtime/r3/alloc-ef.h create mode 100644 src/VBox/Runtime/r3/alloc.cpp create mode 100644 src/VBox/Runtime/r3/allocex.cpp create mode 100644 src/VBox/Runtime/r3/allocex.h create mode 100644 src/VBox/Runtime/r3/darwin/Makefile.kup create mode 100644 src/VBox/Runtime/r3/darwin/RTCrStoreCreateSnapshotById-darwin.cpp create mode 100644 src/VBox/Runtime/r3/darwin/RTPathUserDocuments-darwin.cpp create mode 100644 src/VBox/Runtime/r3/darwin/RTSystemQueryDmiString-darwin.cpp create mode 100644 src/VBox/Runtime/r3/darwin/filelock-darwin.cpp create mode 100644 src/VBox/Runtime/r3/darwin/krnlmod-darwin.cpp create mode 100644 src/VBox/Runtime/r3/darwin/mp-darwin.cpp create mode 100644 src/VBox/Runtime/r3/darwin/pathhost-darwin.cpp create mode 100644 src/VBox/Runtime/r3/darwin/rtProcInitExePath-darwin.cpp create mode 100644 src/VBox/Runtime/r3/darwin/sched-darwin.cpp create mode 100644 src/VBox/Runtime/r3/darwin/systemmem-darwin.cpp create mode 100644 src/VBox/Runtime/r3/darwin/time-darwin.cpp create mode 100644 src/VBox/Runtime/r3/dir.cpp create mode 100644 src/VBox/Runtime/r3/dir2.cpp create mode 100644 src/VBox/Runtime/r3/fileio.cpp create mode 100644 src/VBox/Runtime/r3/freebsd/Makefile.kup create mode 100644 src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp create mode 100644 src/VBox/Runtime/r3/freebsd/mp-freebsd.cpp create mode 100644 src/VBox/Runtime/r3/freebsd/rtProcInitExePath-freebsd.cpp create mode 100644 src/VBox/Runtime/r3/freebsd/systemmem-freebsd.cpp create mode 100644 src/VBox/Runtime/r3/fs.cpp create mode 100644 src/VBox/Runtime/r3/generic/Makefile.kup create mode 100644 src/VBox/Runtime/r3/generic/RTLocaleQueryLocaleName-r3-generic.cpp create mode 100644 src/VBox/Runtime/r3/generic/RTLocaleQueryNormalizedBaseLocaleName-r3-generic.cpp create mode 100644 src/VBox/Runtime/r3/generic/RTLocaleQueryUserCountryCode-r3-generic.cpp create mode 100644 src/VBox/Runtime/r3/generic/RTTimeZoneGetCurrent-generic.cpp create mode 100644 src/VBox/Runtime/r3/generic/allocex-r3-generic.cpp create mode 100644 src/VBox/Runtime/r3/generic/dirrel-r3-generic.cpp create mode 100644 src/VBox/Runtime/r3/generic/semspinmutex-r3-generic.cpp create mode 100644 src/VBox/Runtime/r3/haiku/Makefile.kup create mode 100644 src/VBox/Runtime/r3/haiku/rtProcInitExePath-haiku.cpp create mode 100644 src/VBox/Runtime/r3/haiku/time-haiku.cpp create mode 100644 src/VBox/Runtime/r3/init.cpp create mode 100644 src/VBox/Runtime/r3/init.h create mode 100644 src/VBox/Runtime/r3/linux/Makefile.kup create mode 100644 src/VBox/Runtime/r3/linux/RTFileCopyPartEx-linux.cpp create mode 100644 src/VBox/Runtime/r3/linux/RTFileSetAllocationSize-linux.cpp create mode 100644 src/VBox/Runtime/r3/linux/RTProcIsRunningByName-linux.cpp create mode 100644 src/VBox/Runtime/r3/linux/RTSystemFirmware-linux.cpp create mode 100644 src/VBox/Runtime/r3/linux/RTSystemQueryDmiString-linux.cpp create mode 100644 src/VBox/Runtime/r3/linux/RTSystemShutdown-linux.cpp create mode 100644 src/VBox/Runtime/r3/linux/RTThreadGetNativeState-linux.cpp create mode 100644 src/VBox/Runtime/r3/linux/fileaio-linux.cpp create mode 100644 src/VBox/Runtime/r3/linux/ioqueue-iouringfile-provider.cpp create mode 100644 src/VBox/Runtime/r3/linux/krnlmod-linux.cpp create mode 100644 src/VBox/Runtime/r3/linux/mp-linux.cpp create mode 100644 src/VBox/Runtime/r3/linux/rtProcInitExePath-linux.cpp create mode 100644 src/VBox/Runtime/r3/linux/sched-linux.cpp create mode 100644 src/VBox/Runtime/r3/linux/semevent-linux.cpp create mode 100644 src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp create mode 100644 src/VBox/Runtime/r3/linux/semmutex-linux.cpp create mode 100644 src/VBox/Runtime/r3/linux/sysfs.cpp create mode 100644 src/VBox/Runtime/r3/linux/systemmem-linux.cpp create mode 100644 src/VBox/Runtime/r3/linux/thread-affinity-linux.cpp create mode 100644 src/VBox/Runtime/r3/linux/time-linux.cpp create mode 100644 src/VBox/Runtime/r3/memsafer-r3.cpp create mode 100644 src/VBox/Runtime/r3/netbsd/Makefile.kup create mode 100644 src/VBox/Runtime/r3/netbsd/rtProcInitExePath-netbsd.cpp create mode 100644 src/VBox/Runtime/r3/nt/Makefile.kup create mode 100644 src/VBox/Runtime/r3/nt/RTFileQueryFsSizes-nt.cpp create mode 100644 src/VBox/Runtime/r3/nt/RTFileSetMode-r3-nt.cpp create mode 100644 src/VBox/Runtime/r3/nt/RTPathQueryInfo-nt.cpp create mode 100644 src/VBox/Runtime/r3/nt/RTPathSetMode-r3-nt.cpp create mode 100644 src/VBox/Runtime/r3/nt/RTProcQueryParent-r3-nt.cpp create mode 100644 src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp create mode 100644 src/VBox/Runtime/r3/nt/dirrel-r3-nt.cpp create mode 100644 src/VBox/Runtime/r3/nt/fs-nt.cpp create mode 100644 src/VBox/Runtime/r3/nt/internal-r3-nt.h create mode 100644 src/VBox/Runtime/r3/nt/pathint-nt.cpp create mode 100644 src/VBox/Runtime/r3/nt/time-nt.cpp create mode 100644 src/VBox/Runtime/r3/os2/Makefile.kup create mode 100644 src/VBox/Runtime/r3/os2/RTTimeSet-os2.cpp create mode 100644 src/VBox/Runtime/r3/os2/filelock-os2.cpp create mode 100644 src/VBox/Runtime/r3/os2/mp-os2.cpp create mode 100644 src/VBox/Runtime/r3/os2/pipe-os2.cpp create mode 100644 src/VBox/Runtime/r3/os2/rtProcInitExePath-os2.cpp create mode 100644 src/VBox/Runtime/r3/os2/sched-os2.cpp create mode 100644 src/VBox/Runtime/r3/os2/sems-os2.cpp create mode 100644 src/VBox/Runtime/r3/os2/serialport-os2.cpp create mode 100644 src/VBox/Runtime/r3/os2/systemmem-os2.cpp create mode 100644 src/VBox/Runtime/r3/os2/thread-os2.cpp create mode 100644 src/VBox/Runtime/r3/os2/time-os2.cpp create mode 100644 src/VBox/Runtime/r3/path.cpp create mode 100644 src/VBox/Runtime/r3/poll.cpp create mode 100644 src/VBox/Runtime/r3/posix/Makefile.kup create mode 100644 src/VBox/Runtime/r3/posix/RTFileQueryFsSizes-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/RTFileSetAllocationSize-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/RTHandleGetStandard-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/RTMemProtect-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/RTPathUserDocuments-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/RTPathUserHome-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/RTSystemQueryOSInfo-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/RTSystemQueryTotalRam-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/RTTimeSet-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/RTTimeZoneGetCurrent-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/allocex-r3-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/dir-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/env-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/errvars-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/fileaio-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/fileio-at-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/fileio-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/fileio-sg-at-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/fileio-sg-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/fileio2-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/filelock-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/fs-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/fs2-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/fs3-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/ldrNative-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/localipc-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/path-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/path2-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/pathhost-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/pipe-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/process-creation-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/process-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/rand-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/rtmempage-exec-mmap-heap-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/rtmempage-exec-mmap-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/sched-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/semevent-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/semmutex-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/semrw-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/serialport-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/shmem-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/symlink-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/thread-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/thread2-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/time-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/timelocal-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/timer-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/tls-posix.cpp create mode 100644 src/VBox/Runtime/r3/posix/utf8-posix.cpp create mode 100644 src/VBox/Runtime/r3/process.cpp create mode 100644 src/VBox/Runtime/r3/socket.cpp create mode 100644 src/VBox/Runtime/r3/solaris/Makefile.kup create mode 100644 src/VBox/Runtime/r3/solaris/RTSystemQueryDmiString-solaris.cpp create mode 100644 src/VBox/Runtime/r3/solaris/RTSystemShutdown-solaris.cpp create mode 100644 src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp create mode 100644 src/VBox/Runtime/r3/solaris/coredumper-solaris.h create mode 100644 src/VBox/Runtime/r3/solaris/fileaio-solaris.cpp create mode 100644 src/VBox/Runtime/r3/solaris/krnlmod-solaris.cpp create mode 100644 src/VBox/Runtime/r3/solaris/mp-solaris.cpp create mode 100644 src/VBox/Runtime/r3/solaris/rtProcInitExePath-solaris.cpp create mode 100644 src/VBox/Runtime/r3/solaris/systemmem-solaris.cpp create mode 100644 src/VBox/Runtime/r3/solaris/thread-affinity-solaris.cpp create mode 100644 src/VBox/Runtime/r3/stream.cpp create mode 100644 src/VBox/Runtime/r3/tcp.cpp create mode 100644 src/VBox/Runtime/r3/test.cpp create mode 100644 src/VBox/Runtime/r3/testi.cpp create mode 100644 src/VBox/Runtime/r3/udp.cpp create mode 100644 src/VBox/Runtime/r3/win/Makefile.kup create mode 100644 src/VBox/Runtime/r3/win/RTCrStoreCreateSnapshotById-win.cpp create mode 100644 src/VBox/Runtime/r3/win/RTHandleGetStandard-win.cpp create mode 100644 src/VBox/Runtime/r3/win/RTLocaleQueryNormalizedBaseLocaleName-win.cpp create mode 100644 src/VBox/Runtime/r3/win/RTLocaleQueryUserCountryCode-win.cpp create mode 100644 src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp create mode 100644 src/VBox/Runtime/r3/win/RTSystemFirmware-win.cpp create mode 100644 src/VBox/Runtime/r3/win/RTSystemQueryDmiString-win.cpp create mode 100644 src/VBox/Runtime/r3/win/RTSystemQueryOSInfo-win.cpp create mode 100644 src/VBox/Runtime/r3/win/RTSystemQueryTotalRam-win.cpp create mode 100644 src/VBox/Runtime/r3/win/RTSystemShutdown-win.cpp create mode 100644 src/VBox/Runtime/r3/win/RTTimeZoneGetCurrent-win.cpp create mode 100644 src/VBox/Runtime/r3/win/RTUuidCreate-win.cpp create mode 100644 src/VBox/Runtime/r3/win/VBoxRT-msvcp100-win32.def create mode 100644 src/VBox/Runtime/r3/win/VBoxRT-msvcr100-win32.def create mode 100644 src/VBox/Runtime/r3/win/VBoxRT-openssl-1.1plus.def create mode 100644 src/VBox/Runtime/r3/win/VBoxRT-openssl-pre-1.1.def create mode 100644 src/VBox/Runtime/r3/win/VBoxRT-win32.def create mode 100644 src/VBox/Runtime/r3/win/VBoxRT-win64.def create mode 100644 src/VBox/Runtime/r3/win/alloc-win.cpp create mode 100644 src/VBox/Runtime/r3/win/allocex-win.cpp create mode 100644 src/VBox/Runtime/r3/win/dir-win.cpp create mode 100644 src/VBox/Runtime/r3/win/direnum-win.cpp create mode 100644 src/VBox/Runtime/r3/win/dllmain-win.cpp create mode 100644 src/VBox/Runtime/r3/win/env-win.cpp create mode 100644 src/VBox/Runtime/r3/win/errvars-win.cpp create mode 100644 src/VBox/Runtime/r3/win/fileaio-win.cpp create mode 100644 src/VBox/Runtime/r3/win/fileio-win.cpp create mode 100644 src/VBox/Runtime/r3/win/fs-win.cpp create mode 100644 src/VBox/Runtime/r3/win/init-win.cpp create mode 100644 src/VBox/Runtime/r3/win/internal-r3-win.h create mode 100644 src/VBox/Runtime/r3/win/krnlmod-win.cpp create mode 100644 src/VBox/Runtime/r3/win/ldrNative-win.cpp create mode 100644 src/VBox/Runtime/r3/win/localipc-win.cpp create mode 100644 src/VBox/Runtime/r3/win/mp-win.cpp create mode 100644 src/VBox/Runtime/r3/win/ntdll-mini-implib.def create mode 100644 src/VBox/Runtime/r3/win/path-win.cpp create mode 100644 src/VBox/Runtime/r3/win/pathint-win.cpp create mode 100644 src/VBox/Runtime/r3/win/pipe-win.cpp create mode 100644 src/VBox/Runtime/r3/win/process-win.cpp create mode 100644 src/VBox/Runtime/r3/win/rtProcInitExePath-win.cpp create mode 100644 src/VBox/Runtime/r3/win/sched-win.cpp create mode 100644 src/VBox/Runtime/r3/win/semevent-win.cpp create mode 100644 src/VBox/Runtime/r3/win/semeventmulti-win.cpp create mode 100644 src/VBox/Runtime/r3/win/semmutex-win.cpp create mode 100644 src/VBox/Runtime/r3/win/serialport-win.cpp create mode 100644 src/VBox/Runtime/r3/win/shmem-win.cpp create mode 100644 src/VBox/Runtime/r3/win/symlink-win.cpp create mode 100644 src/VBox/Runtime/r3/win/thread-win.cpp create mode 100644 src/VBox/Runtime/r3/win/thread2-win.cpp create mode 100644 src/VBox/Runtime/r3/win/time-win.cpp create mode 100644 src/VBox/Runtime/r3/win/time2-win.cpp create mode 100644 src/VBox/Runtime/r3/win/timer-win.cpp create mode 100644 src/VBox/Runtime/r3/win/tls-win.cpp create mode 100644 src/VBox/Runtime/r3/win/utf16locale-win.cpp create mode 100644 src/VBox/Runtime/r3/win/utf8-win.cpp create mode 100644 src/VBox/Runtime/r3/win/uuid-win.cpp create mode 100644 src/VBox/Runtime/r3/win/vcc100-fakes.h create mode 100644 src/VBox/Runtime/r3/win/vcc100-fakes.mac create mode 100644 src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.cpp create mode 100644 src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.h create mode 100644 src/VBox/Runtime/r3/win/vcc100-kernel32-fakesA.asm create mode 100644 src/VBox/Runtime/r3/win/vcc100-msvcrt-fakes.cpp create mode 100644 src/VBox/Runtime/r3/win/vcc100-ntdll-fakes.cpp create mode 100644 src/VBox/Runtime/r3/win/vcc100-ntdll-fakesA.asm create mode 100644 src/VBox/Runtime/r3/win/vcc100-shell32-fakes.cpp create mode 100644 src/VBox/Runtime/r3/win/vcc100-shell32-fakesA.asm create mode 100644 src/VBox/Runtime/r3/win/vcc100-ws2_32-fakes.cpp create mode 100644 src/VBox/Runtime/r3/win/vcc100-ws2_32-fakesA.asm create mode 100644 src/VBox/Runtime/r3/xml.cpp create mode 100644 src/VBox/Runtime/testcase/72kb-random.bin create mode 100644 src/VBox/Runtime/testcase/72kb-random.h create mode 100644 src/VBox/Runtime/testcase/Makefile.kmk create mode 100644 src/VBox/Runtime/testcase/ntGetTimerResolution.cpp create mode 100644 src/VBox/Runtime/testcase/tstDarwinSched.cpp create mode 100644 src/VBox/Runtime/testcase/tstDir-2.cpp create mode 100644 src/VBox/Runtime/testcase/tstDir-3.cpp create mode 100644 src/VBox/Runtime/testcase/tstDir.cpp create mode 100644 src/VBox/Runtime/testcase/tstFile.cpp create mode 100644 src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp create mode 100644 src/VBox/Runtime/testcase/tstFileLock.cpp create mode 100644 src/VBox/Runtime/testcase/tstFork.cpp create mode 100644 src/VBox/Runtime/testcase/tstHandleTable.cpp create mode 100644 src/VBox/Runtime/testcase/tstIprtList.cpp create mode 100644 src/VBox/Runtime/testcase/tstIprtMiniString.cpp create mode 100644 src/VBox/Runtime/testcase/tstLdr-2.cpp create mode 100644 src/VBox/Runtime/testcase/tstLdr-3.cpp create mode 100644 src/VBox/Runtime/testcase/tstLdr-4.cpp create mode 100644 src/VBox/Runtime/testcase/tstLdr-4Imp-os2.def create mode 100644 src/VBox/Runtime/testcase/tstLdr-4Imp-win.def create mode 100644 src/VBox/Runtime/testcase/tstLdr.cpp create mode 100644 src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp create mode 100644 src/VBox/Runtime/testcase/tstLdrLoad.cpp create mode 100644 src/VBox/Runtime/testcase/tstLdrObj.cpp create mode 100644 src/VBox/Runtime/testcase/tstLdrObjR0.cpp create mode 100644 src/VBox/Runtime/testcase/tstLog.cpp create mode 100644 src/VBox/Runtime/testcase/tstMove.cpp create mode 100644 src/VBox/Runtime/testcase/tstNoCrt-1.cpp create mode 100644 src/VBox/Runtime/testcase/tstOnce.cpp create mode 100644 src/VBox/Runtime/testcase/tstPrfRT.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTAssertCompile.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTAvl.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTBase64.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTBigNum-div-test-data.h create mode 100644 src/VBox/Runtime/testcase/tstRTBigNum-uint128-div-test-data.h create mode 100644 src/VBox/Runtime/testcase/tstRTBigNum.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTBitOperations.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTCRest-1.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTCType.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTCidr.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTCircBuf.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTCoreDump.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTCrPkix-1.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTCrX509-1.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTCrX509-cert1.der create mode 100644 src/VBox/Runtime/testcase/tstRTCrX509-cert1.pem create mode 100644 src/VBox/Runtime/testcase/tstRTCrX509-md4-cert.der create mode 100644 src/VBox/Runtime/testcase/tstRTCrX509-md4.pem create mode 100644 src/VBox/Runtime/testcase/tstRTCrX509-md5-cert.der create mode 100644 src/VBox/Runtime/testcase/tstRTCrX509-md5.pem create mode 100644 src/VBox/Runtime/testcase/tstRTCrX509-sha1-cert.der create mode 100644 src/VBox/Runtime/testcase/tstRTCrX509-sha1.pem create mode 100644 src/VBox/Runtime/testcase/tstRTCrX509-sha224-cert.der create mode 100644 src/VBox/Runtime/testcase/tstRTCrX509-sha224.pem create mode 100644 src/VBox/Runtime/testcase/tstRTCrX509-sha256-cert.der create mode 100644 src/VBox/Runtime/testcase/tstRTCrX509-sha256.pem create mode 100644 src/VBox/Runtime/testcase/tstRTCrX509-sha384-cert.der create mode 100644 src/VBox/Runtime/testcase/tstRTCrX509-sha384.pem create mode 100644 src/VBox/Runtime/testcase/tstRTCrX509-sha512-cert.der create mode 100644 src/VBox/Runtime/testcase/tstRTCrX509-sha512.pem create mode 100644 src/VBox/Runtime/testcase/tstRTCritSect.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTCritSectRw.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTDarwinMachKernel.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTDigest-2.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTDigest.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTDirCreateUniqueNumbered.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTDvm.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTEnv.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTErrUnique.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTFileAio.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTFileAppend-1.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTFileModeStringToFlags.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTFileOpenEx-1.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTFileQuerySize-1.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTFilesystem.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTFsQueries.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTGetOpt.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTGetOptArgv.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTHeapOffset.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTHeapSimple.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTHttp-1.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTInlineAsm.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTJson.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTLdrMachORelocs-1.S create mode 100644 src/VBox/Runtime/testcase/tstRTLdrMachORelocs-1.disas create mode 100644 src/VBox/Runtime/testcase/tstRTLdrMachORelocs-1.o create mode 100644 src/VBox/Runtime/testcase/tstRTLdrVerifyPeImage.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTList.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTLocalIpc.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTLockValidator.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTManifest.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTMath.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTMemCache.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTMemEf.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTMemPool.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTMemSafer.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTMemWipe.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTMp-1.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTNetIPv4.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTNetIPv6.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTNtPath-1.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTPath.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTPathGlob.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTPathQueryInfo.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTPipe.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTPoll.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTPrfA.asm create mode 100644 src/VBox/Runtime/testcase/tstRTPrfIO.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTProcCreatePrf.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTProcIsRunningByName.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTProcQueryUsername.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTProcWait.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTR0Common.h create mode 100644 src/VBox/Runtime/testcase/tstRTR0CommonDriver.h create mode 100644 src/VBox/Runtime/testcase/tstRTR0CommonReq.h create mode 100644 src/VBox/Runtime/testcase/tstRTR0DbgKrnlInfo.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTR0DbgKrnlInfo.h create mode 100644 src/VBox/Runtime/testcase/tstRTR0DbgKrnlInfoDriver.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTR0MemUserKernel.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTR0MemUserKernel.h create mode 100644 src/VBox/Runtime/testcase/tstRTR0MemUserKernelDriver.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTR0SemMutex.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTR0SemMutex.h create mode 100644 src/VBox/Runtime/testcase/tstRTR0SemMutexDriver.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTR0Thread.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTR0Thread.h create mode 100644 src/VBox/Runtime/testcase/tstRTR0ThreadDriver.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTR0ThreadPreemption.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTR0ThreadPreemption.h create mode 100644 src/VBox/Runtime/testcase/tstRTR0ThreadPreemptionDriver.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTR0Timer.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTR0Timer.h create mode 100644 src/VBox/Runtime/testcase/tstRTR0TimerDriver.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTReqPool.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTS3.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTSemEventMulti.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTSemRW.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTSemXRoads.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTShMem.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTSort.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTStrAlloc.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTStrCache.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTStrCatCopy.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTStrFormat.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTStrVersion.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTSymlink.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTSystemQueryDmi.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTSystemQueryFirmware.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTSystemQueryOsInfo.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTTcp-1.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTTemp.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTThreadExecutionTime.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTThreadPoke.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTTime.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTTimeSpec.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTTimerLR.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTTls-1.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTTraceLog.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTUdp-1.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTUri.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTUuid.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTVfs.cpp create mode 100644 src/VBox/Runtime/testcase/tstRTZip.cpp create mode 100644 src/VBox/Runtime/testcase/tstRand.cpp create mode 100644 src/VBox/Runtime/testcase/tstSemMutex.cpp create mode 100644 src/VBox/Runtime/testcase/tstSemPingPong.cpp create mode 100644 src/VBox/Runtime/testcase/tstStrSimplePattern.cpp create mode 100644 src/VBox/Runtime/testcase/tstStrToNum.cpp create mode 100644 src/VBox/Runtime/testcase/tstTSC.cpp create mode 100644 src/VBox/Runtime/testcase/tstTermCallbacks.cpp create mode 100644 src/VBox/Runtime/testcase/tstThread-1.cpp create mode 100644 src/VBox/Runtime/testcase/tstTime-2.cpp create mode 100644 src/VBox/Runtime/testcase/tstTime-3.cpp create mode 100644 src/VBox/Runtime/testcase/tstTime-4.cpp create mode 100644 src/VBox/Runtime/testcase/tstTimer.cpp create mode 100644 src/VBox/Runtime/testcase/tstUtf8.cpp create mode 100644 src/VBox/Runtime/testcase/tstVector.cpp create mode 100644 src/VBox/Runtime/tools/Makefile.kmk create mode 100644 src/VBox/Runtime/tools/RTCat.cpp create mode 100644 src/VBox/Runtime/tools/RTChMod.cpp create mode 100644 src/VBox/Runtime/tools/RTCp.cpp create mode 100644 src/VBox/Runtime/tools/RTDbgSymCache.cpp create mode 100644 src/VBox/Runtime/tools/RTEfiFatExtract.cpp create mode 100644 src/VBox/Runtime/tools/RTFTPServer.cpp create mode 100644 src/VBox/Runtime/tools/RTFuzzClient.cpp create mode 100644 src/VBox/Runtime/tools/RTFuzzMaster.cpp create mode 100644 src/VBox/Runtime/tools/RTGzip.cpp create mode 100644 src/VBox/Runtime/tools/RTHttp.cpp create mode 100644 src/VBox/Runtime/tools/RTIsoMaker.cpp create mode 100644 src/VBox/Runtime/tools/RTKrnlModInfo.cpp create mode 100644 src/VBox/Runtime/tools/RTLdrCheckImports.cpp create mode 100644 src/VBox/Runtime/tools/RTLdrFlt.cpp create mode 100644 src/VBox/Runtime/tools/RTLs.cpp create mode 100644 src/VBox/Runtime/tools/RTManifest.cpp create mode 100644 src/VBox/Runtime/tools/RTMkDir.cpp create mode 100644 src/VBox/Runtime/tools/RTNtDbgHelp.cpp create mode 100644 src/VBox/Runtime/tools/RTRm.cpp create mode 100644 src/VBox/Runtime/tools/RTRmDir.cpp create mode 100644 src/VBox/Runtime/tools/RTShutdown.cpp create mode 100644 src/VBox/Runtime/tools/RTSignTool.cpp create mode 100644 src/VBox/Runtime/tools/RTTar.cpp create mode 100644 src/VBox/Runtime/tools/RTTraceLogTool.cpp create mode 100644 src/VBox/Runtime/tools/RTUnzip.cpp create mode 100644 src/VBox/Runtime/win/Makefile.kup create mode 100644 src/VBox/Runtime/win/RTErrConvertFromWin32.cpp create mode 100644 src/VBox/Runtime/win/amd64/ASMAtomicBitClear.asm create mode 100644 src/VBox/Runtime/win/amd64/ASMAtomicBitTestAndToggle.asm create mode 100644 src/VBox/Runtime/win/amd64/ASMAtomicBitToggle.asm create mode 100644 src/VBox/Runtime/win/amd64/ASMAtomicReadU64.asm create mode 100644 src/VBox/Runtime/win/amd64/ASMAtomicXchgU8.asm create mode 100644 src/VBox/Runtime/win/amd64/ASMGetCS.asm create mode 100644 src/VBox/Runtime/win/amd64/ASMGetDR0.asm create mode 100644 src/VBox/Runtime/win/amd64/ASMGetDR1.asm create mode 100644 src/VBox/Runtime/win/amd64/ASMGetDR2.asm create mode 100644 src/VBox/Runtime/win/amd64/ASMGetDR3.asm create mode 100644 src/VBox/Runtime/win/amd64/ASMGetDR6.asm create mode 100644 src/VBox/Runtime/win/amd64/ASMGetDR7.asm create mode 100644 src/VBox/Runtime/win/amd64/ASMGetDS.asm create mode 100644 src/VBox/Runtime/win/amd64/ASMGetES.asm create mode 100644 src/VBox/Runtime/win/amd64/ASMGetFS.asm create mode 100644 src/VBox/Runtime/win/amd64/ASMGetGS.asm create mode 100644 src/VBox/Runtime/win/amd64/ASMGetSS.asm create mode 100644 src/VBox/Runtime/win/amd64/ASMProbeReadByte.asm create mode 100644 src/VBox/Runtime/win/amd64/Makefile.kup create mode 100644 src/VBox/Runtime/win/errmsgwin.cpp (limited to 'src/VBox/Runtime') diff --git a/src/VBox/Runtime/.scm-settings b/src/VBox/Runtime/.scm-settings new file mode 100644 index 00000000..7a7df479 --- /dev/null +++ b/src/VBox/Runtime/.scm-settings @@ -0,0 +1,69 @@ +# $Id: .scm-settings $ +## @file +# Source code massager settings for Runtime. +# + +# +# Copyright (C) 2010-2020 Oracle Corporation +# +# This file is part of VirtualBox Open Source Edition (OSE), as +# available from http://www.virtualbox.org. This file is free software; +# you can redistribute it and/or modify it under the terms of the GNU +# General Public License (GPL) as published by the Free Software +# Foundation, in version 2 as it comes in the "COPYING" file of the +# VirtualBox OSE distribution. VirtualBox OSE is distributed in the +# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. +# +# The contents of this file may alternatively be used under the terms +# of the Common Development and Distribution License Version 1.0 +# (CDDL) only, as it comes in the "COPYING.CDDL" file of the +# VirtualBox OSE distribution, in which case the provisions of the +# CDDL are applicable instead of those of the GPL. +# +# You may elect to license modified versions of this file under the +# terms and conditions of either the GPL or the CDDL or both. +# + +--license-ose-dual + + +/common/asn1/oiddb.cfg: --treat-as Makefile + +# Skip test certificates. +--filter-out-files /testcase/tstRTCrX509*.pem +--filter-out-files /testcase/tstRTCrX509*.der + +# Skip test binaries and other output/input files. +--filter-out-files /testcase/*.bin +--filter-out-files /testcase/*.o +--filter-out-files /testcase/tstRTLdrMachORelocs-1.o +--filter-out-files /testcase/tstRTLdrMachORelocs-1.S +--filter-out-files /testcase/tstRTLdrMachORelocs-1.disas + +# Small C and ASM header, no copyright or license text for now. +/r3/win/vcc100-kernel32-fakes.h: --external-copyright --no-update-license + +# external code +/r0drv/os2/os2imports.imp : --external-copyright --treat-as .def + +/r3/win/VBoxRT-msvcp100-win32.def : --external-copyright +/r3/win/VBoxRT-msvcr100-win32.def : --external-copyright + +/common/math/x86/fenv-x86.c : --external-copyright --no-convert-tabs + +/common/math/gcc/* : --external-copyright --no-convert-tabs --dont-set-svn-keywords +/common/math/gcc/udivmoddi4.c : --no-external-copyright --convert-tabs --set-svn-keywords + +# No header guard for these: +/testcase/tstRTBigNum-uint128-div-test-data.h : --no-fix-header-guards +/testcase/tstRTBigNum-div-test-data.h : --no-fix-header-guards +/common/time/timesupref.h : --no-fix-header-guards +/common/asn1/*-template.h : --no-fix-header-guards +/common/asn1/*-template2.h : --no-fix-header-guards +/common/crypto/*-template.h : --no-fix-header-guards +/common/math/gcc/quad.h : --no-fix-header-guards +/common/misc/sanity.h : --no-fix-header-guards +/r3/win/vcc100-kernel32-fakes.h : --no-fix-header-guards +/*.h: --guard-relative-to-dir . --guard-prefix IPRT_INCLUDED_SRC_ +/include/internal/*.h: --guard-relative-to-dir include/internal --guard-prefix IPRT_INCLUDED_INTERNAL_ + diff --git a/src/VBox/Runtime/Doxyfile b/src/VBox/Runtime/Doxyfile new file mode 100644 index 00000000..9243917b --- /dev/null +++ b/src/VBox/Runtime/Doxyfile @@ -0,0 +1,2539 @@ +# Doxyfile 1.8.11 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a double hash (##) is considered a comment and is placed in +# front of the TAG it is preceding. +# +# All text after a single hash (#) is considered a comment and will be ignored. +# The format is: +# TAG = value [value, ...] +# For lists, items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (\" \"). + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- + +# This tag specifies the encoding used for all characters in the config file +# that follow. The default is UTF-8 which is also the encoding used for all text +# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv +# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv +# for the list of possible encodings. +# The default value is: UTF-8. + +DOXYFILE_ENCODING = UTF-8 + +# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by +# double-quotes, unless you are using Doxywizard) that should identify the +# project for which the documentation is generated. This name is used in the +# title of most generated pages and in a few other places. +# The default value is: My Project. + +PROJECT_NAME = IPRT + +# The PROJECT_NUMBER tag can be used to enter a project or revision number. This +# could be handy for archiving the generated documentation or if some version +# control system is used. + +PROJECT_NUMBER = + +# Using the PROJECT_BRIEF tag one can provide an optional one line description +# for a project that appears at the top of each page and should give viewer a +# quick idea about the purpose of the project. Keep the description short. + +PROJECT_BRIEF = PortableRuntime + +# With the PROJECT_LOGO tag one can specify a logo or an icon that is included +# in the documentation. The maximum height of the logo should not exceed 55 +# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy +# the logo to the output directory. + +PROJECT_LOGO = + +# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path +# into which the generated documentation will be written. If a relative path is +# entered, it will be relative to the location where doxygen was started. If +# left blank the current directory will be used. + +OUTPUT_DIRECTORY = + +# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- +# directories (in 2 levels) under the output directory of each output format and +# will distribute the generated files over these directories. Enabling this +# option can be useful when feeding doxygen a huge amount of source files, where +# putting all generated files in the same directory would otherwise causes +# performance problems for the file system. +# The default value is: NO. + +CREATE_SUBDIRS = NO + +# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII +# characters to appear in the names of generated files. If set to NO, non-ASCII +# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode +# U+3044. +# The default value is: NO. + +ALLOW_UNICODE_NAMES = NO + +# The OUTPUT_LANGUAGE tag is used to specify the language in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all constant output in the proper language. +# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese, +# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), +# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian, +# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages), +# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian, +# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian, +# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish, +# Ukrainian and Vietnamese. +# The default value is: English. + +OUTPUT_LANGUAGE = English + +# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member +# descriptions after the members that are listed in the file and class +# documentation (similar to Javadoc). Set to NO to disable this. +# The default value is: YES. + +BRIEF_MEMBER_DESC = YES + +# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief +# description of a member or function before the detailed description +# +# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the +# brief descriptions will be completely suppressed. +# The default value is: YES. + +REPEAT_BRIEF = YES + +# This tag implements a quasi-intelligent brief description abbreviator that is +# used to form the text in various listings. Each string in this list, if found +# as the leading text of the brief description, will be stripped from the text +# and the result, after processing the whole list, is used as the annotated +# text. Otherwise, the brief description is used as-is. If left blank, the +# following values are used ($name is automatically replaced with the name of +# the entity):The $name class, The $name widget, The $name file, is, provides, +# specifies, contains, represents, a, an and the. + +ABBREVIATE_BRIEF = + +# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then +# doxygen will generate a detailed section even if there is only a brief +# description. +# The default value is: NO. + +ALWAYS_DETAILED_SEC = NO + +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all +# inherited members of a class in the documentation of that class as if those +# members were ordinary class members. Constructors, destructors and assignment +# operators of the base classes will not be shown. +# The default value is: NO. + +INLINE_INHERITED_MEMB = NO + +# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path +# before files name in the file list and in the header files. If set to NO the +# shortest path that makes the file name unique will be used +# The default value is: YES. + +FULL_PATH_NAMES = NO + +# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. +# Stripping is only done if one of the specified strings matches the left-hand +# part of the path. The tag can be used to show relative paths in the file list. +# If left blank the directory from which doxygen is run is used as the path to +# strip. +# +# Note that you can specify absolute paths here, but also relative paths, which +# will be relative from the directory where doxygen is started. +# This tag requires that the tag FULL_PATH_NAMES is set to YES. + +STRIP_FROM_PATH = + +# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the +# path mentioned in the documentation of a class, which tells the reader which +# header file to include in order to use a class. If left blank only the name of +# the header file containing the class definition is used. Otherwise one should +# specify the list of include paths that are normally passed to the compiler +# using the -I flag. + +STRIP_FROM_INC_PATH = + +# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but +# less readable) file names. This can be useful is your file systems doesn't +# support long names like on DOS, Mac, or CD-ROM. +# The default value is: NO. + +SHORT_NAMES = NO + +# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the +# first line (until the first dot) of a Javadoc-style comment as the brief +# description. If set to NO, the Javadoc-style will behave just like regular Qt- +# style comments (thus requiring an explicit @brief command for a brief +# description.) +# The default value is: NO. + +JAVADOC_AUTOBRIEF = YES + +# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first +# line (until the first dot) of a Qt-style comment as the brief description. If +# set to NO, the Qt-style will behave just like regular Qt-style comments (thus +# requiring an explicit \brief command for a brief description.) +# The default value is: NO. + +QT_AUTOBRIEF = NO + +# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a +# multi-line C++ special comment block (i.e. a block of //! or /// comments) as +# a brief description. This used to be the default behavior. The new default is +# to treat a multi-line C++ comment block as a detailed description. Set this +# tag to YES if you prefer the old behavior instead. +# +# Note that setting this tag to YES also means that rational rose comments are +# not recognized any more. +# The default value is: NO. + +MULTILINE_CPP_IS_BRIEF = NO + +# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the +# documentation from any documented member that it re-implements. +# The default value is: YES. + +INHERIT_DOCS = YES + +# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new +# page for each member. If set to NO, the documentation of a member will be part +# of the file/class/namespace that contains it. +# The default value is: NO. + +SEPARATE_MEMBER_PAGES = NO + +# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen +# uses this value to replace tabs by spaces in code fragments. +# Minimum value: 1, maximum value: 16, default value: 4. + +TAB_SIZE = 4 + +# This tag can be used to specify a number of aliases that act as commands in +# the documentation. An alias has the form: +# name=value +# For example adding +# "sideeffect=@par Side Effects:\n" +# will allow you to put the command \sideeffect (or @sideeffect) in the +# documentation, which will result in a user-defined paragraph with heading +# "Side Effects:". You can put \n's in the value part of an alias to insert +# newlines. + +ALIASES = "note=@remark" \ + "interface_method_impl{2}=Implements \1 method \link \1::\2 \2 \endlink @copydoc \1::\2 " \ + "interface_method_impl{3}=\3. Implements \1 method \link \1::\2 \2 \endlink @copydoc \1::\2 " \ + "callback_method_impl{1}=Implements the callback \link \1 \1 \endlink @copydoc \1 " \ + "callback_method_impl{2}=\2. Implements the callback \link \1 \1 \endlink " \ + "bugref{1}=https://xtracker.innotek.de/index.php?bug=\1" \ + "bugref{2}=https://xtracker.innotek.de/index.php?bug=\1, https://xtracker.innotek.de/index.php?bug=\2" \ + "bugref{3}=https://xtracker.innotek.de/index.php?bug=\1, https://xtracker.innotek.de/index.php?bug=\2, https://xtracker.innotek.de/index.php?bug=\3" \ + "bugref{4}=https://xtracker.innotek.de/index.php?bug=\1, https://xtracker.innotek.de/index.php?bug=\2, https://xtracker.innotek.de/index.php?bug=\3, https://xtracker.innotek.de/index.php?bug=\4" \ + "ticketref{1}=http://www.virtualbox.org/ticket/\1" \ + "ticketref{2}=http://www.virtualbox.org/ticket/\1, http://www.virtualbox.org/ticket/\2" \ + "ticketref{3}=http://www.virtualbox.org/ticket/\1, http://www.virtualbox.org/ticket/\2, http://www.virtualbox.org/ticket/\3" \ + "ticketref{4}=http://www.virtualbox.org/ticket/\1, http://www.virtualbox.org/ticket/\2, http://www.virtualbox.org/ticket/\3, http://www.virtualbox.org/ticket/\4" + +# UDF spec reference - 1=section, 2=page +ALIASES += udf260{2}="UDF-2.60:\1" +# Generic ECMA spec reference - 1=spec-number 2=section, 3=page +ALIASES += ecma{3}="ECMA-\1:\2" +# ECMA-167 spec reference - 1=part 2=section, 3=page +ALIASES += ecma167{3}=\ecma{167,Part\1/\2,\3} + +# This tag can be used to specify a number of word-keyword mappings (TCL only). +# A mapping has the form "name=value". For example adding "class=itcl::class" +# will allow you to use the command class in the itcl::class meaning. + +TCL_SUBST = + +# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources +# only. Doxygen will then generate output that is more tailored for C. For +# instance, some of the names that are used will be different. The list of all +# members will be omitted, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_FOR_C = YES + +# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or +# Python sources only. Doxygen will then generate output that is more tailored +# for that language. For instance, namespaces will be presented as packages, +# qualified scopes will look different, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_JAVA = NO + +# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran +# sources. Doxygen will then generate output that is tailored for Fortran. +# The default value is: NO. + +OPTIMIZE_FOR_FORTRAN = NO + +# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL +# sources. Doxygen will then generate output that is tailored for VHDL. +# The default value is: NO. + +OPTIMIZE_OUTPUT_VHDL = NO + +# Doxygen selects the parser to use depending on the extension of the files it +# parses. With this tag you can assign which parser to use for a given +# extension. Doxygen has a built-in mapping, but you can override or extend it +# using this tag. The format is ext=language, where ext is a file extension, and +# language is one of the parsers supported by doxygen: IDL, Java, Javascript, +# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran: +# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: +# Fortran. In the later case the parser tries to guess whether the code is fixed +# or free formatted code, this is the default for Fortran type files), VHDL. For +# instance to make doxygen treat .inc files as Fortran files (default is PHP), +# and .f files as C (default is Fortran), use: inc=Fortran f=C. +# +# Note: For files without extension you can use no_extension as a placeholder. +# +# Note that for custom extensions you also need to set FILE_PATTERNS otherwise +# the files are not read by doxygen. + +EXTENSION_MAPPING = + +# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments +# according to the Markdown format, which allows for more readable +# documentation. See http://daringfireball.net/projects/markdown/ for details. +# The output of markdown processing is further processed by doxygen, so you can +# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in +# case of backward compatibilities issues. +# The default value is: YES. + +MARKDOWN_SUPPORT = YES + +# When enabled doxygen tries to link words that correspond to documented +# classes, or namespaces to their corresponding documentation. Such a link can +# be prevented in individual cases by putting a % sign in front of the word or +# globally by setting AUTOLINK_SUPPORT to NO. +# The default value is: YES. + +AUTOLINK_SUPPORT = YES + +# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want +# to include (a tag file for) the STL sources as input, then you should set this +# tag to YES in order to let doxygen match functions declarations and +# definitions whose arguments contain STL classes (e.g. func(std::string); +# versus func(std::string) {}). This also make the inheritance and collaboration +# diagrams that involve STL classes more complete and accurate. +# The default value is: NO. + +BUILTIN_STL_SUPPORT = NO + +# If you use Microsoft's C++/CLI language, you should set this option to YES to +# enable parsing support. +# The default value is: NO. + +CPP_CLI_SUPPORT = NO + +# Set the SIP_SUPPORT tag to YES if your project consists of sip (see: +# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen +# will parse them like normal C++ but will assume all classes use public instead +# of private inheritance when no explicit protection keyword is present. +# The default value is: NO. + +SIP_SUPPORT = NO + +# For Microsoft's IDL there are propget and propput attributes to indicate +# getter and setter methods for a property. Setting this option to YES will make +# doxygen to replace the get and set methods by a property in the documentation. +# This will only work if the methods are indeed getting or setting a simple +# type. If this is not the case, or you want to show the methods anyway, you +# should set this option to NO. +# The default value is: YES. + +IDL_PROPERTY_SUPPORT = YES + +# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC +# tag is set to YES then doxygen will reuse the documentation of the first +# member in the group (if any) for the other members of the group. By default +# all members of a group must be documented explicitly. +# The default value is: NO. + +DISTRIBUTE_GROUP_DOC = NO + +# If one adds a struct or class to a group and this option is enabled, then also +# any nested class or struct is added to the same group. By default this option +# is disabled and one has to add nested compounds explicitly via \ingroup. +# The default value is: NO. + +GROUP_NESTED_COMPOUNDS = NO + +# Set the SUBGROUPING tag to YES to allow class member groups of the same type +# (for instance a group of public functions) to be put as a subgroup of that +# type (e.g. under the Public Functions section). Set it to NO to prevent +# subgrouping. Alternatively, this can be done per class using the +# \nosubgrouping command. +# The default value is: YES. + +SUBGROUPING = YES + +# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions +# are shown inside the group in which they are included (e.g. using \ingroup) +# instead of on a separate page (for HTML and Man pages) or section (for LaTeX +# and RTF). +# +# Note that this feature does not work in combination with +# SEPARATE_MEMBER_PAGES. +# The default value is: NO. + +INLINE_GROUPED_CLASSES = NO + +# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions +# with only public data fields or simple typedef fields will be shown inline in +# the documentation of the scope in which they are defined (i.e. file, +# namespace, or group documentation), provided this scope is documented. If set +# to NO, structs, classes, and unions are shown on a separate page (for HTML and +# Man pages) or section (for LaTeX and RTF). +# The default value is: NO. + +INLINE_SIMPLE_STRUCTS = NO + +# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or +# enum is documented as struct, union, or enum with the name of the typedef. So +# typedef struct TypeS {} TypeT, will appear in the documentation as a struct +# with name TypeT. When disabled the typedef will appear as a member of a file, +# namespace, or class. And the struct will be named TypeS. This can typically be +# useful for C code in case the coding convention dictates that all compound +# types are typedef'ed and only the typedef is referenced, never the tag name. +# The default value is: NO. + +TYPEDEF_HIDES_STRUCT = NO + +# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This +# cache is used to resolve symbols given their name and scope. Since this can be +# an expensive process and often the same symbol appears multiple times in the +# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small +# doxygen will become slower. If the cache is too large, memory is wasted. The +# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range +# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 +# symbols. At the end of a run doxygen will report the cache usage and suggest +# the optimal cache size from a speed point of view. +# Minimum value: 0, maximum value: 9, default value: 0. + +LOOKUP_CACHE_SIZE = 0 + +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- + +# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in +# documentation are documented, even if no documentation was available. Private +# class members and static file members will be hidden unless the +# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. +# Note: This will also disable the warnings about undocumented members that are +# normally produced when WARNINGS is set to YES. +# The default value is: NO. + +EXTRACT_ALL = YES + +# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will +# be included in the documentation. +# The default value is: NO. + +EXTRACT_PRIVATE = YES + +# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal +# scope will be included in the documentation. +# The default value is: NO. + +EXTRACT_PACKAGE = NO + +# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be +# included in the documentation. +# The default value is: NO. + +EXTRACT_STATIC = YES + +# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined +# locally in source files will be included in the documentation. If set to NO, +# only classes defined in header files are included. Does not have any effect +# for Java sources. +# The default value is: YES. + +EXTRACT_LOCAL_CLASSES = YES + +# This flag is only useful for Objective-C code. If set to YES, local methods, +# which are defined in the implementation section but not in the interface are +# included in the documentation. If set to NO, only methods in the interface are +# included. +# The default value is: NO. + +EXTRACT_LOCAL_METHODS = NO + +# If this flag is set to YES, the members of anonymous namespaces will be +# extracted and appear in the documentation as a namespace called +# 'anonymous_namespace{file}', where file will be replaced with the base name of +# the file that contains the anonymous namespace. By default anonymous namespace +# are hidden. +# The default value is: NO. + +EXTRACT_ANON_NSPACES = NO + +# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all +# undocumented members inside documented classes or files. If set to NO these +# members will be included in the various overviews, but no documentation +# section is generated. This option has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_MEMBERS = NO + +# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all +# undocumented classes that are normally visible in the class hierarchy. If set +# to NO, these classes will be included in the various overviews. This option +# has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_CLASSES = NO + +# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend +# (class|struct|union) declarations. If set to NO, these declarations will be +# included in the documentation. +# The default value is: NO. + +HIDE_FRIEND_COMPOUNDS = NO + +# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any +# documentation blocks found inside the body of a function. If set to NO, these +# blocks will be appended to the function's detailed documentation block. +# The default value is: NO. + +HIDE_IN_BODY_DOCS = NO + +# The INTERNAL_DOCS tag determines if documentation that is typed after a +# \internal command is included. If the tag is set to NO then the documentation +# will be excluded. Set it to YES to include the internal documentation. +# The default value is: NO. + +INTERNAL_DOCS = YES + +# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file +# names in lower-case letters. If set to YES, upper-case letters are also +# allowed. This is useful if you have classes or files whose names only differ +# in case and if your file system supports case sensitive file names. Windows +# and Mac users are advised to set this option to NO. +# The default value is: system dependent. + +CASE_SENSE_NAMES = NO + +# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with +# their full class and namespace scopes in the documentation. If set to YES, the +# scope will be hidden. +# The default value is: NO. + +HIDE_SCOPE_NAMES = NO + +# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will +# append additional text to a page's title, such as Class Reference. If set to +# YES the compound reference will be hidden. +# The default value is: NO. + +HIDE_COMPOUND_REFERENCE= NO + +# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of +# the files that are included by a file in the documentation of that file. +# The default value is: YES. + +SHOW_INCLUDE_FILES = YES + +# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each +# grouped member an include statement to the documentation, telling the reader +# which file to include in order to use the member. +# The default value is: NO. + +SHOW_GROUPED_MEMB_INC = NO + +# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include +# files with double quotes in the documentation rather than with sharp brackets. +# The default value is: NO. + +FORCE_LOCAL_INCLUDES = NO + +# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the +# documentation for inline members. +# The default value is: YES. + +INLINE_INFO = YES + +# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the +# (detailed) documentation of file and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. +# The default value is: YES. + +SORT_MEMBER_DOCS = YES + +# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief +# descriptions of file, namespace and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. Note that +# this will also influence the order of the classes in the class list. +# The default value is: NO. + +SORT_BRIEF_DOCS = NO + +# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the +# (brief and detailed) documentation of class members so that constructors and +# destructors are listed first. If set to NO the constructors will appear in the +# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS. +# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief +# member documentation. +# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting +# detailed member documentation. +# The default value is: NO. + +SORT_MEMBERS_CTORS_1ST = NO + +# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy +# of group names into alphabetical order. If set to NO the group names will +# appear in their defined order. +# The default value is: NO. + +SORT_GROUP_NAMES = NO + +# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by +# fully-qualified names, including namespaces. If set to NO, the class list will +# be sorted only by class name, not including the namespace part. +# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. +# Note: This option applies only to the class list, not to the alphabetical +# list. +# The default value is: NO. + +SORT_BY_SCOPE_NAME = NO + +# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper +# type resolution of all parameters of a function it will reject a match between +# the prototype and the implementation of a member function even if there is +# only one candidate or it is obvious which candidate to choose by doing a +# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still +# accept a match between prototype and implementation in such cases. +# The default value is: NO. + +STRICT_PROTO_MATCHING = NO + +# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo +# list. This list is created by putting \todo commands in the documentation. +# The default value is: YES. + +GENERATE_TODOLIST = YES + +# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test +# list. This list is created by putting \test commands in the documentation. +# The default value is: YES. + +GENERATE_TESTLIST = YES + +# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug +# list. This list is created by putting \bug commands in the documentation. +# The default value is: YES. + +GENERATE_BUGLIST = YES + +# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) +# the deprecated list. This list is created by putting \deprecated commands in +# the documentation. +# The default value is: YES. + +GENERATE_DEPRECATEDLIST= YES + +# The ENABLED_SECTIONS tag can be used to enable conditional documentation +# sections, marked by \if ... \endif and \cond +# ... \endcond blocks. + +ENABLED_SECTIONS = + +# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the +# initial value of a variable or macro / define can have for it to appear in the +# documentation. If the initializer consists of more lines than specified here +# it will be hidden. Use a value of 0 to hide initializers completely. The +# appearance of the value of individual variables and macros / defines can be +# controlled using \showinitializer or \hideinitializer command in the +# documentation regardless of this setting. +# Minimum value: 0, maximum value: 10000, default value: 30. + +MAX_INITIALIZER_LINES = 30 + +# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at +# the bottom of the documentation of classes and structs. If set to YES, the +# list will mention the files that were used to generate the documentation. +# The default value is: YES. + +SHOW_USED_FILES = YES + +# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This +# will remove the Files entry from the Quick Index and from the Folder Tree View +# (if specified). +# The default value is: YES. + +SHOW_FILES = YES + +# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces +# page. This will remove the Namespaces entry from the Quick Index and from the +# Folder Tree View (if specified). +# The default value is: YES. + +SHOW_NAMESPACES = YES + +# The FILE_VERSION_FILTER tag can be used to specify a program or script that +# doxygen should invoke to get the current version for each file (typically from +# the version control system). Doxygen will invoke the program by executing (via +# popen()) the command command input-file, where command is the value of the +# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided +# by doxygen. Whatever the program writes to standard output is used as the file +# version. For an example see the documentation. + +FILE_VERSION_FILTER = + +# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed +# by doxygen. The layout file controls the global structure of the generated +# output files in an output format independent way. To create the layout file +# that represents doxygen's defaults, run doxygen with the -l option. You can +# optionally specify a file name after the option, if omitted DoxygenLayout.xml +# will be used as the name of the layout file. +# +# Note that if you run doxygen from a directory containing a file called +# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE +# tag is left empty. + +LAYOUT_FILE = + +# The CITE_BIB_FILES tag can be used to specify one or more bib files containing +# the reference definitions. This must be a list of .bib files. The .bib +# extension is automatically appended if omitted. This requires the bibtex tool +# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. +# For LaTeX the style of the bibliography can be controlled using +# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the +# search path. See also \cite for info how to create references. + +CITE_BIB_FILES = + +#--------------------------------------------------------------------------- +# Configuration options related to warning and progress messages +#--------------------------------------------------------------------------- + +# The QUIET tag can be used to turn on/off the messages that are generated to +# standard output by doxygen. If QUIET is set to YES this implies that the +# messages are off. +# The default value is: NO. + +QUIET = YES + +# The WARNINGS tag can be used to turn on/off the warning messages that are +# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES +# this implies that the warnings are on. +# +# Tip: Turn warnings on while writing the documentation. +# The default value is: YES. + +WARNINGS = YES + +# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate +# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag +# will automatically be disabled. +# The default value is: YES. + +WARN_IF_UNDOCUMENTED = YES + +# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for +# potential errors in the documentation, such as not documenting some parameters +# in a documented function, or documenting parameters that don't exist or using +# markup commands wrongly. +# The default value is: YES. + +WARN_IF_DOC_ERROR = YES + +# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that +# are documented, but have no documentation for their parameters or return +# value. If set to NO, doxygen will only warn about wrong or incomplete +# parameter documentation, but not about the absence of documentation. +# The default value is: NO. + +WARN_NO_PARAMDOC = NO + +# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when +# a warning is encountered. +# The default value is: NO. + +WARN_AS_ERROR = NO + +# The WARN_FORMAT tag determines the format of the warning messages that doxygen +# can produce. The string should contain the $file, $line, and $text tags, which +# will be replaced by the file and line number from which the warning originated +# and the warning text. Optionally the format may contain $version, which will +# be replaced by the version of the file (if it could be obtained via +# FILE_VERSION_FILTER) +# The default value is: $file:$line: $text. + +WARN_FORMAT = "$file:$line: $text" + +# The WARN_LOGFILE tag can be used to specify a file to which warning and error +# messages should be written. If left blank the output is written to standard +# error (stderr). + +WARN_LOGFILE = + +#--------------------------------------------------------------------------- +# Configuration options related to the input files +#--------------------------------------------------------------------------- + +# The INPUT tag is used to specify the files and/or directories that contain +# documented source files. You may enter file names like myfile.cpp or +# directories like /usr/src/myproject. Separate the files or directories with +# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING +# Note: If this tag is empty the current directory is searched. + +INPUT = + +# This tag can be used to specify the character encoding of the source files +# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses +# libiconv (or the iconv built into libc) for the transcoding. See the libiconv +# documentation (see: http://www.gnu.org/software/libiconv) for the list of +# possible encodings. +# The default value is: UTF-8. + +INPUT_ENCODING = UTF-8 + +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and +# *.h) to filter out the source-files in the directories. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# read by doxygen. +# +# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, +# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, +# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, +# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f, *.for, *.tcl, +# *.vhd, *.vhdl, *.ucf, *.qsf, *.as and *.js. + +FILE_PATTERNS = + +# The RECURSIVE tag can be used to specify whether or not subdirectories should +# be searched for input files as well. +# The default value is: NO. + +RECURSIVE = NO + +# The EXCLUDE tag can be used to specify files and/or directories that should be +# excluded from the INPUT source files. This way you can easily exclude a +# subdirectory from a directory tree whose root is specified with the INPUT tag. +# +# Note that relative paths are relative to the directory from which doxygen is +# run. + +EXCLUDE = + +# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or +# directories that are symbolic links (a Unix file system feature) are excluded +# from the input. +# The default value is: NO. + +EXCLUDE_SYMLINKS = NO + +# If the value of the INPUT tag contains directories, you can use the +# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude +# certain files from those directories. +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories for example use the pattern */test/* + +EXCLUDE_PATTERNS = + +# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names +# (namespaces, classes, functions, etc.) that should be excluded from the +# output. The symbol name can be a fully qualified name, a word, or if the +# wildcard * is used, a substring. Examples: ANamespace, AClass, +# AClass::ANamespace, ANamespace::*Test +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories use the pattern */test/* + +EXCLUDE_SYMBOLS = + +# The EXAMPLE_PATH tag can be used to specify one or more files or directories +# that contain example code fragments that are included (see the \include +# command). + +EXAMPLE_PATH = + +# If the value of the EXAMPLE_PATH tag contains directories, you can use the +# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and +# *.h) to filter out the source-files in the directories. If left blank all +# files are included. + +EXAMPLE_PATTERNS = + +# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be +# searched for input files to be used with the \include or \dontinclude commands +# irrespective of the value of the RECURSIVE tag. +# The default value is: NO. + +EXAMPLE_RECURSIVE = NO + +# The IMAGE_PATH tag can be used to specify one or more files or directories +# that contain images that are to be included in the documentation (see the +# \image command). + +IMAGE_PATH = + +# The INPUT_FILTER tag can be used to specify a program that doxygen should +# invoke to filter for each input file. Doxygen will invoke the filter program +# by executing (via popen()) the command: +# +# +# +# where is the value of the INPUT_FILTER tag, and is the +# name of an input file. Doxygen will then use the output that the filter +# program writes to standard output. If FILTER_PATTERNS is specified, this tag +# will be ignored. +# +# Note that the filter must not add or remove lines; it is applied before the +# code is scanned, but not when the output code is generated. If lines are added +# or removed, the anchors will not be placed correctly. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +INPUT_FILTER = + +# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern +# basis. Doxygen will compare the file name with each pattern and apply the +# filter if there is a match. The filters are a list of the form: pattern=filter +# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how +# filters are used. If the FILTER_PATTERNS tag is empty or if none of the +# patterns match the file name, INPUT_FILTER is applied. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +FILTER_PATTERNS = + +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using +# INPUT_FILTER) will also be used to filter the input files that are used for +# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). +# The default value is: NO. + +FILTER_SOURCE_FILES = NO + +# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file +# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and +# it is also possible to disable source filtering for a specific pattern using +# *.ext= (so without naming a filter). +# This tag requires that the tag FILTER_SOURCE_FILES is set to YES. + +FILTER_SOURCE_PATTERNS = + +# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that +# is part of the input, its contents will be placed on the main page +# (index.html). This can be useful if you have a project on for instance GitHub +# and want to reuse the introduction page also for the doxygen output. + +USE_MDFILE_AS_MAINPAGE = + +#--------------------------------------------------------------------------- +# Configuration options related to source browsing +#--------------------------------------------------------------------------- + +# If the SOURCE_BROWSER tag is set to YES then a list of source files will be +# generated. Documented entities will be cross-referenced with these sources. +# +# Note: To get rid of all source code in the generated output, make sure that +# also VERBATIM_HEADERS is set to NO. +# The default value is: NO. + +SOURCE_BROWSER = NO + +# Setting the INLINE_SOURCES tag to YES will include the body of functions, +# classes and enums directly into the documentation. +# The default value is: NO. + +INLINE_SOURCES = NO + +# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any +# special comment blocks from generated source code fragments. Normal C, C++ and +# Fortran comments will always remain visible. +# The default value is: YES. + +STRIP_CODE_COMMENTS = NO + +# If the REFERENCED_BY_RELATION tag is set to YES then for each documented +# function all documented functions referencing it will be listed. +# The default value is: NO. + +REFERENCED_BY_RELATION = YES + +# If the REFERENCES_RELATION tag is set to YES then for each documented function +# all documented entities called/used by that function will be listed. +# The default value is: NO. + +REFERENCES_RELATION = YES + +# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set +# to YES then the hyperlinks from functions in REFERENCES_RELATION and +# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will +# link to the documentation. +# The default value is: YES. + +REFERENCES_LINK_SOURCE = YES + +# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the +# source code will show a tooltip with additional information such as prototype, +# brief description and links to the definition and documentation. Since this +# will make the HTML file larger and loading of large files a bit slower, you +# can opt to disable this feature. +# The default value is: YES. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +SOURCE_TOOLTIPS = YES + +# If the USE_HTAGS tag is set to YES then the references to source code will +# point to the HTML generated by the htags(1) tool instead of doxygen built-in +# source browser. The htags tool is part of GNU's global source tagging system +# (see http://www.gnu.org/software/global/global.html). You will need version +# 4.8.6 or higher. +# +# To use it do the following: +# - Install the latest version of global +# - Enable SOURCE_BROWSER and USE_HTAGS in the config file +# - Make sure the INPUT points to the root of the source tree +# - Run doxygen as normal +# +# Doxygen will invoke htags (and that will in turn invoke gtags), so these +# tools must be available from the command line (i.e. in the search path). +# +# The result: instead of the source browser generated by doxygen, the links to +# source code will now point to the output of htags. +# The default value is: NO. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +USE_HTAGS = NO + +# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a +# verbatim copy of the header file for each class for which an include is +# specified. Set to NO to disable this. +# See also: Section \class. +# The default value is: YES. + +VERBATIM_HEADERS = YES + +# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the +# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the +# cost of reduced performance. This can be particularly helpful with template +# rich C++ code for which doxygen's built-in parser lacks the necessary type +# information. +# Note: The availability of this option depends on whether or not doxygen was +# generated with the -Duse-libclang=ON option for CMake. +# The default value is: NO. + +CLANG_ASSISTED_PARSING = NO + +# If clang assisted parsing is enabled you can provide the compiler with command +# line options that you would normally use when invoking the compiler. Note that +# the include paths will already be set by doxygen for the files and directories +# specified with INPUT and INCLUDE_PATH. +# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. + +CLANG_OPTIONS = + +#--------------------------------------------------------------------------- +# Configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- + +# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all +# compounds will be generated. Enable this if the project contains a lot of +# classes, structs, unions or interfaces. +# The default value is: YES. + +ALPHABETICAL_INDEX = NO + +# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in +# which the alphabetical index list will be split. +# Minimum value: 1, maximum value: 20, default value: 5. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +COLS_IN_ALPHA_INDEX = 5 + +# In case all classes in a project start with a common prefix, all classes will +# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag +# can be used to specify a prefix (or a list of prefixes) that should be ignored +# while generating the index headers. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +IGNORE_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the HTML output +#--------------------------------------------------------------------------- + +# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output +# The default value is: YES. + +GENERATE_HTML = YES + +# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a +# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of +# it. +# The default directory is: html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_OUTPUT = html + +# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each +# generated HTML page (for example: .htm, .php, .asp). +# The default value is: .html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FILE_EXTENSION = .html + +# The HTML_HEADER tag can be used to specify a user-defined HTML header file for +# each generated HTML page. If the tag is left blank doxygen will generate a +# standard header. +# +# To get valid HTML the header file that includes any scripts and style sheets +# that doxygen needs, which is dependent on the configuration options used (e.g. +# the setting GENERATE_TREEVIEW). It is highly recommended to start with a +# default header using +# doxygen -w html new_header.html new_footer.html new_stylesheet.css +# YourConfigFile +# and then modify the file new_header.html. See also section "Doxygen usage" +# for information on how to generate the default header that doxygen normally +# uses. +# Note: The header is subject to change so you typically have to regenerate the +# default header when upgrading to a newer version of doxygen. For a description +# of the possible markers and block names see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_HEADER = + +# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each +# generated HTML page. If the tag is left blank doxygen will generate a standard +# footer. See HTML_HEADER for more information on how to generate a default +# footer and what special commands can be used inside the footer. See also +# section "Doxygen usage" for information on how to generate the default footer +# that doxygen normally uses. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FOOTER = + +# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style +# sheet that is used by each HTML page. It can be used to fine-tune the look of +# the HTML output. If left blank doxygen will generate a default style sheet. +# See also section "Doxygen usage" for information on how to generate the style +# sheet that doxygen normally uses. +# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as +# it is more robust and this tag (HTML_STYLESHEET) will in the future become +# obsolete. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_STYLESHEET = + +# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined +# cascading style sheets that are included after the standard style sheets +# created by doxygen. Using this option one can overrule certain style aspects. +# This is preferred over using HTML_STYLESHEET since it does not replace the +# standard style sheet and is therefore more robust against future updates. +# Doxygen will copy the style sheet files to the output directory. +# Note: The order of the extra style sheet files is of importance (e.g. the last +# style sheet in the list overrules the setting of the previous ones in the +# list). For an example see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_STYLESHEET = + +# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or +# other source files which should be copied to the HTML output directory. Note +# that these files will be copied to the base HTML output directory. Use the +# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these +# files. In the HTML_STYLESHEET file, use the file name only. Also note that the +# files will be copied as-is; there are no commands or markers available. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_FILES = + +# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen +# will adjust the colors in the style sheet and background images according to +# this color. Hue is specified as an angle on a colorwheel, see +# http://en.wikipedia.org/wiki/Hue for more information. For instance the value +# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 +# purple, and 360 is red again. +# Minimum value: 0, maximum value: 359, default value: 220. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_HUE = 220 + +# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors +# in the HTML output. For a value of 0 the output will use grayscales only. A +# value of 255 will produce the most vivid colors. +# Minimum value: 0, maximum value: 255, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_SAT = 100 + +# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the +# luminance component of the colors in the HTML output. Values below 100 +# gradually make the output lighter, whereas values above 100 make the output +# darker. The value divided by 100 is the actual gamma applied, so 80 represents +# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not +# change the gamma. +# Minimum value: 40, maximum value: 240, default value: 80. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_GAMMA = 80 + +# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML +# page will contain the date and time when the page was generated. Setting this +# to YES can help to show when doxygen was last run and thus if the +# documentation is up to date. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_TIMESTAMP = NO + +# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML +# documentation will contain sections that can be hidden and shown after the +# page has loaded. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_DYNAMIC_SECTIONS = NO + +# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries +# shown in the various tree structured indices initially; the user can expand +# and collapse entries dynamically later on. Doxygen will expand the tree to +# such a level that at most the specified number of entries are visible (unless +# a fully collapsed tree already exceeds this amount). So setting the number of +# entries 1 will produce a full collapsed tree by default. 0 is a special value +# representing an infinite number of entries and will result in a full expanded +# tree by default. +# Minimum value: 0, maximum value: 9999, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_INDEX_NUM_ENTRIES = 100 + +# If the GENERATE_DOCSET tag is set to YES, additional index files will be +# generated that can be used as input for Apple's Xcode 3 integrated development +# environment (see: http://developer.apple.com/tools/xcode/), introduced with +# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a +# Makefile in the HTML output directory. Running make will produce the docset in +# that directory and running make install will install the docset in +# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at +# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html +# for more information. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_DOCSET = NO + +# This tag determines the name of the docset feed. A documentation feed provides +# an umbrella under which multiple documentation sets from a single provider +# (such as a company or product suite) can be grouped. +# The default value is: Doxygen generated docs. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_FEEDNAME = "Doxygen generated docs" + +# This tag specifies a string that should uniquely identify the documentation +# set bundle. This should be a reverse domain-name style string, e.g. +# com.mycompany.MyDocSet. Doxygen will append .docset to the name. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_BUNDLE_ID = org.virtualbox.iprt + +# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify +# the documentation publisher. This should be a reverse domain-name style +# string, e.g. com.mycompany.MyDocSet.documentation. +# The default value is: org.doxygen.Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_ID = org.virtualbox + +# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. +# The default value is: Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_NAME = VirtualBox + +# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three +# additional HTML index files: index.hhp, index.hhc, and index.hhk. The +# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop +# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on +# Windows. +# +# The HTML Help Workshop contains a compiler that can convert all HTML output +# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML +# files are now used as the Windows 98 help format, and will replace the old +# Windows help format (.hlp) on all Windows platforms in the future. Compressed +# HTML files also contain an index, a table of contents, and you can search for +# words in the documentation. The HTML workshop also contains a viewer for +# compressed HTML files. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_HTMLHELP = NO + +# The CHM_FILE tag can be used to specify the file name of the resulting .chm +# file. You can add a path in front of the file if the result should not be +# written to the html output directory. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_FILE = + +# The HHC_LOCATION tag can be used to specify the location (absolute path +# including file name) of the HTML help compiler (hhc.exe). If non-empty, +# doxygen will try to run the HTML help compiler on the generated index.hhp. +# The file has to be specified with full path. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +HHC_LOCATION = + +# The GENERATE_CHI flag controls if a separate .chi index file is generated +# (YES) or that it should be included in the master .chm file (NO). +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +GENERATE_CHI = NO + +# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc) +# and project file content. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_INDEX_ENCODING = + +# The BINARY_TOC flag controls whether a binary table of contents is generated +# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it +# enables the Previous and Next buttons. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +BINARY_TOC = NO + +# The TOC_EXPAND flag can be set to YES to add extra items for group members to +# the table of contents of the HTML help documentation and to the tree view. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +TOC_EXPAND = NO + +# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and +# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that +# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help +# (.qch) of the generated HTML documentation. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_QHP = NO + +# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify +# the file name of the resulting .qch file. The path specified is relative to +# the HTML output folder. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QCH_FILE = + +# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help +# Project output. For more information please see Qt Help Project / Namespace +# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_NAMESPACE = org.virtualbox.iprt + +# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt +# Help Project output. For more information please see Qt Help Project / Virtual +# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- +# folders). +# The default value is: doc. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_VIRTUAL_FOLDER = doc + +# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom +# filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_NAME = + +# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the +# custom filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_ATTRS = + +# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this +# project's filter section matches. Qt Help Project / Filter Attributes (see: +# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_SECT_FILTER_ATTRS = + +# The QHG_LOCATION tag can be used to specify the location of Qt's +# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the +# generated .qhp file. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHG_LOCATION = + +# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be +# generated, together with the HTML files, they form an Eclipse help plugin. To +# install this plugin and make it available under the help contents menu in +# Eclipse, the contents of the directory containing the HTML and XML files needs +# to be copied into the plugins directory of eclipse. The name of the directory +# within the plugins directory should be the same as the ECLIPSE_DOC_ID value. +# After copying Eclipse needs to be restarted before the help appears. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_ECLIPSEHELP = NO + +# A unique identifier for the Eclipse help plugin. When installing the plugin +# the directory name containing the HTML and XML files should also have this +# name. Each documentation set should have its own identifier. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. + +ECLIPSE_DOC_ID = org.doxygen.Project + +# If you want full control over the layout of the generated HTML pages it might +# be necessary to disable the index and replace it with your own. The +# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top +# of each HTML page. A value of NO enables the index and the value YES disables +# it. Since the tabs in the index contain the same information as the navigation +# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +DISABLE_INDEX = YES + +# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index +# structure should be generated to display hierarchical information. If the tag +# value is set to YES, a side panel will be generated containing a tree-like +# index structure (just like the one that is generated for HTML Help). For this +# to work a browser that supports JavaScript, DHTML, CSS and frames is required +# (i.e. any modern browser). Windows users are probably better off using the +# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can +# further fine-tune the look of the index. As an example, the default style +# sheet generated by doxygen has an example that shows how to put an image at +# the root of the tree instead of the PROJECT_NAME. Since the tree basically has +# the same information as the tab index, you could consider setting +# DISABLE_INDEX to YES when enabling this option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_TREEVIEW = YES + +# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that +# doxygen will group on one line in the generated HTML documentation. +# +# Note that a value of 0 will completely suppress the enum values from appearing +# in the overview section. +# Minimum value: 0, maximum value: 20, default value: 4. +# This tag requires that the tag GENERATE_HTML is set to YES. + +ENUM_VALUES_PER_LINE = 4 + +# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used +# to set the initial width (in pixels) of the frame in which the tree is shown. +# Minimum value: 0, maximum value: 1500, default value: 250. +# This tag requires that the tag GENERATE_HTML is set to YES. + +TREEVIEW_WIDTH = 250 + +# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to +# external symbols imported via tag files in a separate window. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +EXT_LINKS_IN_WINDOW = NO + +# Use this tag to change the font size of LaTeX formulas included as images in +# the HTML documentation. When you change the font size after a successful +# doxygen run you need to manually remove any form_*.png images from the HTML +# output directory to force them to be regenerated. +# Minimum value: 8, maximum value: 50, default value: 10. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_FONTSIZE = 10 + +# Use the FORMULA_TRANPARENT tag to determine whether or not the images +# generated for formulas are transparent PNGs. Transparent PNGs are not +# supported properly for IE 6.0, but are supported on all modern browsers. +# +# Note that when changing this option you need to delete any form_*.png files in +# the HTML output directory before the changes have effect. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_TRANSPARENT = YES + +# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see +# http://www.mathjax.org) which uses client side Javascript for the rendering +# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX +# installed or if you want to formulas look prettier in the HTML output. When +# enabled you may also need to install MathJax separately and configure the path +# to it using the MATHJAX_RELPATH option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +USE_MATHJAX = NO + +# When MathJax is enabled you can set the default output format to be used for +# the MathJax output. See the MathJax site (see: +# http://docs.mathjax.org/en/latest/output.html) for more details. +# Possible values are: HTML-CSS (which is slower, but has the best +# compatibility), NativeMML (i.e. MathML) and SVG. +# The default value is: HTML-CSS. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_FORMAT = HTML-CSS + +# When MathJax is enabled you need to specify the location relative to the HTML +# output directory using the MATHJAX_RELPATH option. The destination directory +# should contain the MathJax.js script. For instance, if the mathjax directory +# is located at the same level as the HTML output directory, then +# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax +# Content Delivery Network so you can quickly see the result without installing +# MathJax. However, it is strongly recommended to install a local copy of +# MathJax from http://www.mathjax.org before deployment. +# The default value is: http://cdn.mathjax.org/mathjax/latest. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest + +# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax +# extension names that should be enabled during MathJax rendering. For example +# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_EXTENSIONS = + +# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces +# of code that will be used on startup of the MathJax code. See the MathJax site +# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an +# example see the documentation. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_CODEFILE = + +# When the SEARCHENGINE tag is enabled doxygen will generate a search box for +# the HTML output. The underlying search engine uses javascript and DHTML and +# should work on any modern browser. Note that when using HTML help +# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) +# there is already a search function so this one should typically be disabled. +# For large projects the javascript based search engine can be slow, then +# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to +# search using the keyboard; to jump to the search box use + S +# (what the is depends on the OS and browser, but it is typically +# , /