summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime
Commit message (Expand)AuthorAgeFilesLines
* IPRT/Doxyfile: updated and re-enabled markdown. bugref:10442vboxsync2023-05-111-276/+529
* IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is docum...vboxsync2023-05-1137-2914/+20
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-1121-68/+6
* IPRT: Clang 13 fixes (warnings as errors).vboxsync2023-05-102-5/+9
* **/Doxyfile*: Disable markdown support for now. bugref:10442vboxsync2023-05-101-0/+2
* *.kmk: Added a VBOX_DOXYGEN variable for controlling which doxygen binary we ...vboxsync2023-05-091-1/+1
* Runtime/testcase/tstRTSemEvent: test1() queues up two threads behind avboxsync2023-05-091-1/+30
* IPRT/ldrPE: Added support for SHA384 image signatures. [build fix] bugref:10439vboxsync2023-05-081-0/+2
* IPRT/ldrPE: Added support for SHA384 image signatures. bugref:10439vboxsync2023-05-081-0/+32
* Runtime/dbg/dbgmod.cpp: Improve error message to identify the name andvboxsync2023-05-021-1/+2
* IPRT/testcase: Improved range check for tstLdrObjR0.vboxsync2023-04-281-1/+1
* iprt/runtime-loader.h: Added RT_PROXY_VARIADICT_STUB hack. Cleanups.vboxsync2023-04-261-0/+2
* manual,VBoxManage,isomaker/viso: Require all refsect1 and refsect2 elements t...vboxsync2023-04-211-1/+1
* IPRT/testcase: Fixed a leak in tstRTProcCreateEx found by ASAN.vboxsync2023-04-201-0/+2
* IPRT/RTProcCreateEx: More fixes for the initial patch supplied; also tweaked ...vboxsync2023-04-203-93/+142
* IPRT/efi: More store opening error info.vboxsync2023-04-171-6/+8
* IPRT/strformatrt.cpp: Corrected formatting RTERRINFO (%RTeim and %RTeic), was...vboxsync2023-04-171-1/+2
* fixing signed unsigned issue in ftp-servervboxsync2023-04-111-2/+2
* fixing warning, int cArgs -> unsigned int cArgsvboxsync2023-04-111-1/+1
* fixing warning: comparison between signed and unsigned integer expressions, i...vboxsync2023-04-111-1/+1
* 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-312-94/+278
* Disassember,*: Start separating the disassembler into a architecture specific...vboxsync2023-03-301-1/+0
* Disassember,*: Start separating the disassembler into a architecture specific...vboxsync2023-03-301-1/+1
* Disassember,*: Start separating the disassembler into a architecture specific...vboxsync2023-03-301-3/+2
* Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types (preparatio...vboxsync2023-03-294-20/+20
* IPRT/testcase: Always resolve the real paths before passing them to the child...vboxsync2023-03-231-3/+7
* IPRT/process: Bugfixes for testcases for RTPROC_FLAGS_CWD. bugref:8053vboxsync2023-03-231-22/+27
* Revert r156473 as clock_gettime_nsec_np(CLOCK_UPTIME_RAW) is apparently doing...vboxsync2023-03-231-6/+0
* IPRT/getoptargv.cpp: Align g_abmQuoteChars more appropriately for ASMBitSet &...vboxsync2023-03-231-3/+15
* IPRT/process: Added testcases for RTPROC_FLAGS_CWD. bugref:8053vboxsync2023-03-221-0/+126
* IPRT/process: Added RTPROC_FLAGS_CWD to RTProcCreateEx(), to be able to set t...vboxsync2023-03-222-23/+48
* Runtime/darwin/time-darwin.cpp: Use clock_gettime_nsec_np(CLOCK_UPTIME_RAW) o...vboxsync2023-03-221-0/+6
* *.kmk: Applied scm with new indenting of multiline variable/function expansio...vboxsync2023-03-181-74/+74
* Fixed typo.vboxsync2023-03-171-1/+1
* Runtime/testcase/tstRTMemCache: Fix alignment and object count mixup when cre...vboxsync2023-03-161-2/+2
* Linux: vboxdrv: Introduce initial support for kernel 6.3.x series, bugref:10381.vboxsync2023-03-071-1/+8
* Runtime/lzmavfs.cpp: Need to include asm.h for RT_LE2H_U32 to work, bugref:10254vboxsync2023-02-281-0/+1
* Config.kmk: Try to enable the use of liblzma again, bugref:10254 [build fix]vboxsync2023-02-271-1/+0
* Runtime/lzmavfs.cpp: Need to define LZMA_API_STATIC or linking fails on Windo...vboxsync2023-02-271-0/+1
* Runtime: Fix for r156046 (Config.kmk: Fix SDK_VBoxLzf SDK for x86 targets)vboxsync2023-02-271-1/+1
* Runtime/Makefile.kmk: Fix when liblzma is enabled, bugref:10254vboxsync2023-02-251-1/+1
* Config.kmk,Runtime: Add support for xz archives using liblzma-5.4.1, bugref:1...vboxsync2023-02-251-3/+9
* Config.kmk,Runtime: Add support for xz archives using liblzma-5.4.1, bugref:1...vboxsync2023-02-253-3/+973
* IPRT/tstStrToNum: Fixed RTStrToDoubleEx testcase bugs. bugref:10261vboxsync2023-02-201-2/+2
* IPRT/tstRTTime: Try avoid false failures due to preemption between RTTimeNano...vboxsync2023-02-201-1/+20
* IPRT/tstRTPipe: Tweaked the test to no fail on some old windows behaviour tha...vboxsync2023-02-171-11/+29
* IPRT/pipe-win.cpp: Deal correctly with partial overlapping writes (shouldn't ...vboxsync2023-02-171-5/+6