VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

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

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