VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103283   10 months vboxsync IPRT/string: Added RTStrCat2() as a convenient function.
(edit) @103275   10 months vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103263   10 months vboxsync IPRT,VMMDev,Bs3Kit: Added support for sub-sub-tests to better deal …
(edit) @103262   10 months vboxsync IPRT,VMMDev,Bs3Kit: Added support for sub-sub-tests to better deal …
(edit) @103260   10 months vboxsync Got rid of a lot of deprecated strcpy / strcat calls; now using the …
(edit) @103252   10 months vboxsync IPRT/string: Added RTStrCopy2() as a convenient function.
(edit) @103250   10 months vboxsync IPRT: More implicit fallthrough fixes (found by Parfait). bugref:3409
(edit) @103232   10 months vboxsync IPRT/process-win.cpp: A better fix for the r152441 regression. bugref:10261
(edit) @103230   10 months vboxsync IPRT/process-win: Fixed regression from r152441, leading to start …
(edit) @103168   10 months vboxsync iprt: r0drv: Linux: Prevent mk_pte warning introduced in kernel 6.6, …
(edit) @103142   10 months vboxsync Runtime: Some warning fixes about externally visible functions which …
(edit) @103141   10 months vboxsync Runtime: Some warning fixes about externally visible functions which …
(edit) @103118   10 months vboxsync Runtime/r3/http-server.cpp: Fix possible memory leak, small other …
(edit) @103117   10 months vboxsync Runtime/r3/ftp-server.cpp: Fix possible memory leak, bugref:3409
(edit) @103108   10 months vboxsync IPRT/fatvfs.cpp: Simplied r166121/r158845.
(edit) @103066   10 months vboxsync iprt: Prevent array-index-out-of-bounds UBSAN warnings on Linux, …
(edit) @103017   10 months vboxsync iprt/asm-mem.h: Eliminated the unused ASMProbeReadBuffer.
(edit) @103016   10 months vboxsync iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
(edit) @103014   10 months vboxsync iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
(edit) @103013   10 months vboxsync iprt/asm-mem.h,zip.cpp,tstRTInlineAsm.cpp: Eliminated unused …
(edit) @103012   10 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103010   10 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103009   10 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103008   10 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103005   10 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @102997   10 months vboxsync IPRT: Shut up some deprecated function warnings with macOS SDK 13.
(edit) @102985   10 months vboxsync tstRTStrFormat: Added an overflow test.
(edit) @102916   11 months vboxsync Runtime/http-curl.cpp: Make RTHttpSetProxy() accept a NULL pcszProxy …
(edit) @102899   11 months vboxsync Runtime/common/fatvfs.cpp: Need to reset the S/G buffer when flushing …
(edit) @102886   11 months vboxsync Runtime/tstRTSg: Ensure that u64First <= u64Last when passed to …
(edit) @102885   11 months vboxsync Runtime/tstRTSg: Ensure that u64First <= u64Last when passed to …
(edit) @102884   11 months vboxsync Runtime/tstRTSg: Use a deterministic random number generator and print …
(edit) @102874   11 months vboxsync Linux Host and Guest kernel modules: Fix build for older Fedora …
(edit) @102661   11 months vboxsync IPRT/RTFsMountpointsEnum: Gracefully skip volumes a regular user does …
(edit) @102660   11 months vboxsync IPRT/RTFsMountpointsEnum: Dynamically resolve some Windows volume APIs …
(edit) @102659   11 months vboxsync IPRT/RTFsMountpointsEnum: Dynamically resolve some Windows volume APIs …
(edit) @102658   11 months vboxsync IPRT/RTFsMountpointsEnum: Dynamically resolve some Windows volume APIs …
(edit) @102657   11 months vboxsync IPRT/RTFsMountpointsEnum: Dynamically resolve some Windows volume APIs …
(edit) @102652   12 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102651   12 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102650   12 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102649   12 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102648   12 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102647   12 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102589   12 months vboxsync IPRT/http-curl: nits (some mine)
(edit) @102567   12 months vboxsync IPRT/shacrypt: Made asan build happy (false positive). bugref:10551
(edit) @102564   12 months vboxsync IPRT/shacrypt: Docs fix. bugref:10551
(edit) @102563   12 months vboxsync IPRT/http-curl: Added trying to use the dedicated …
(edit) @102562   12 months vboxsync IPRT/http: Fixed a memory leak, updated docs. bugref:9437
(edit) @102561   12 months vboxsync IPRT/HttpServer: Fixed an ASAN warning. bugref:9437
(edit) @102501   12 months vboxsync IPRT/shacrypt: scm fix. bugref:10551
(edit) @102500   12 months vboxsync IPRT/shacrypt: Reduce the code size a little. Document the …
(edit) @102495   12 months vboxsync IPRT/shacrypt: Combine shacrypt-256.cpp.h and shacrypt-512.cpp.h into …
(edit) @102492   12 months vboxsync IPRT/Makefile.kmk: Fixed warnings about duplicate RTUtf16CopyAscii on …
(edit) @102491   12 months vboxsync IRPT/shacrypt: Minor cleanups, doxygen fix. bugref:10551
(edit) @102490   12 months vboxsync IRPT/shacrypt: Don't use RTMemDup on the passpharse in step 16 since …
(edit) @102489   12 months vboxsync tstRTCrShaCrypt name fix. bugref:10551
(edit) @102488   12 months vboxsync IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
(edit) @102483   12 months vboxsync IPRT/tstRTShaCrypt: Added Korean key testing. bugref:10551
(edit) @102376   12 months vboxsync IPRT/crypto: Testcase logging nit. bugref:10551
(edit) @102375   12 months vboxsync IPRT/crypto: Implemented handing-in crypt password strings as the salt …
(edit) @102372   12 months vboxsync IPRT/crypto: Renaming. bugref:10551
(edit) @102361   12 months vboxsync IPRT/crypto: Changed the signature of RTCrShaCryptGenerateSalt(). …
(edit) @102360   12 months vboxsync IPRT/crypto: Removed RTCrShaCryptGenerateSaltWeak() again, as this …
(edit) @102358   12 months vboxsync VBox/Runtime: Need RuntimeBldProg for xpidl now if VBOX_ONLY_SDK is …
(edit) @102356   12 months vboxsync IPRT/crypto: Added a RTCrShaCryptGenerateSaltWeak() version which can …
(edit) @102344   12 months vboxsync IPRT/tools: Use errcore.h instead of error.h for RTMkPasswd. bugref:10551
(edit) @102336   12 months vboxsync IPRT/crypto/shacrypt: Make sure to terminate strings in the …
(edit) @102335   12 months vboxsync IPRT/crypto/shacrypt: Added RTCrShaCryptGenerateSalt() to avoid code …
(edit) @102304   12 months vboxsync Linux: Introduce initial support for RHEL 9.4 kernel for host and …
(edit) @102297   12 months vboxsync IPRT/crypto/shacrypt: Better string length checks for …
(edit) @102296   12 months vboxsync IPRT/crypto/shacrypt: Renaming (RTShaCryptXXX -> RTCrShaCryptXXX) + …
(edit) @102294   12 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102292   12 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102291   12 months vboxsync IPRT/tools: Added new tool RTMkPasswd, which can create …
(edit) @102290   12 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102289   12 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102287   12 months vboxsync IPRT/RTExprEval: Added md5, sha1, sha256 and sha512 has functions …
(edit) @102284   12 months vboxsync IPRT/ldr: Corrected segment flag conversion for LX images. bugref:10371
(edit) @102276   12 months vboxsync IPRT/ldr: Added RTLdrLxSetSegmentSelectors. bugref:10371
(edit) @102156   12 months vboxsync IPRT/ldrLX: Must always apply internal fixups after loading the bits, …
(edit) @101753   13 months vboxsync added more detailed logging, tstRTSg.cpp testcase
(edit) @101715   13 months vboxsync IPRT/VBoxRT-openssl-3.0.def: libssh v0.10.5 requires a bunch more …
(edit) @101689   13 months vboxsync Doxyfile.*: DECL_FORCE_INLINE_THROW
(edit) @101657   13 months vboxsync Runtime/uri.cpp: Make it build on linux.arm64 with -Werror, bugref:10541
(edit) @101653   13 months vboxsync IPRT/dbg: Fixed error handling empty DBI streams in the PDB VFS.
(edit) @101650   13 months vboxsync Runtime: Allow building on linux.arm64, bugref:10541 [scm]
(edit) @101647   13 months vboxsync IPRT/RTSignTool: Added a --intermediate-certs-from-system/-A option to …
(edit) @101646   13 months vboxsync IPRT/x509-certpaths.cpp: Fixed copy&paste bug in …
(edit) @101643   13 months vboxsync Runtime: Allow building on linux.arm64, bugref:10541
(edit) @101613   13 months vboxsync tstRTArmv8: Do random check of 64-bit range of masks. bugref:10371
(edit) @101612   13 months vboxsync tstRTArmv8: Check the full 32-bit range of masks. bugref:10371
(edit) @101609   13 months vboxsync iprt/armv8.h: Worked out the two immediates for logical instructions …
(edit) @101539   13 months vboxsync DIS,VMM,DBGC,IPRT,++: Some disassembler tweaks and TB disassembly …
(edit) @101501   14 months vboxsync Runtime: Switch to mempage-direct for the build programs runtime in …
(edit) @101470   14 months vboxsync Runtime/RTFdt: Add convenience method to add a property consisting of …
(edit) @101453   14 months vboxsync Runtime/RTFdt*: Add some convenience heleprs to add a 64-bit integer …
(edit) @101368   14 months vboxsync IPRT/Makefile.kmk: Don't build VBoxRTStableCheck if VBOX_WITH_LIBCURL …
(edit) @101362   14 months vboxsync iprt: log.cpp: Replace memcpy with RT_BCOPY_UNFORTIFIED, bugref:10209, …
(edit) @101355   14 months vboxsync IPRT/VBoxRTImp-vcc64.def: scm fix.
Note: See TracRevisionLog for help on using the revision log.

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