summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/misc
Commit message (Expand)AuthorAgeFilesLines
* IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is docum...vboxsync2023-05-113-297/+1
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-7/+0
* IPRT/RTGetOpt: Simplification. bugref:10302vboxsync2023-03-311-5/+1
* IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other unicode dashe...vboxsync2023-03-311-1/+1
* IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other unicode dashe...vboxsync2023-03-311-0/+1
* IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other unicode dashe...vboxsync2023-03-311-94/+243
* IPRT/getoptargv.cpp: Align g_abmQuoteChars more appropriately for ASMBitSet &...vboxsync2023-03-231-3/+15
* Runtime/RTS3: Retire unused implementation, can be resurrected if requiredvboxsync2023-01-251-1031/+0
* Copyright year updates by scm.vboxsync2023-01-1747-47/+47
* IPRT/thread.cpp: Avoid endless recursion during early IPRT init phase when al...vboxsync2022-09-211-2/+5
* IPRT/getopt: Added index variant with 0 or 1 and optionally and w/ implicit d...vboxsync2022-09-141-40/+71
* IPRT: Added RTMsgSyntax and RTMsgSyntaxV. bugref:10261vboxsync2022-08-251-0/+19
* IPRT: Resolve IsDebuggerPresent and GetSystemTimeAsFileTime dynamically as th...vboxsync2022-08-251-1/+2
* IPRT/nocrt: A few tricks to avoid dragging in log.cpp into static binaries, u...vboxsync2022-08-231-60/+20
* scm copyright and license note updatevboxsync2022-08-2247-470/+940
* IPRT/nocrt: Added no-CRT per-thread data like errno and strtok state. Impleme...vboxsync2022-08-051-0/+19
* IPRT/common: Use RT_NOCRT_BEGINPROC more consistently. bugref:10261vboxsync2022-08-041-2/+2
* IPRT/assert.cpp: Use RTLogWriteStdErr instead of fprintf/stderr in IPRT_NO_CR...vboxsync2022-07-251-5/+29
* IPRT/thread: typo.vboxsync2022-06-051-2/+2
* Runtime/json, Runtime/initterm-r0drv-nt.cpp, Additions/VBoxGuest-win.cpp: Com...vboxsync2022-06-031-1/+1
* /Config.kmk,IPRT: Some arm64 adjustments. bugref:10224vboxsync2022-05-071-9/+10
* Runtime: Fix a few memory leaks in error handling paths, bugref:3409vboxsync2022-05-061-0/+2
* iprt/RTExprEval: Fix small memory leak. bugref:9781vboxsync2022-02-161-0/+5
* /Config.kmk,IPRT: Set arch bitness for assembler use through compiler for spa...vboxsync2022-01-171-10/+47
* IPRT/zero.asm: Try save 64KB file space on windows.vboxsync2022-01-161-1/+22
* iprt/RTExprEval: Only expand ${VAR}, drop $(VAR). Simplifies the code. bugref...vboxsync2022-01-111-45/+24
* iprt/RTExprEval: Early code for a 'simple' expression evaluator a la /bin/exp...vboxsync2022-01-111-1/+1
* iprt/RTExprEval: Early code for a 'simple' expression evaluator a la /bin/exp...vboxsync2022-01-111-4/+5
* iprt/RTExprEval: Early code for a 'simple' expression evaluator a la /bin/exp...vboxsync2022-01-111-0/+2743
* scm --update-copyright-yearvboxsync2022-01-0146-46/+46
* IPRT/RTThreadIsMain: Check for NIL_RTTHREAD.vboxsync2021-11-071-5/+8
* Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr.vboxsync2021-08-234-37/+37
* IPRT/RTThreadCreate: Modernize assertions.vboxsync2021-07-291-20/+6
* IPRT/RTReqCancel: Assertion correction (copy & paste from submit). bugref:9890vboxsync2021-06-101-2/+1
* Runtime/sg.h: Add copy variants which take a callback instead of a buffer to ...vboxsync2021-05-251-0/+50
* IPRT/RTReq: Added a RTReqCancel function. Changed the behavior of the RTREQF...vboxsync2021-05-013-105/+222
* IPRT/RTReqPool: Added RTREQPOOLCFGVAR_THREAD_FLAGS so we can supply RTTHREADF...vboxsync2021-05-011-2/+16
* IPRT: Try make scm happy with zero-alt.S. bugref:9898vboxsync2021-01-051-24/+24
* iprt/lockvalidator: size calc fix.vboxsync2020-12-311-4/+4
* /Config.kmk,IPRT: Assembler/ly adjustments for bugref:9898. Shut up backdoor ...vboxsync2020-12-301-0/+70
* iprt/cdefs.h,*: Adding DECL_HIDDEN_CALLBACK to shorten the relatively common ...vboxsync2020-07-081-1/+1
* *: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively for fun...vboxsync2020-07-081-1/+1
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-083-20/+22
* IPRT/getopt.cpp: Assume options are 7-bit ASCII / basic latin, so we don't ne...vboxsync2020-04-261-2/+10
* Add/Nt/Installer: Simple installer program for NT 3.x.vboxsync2020-04-261-3/+20
* IPRT: More VC++ 14.1 build fixes. bugref:8489vboxsync2020-04-171-1/+1
* RUntime/RTJson: Add parse from VFS file methodvboxsync2020-03-251-0/+42
* IPRT: Merged the two tls files, with the sideeffect that destructors only wor...vboxsync2020-02-201-1/+1
* IPRT: Merged the two tls files, with the sideeffect that destructors only wor...vboxsync2020-02-201-2/+4
* Copyright year updates by scm.vboxsync2020-02-0445-45/+45