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