VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103685   12 months vboxsync Backed out r161312 (no longer needed): iprt: Prevent …
(edit) @103684   12 months vboxsync Linux kernel modules: Fix UBSAN warnings by switching to flexible …
(edit) @103581   12 months vboxsync IPRT/process-creation-posix: Try hardcoded paths for macOS if loading …
(edit) @103547   12 months vboxsync Runtime/reqpool.cpp: Another place where we need to decrement the idle …
(edit) @103543   12 months vboxsync Runtime/misc/reqpool.cpp: Need to update the idle thread counter …
(edit) @103506   12 months vboxsync Runtime/lockvalidator.cpp: Fix wrong comparison, bugref:3409
(edit) @103495   12 months vboxsync IPRT: Build fix for parfait/win. bugref:3409
(edit) @103493   12 months vboxsync Runtime/testcase/tstRTCircBuf: Just return if creation of the circular …
(edit) @103444   12 months vboxsync IPRT: Reverted r161541, r161577 & r161578 because the RTStrCopy2 and …
(edit) @103441   12 months vboxsync IPRT/tstRTR0CommonDriver.h: Unconfuse the szPath code, it can …
(edit) @103440   12 months vboxsync IPRT/tstRTR0CommonDriver.h: Buffer overflow for szSrvReqHandler is not …
(edit) @103439   12 months vboxsync IPRT/xml.cpp: Simplified the XmlFileWriter::write() path handling. …
(edit) @103438   12 months vboxsync IPRT/dbgmod: Simplified and restored old alloca errora handling …
(edit) @103416   12 months vboxsync Devices,Runtime: Fix some harmless misleading macros warnings, bugref:3409
(edit) @103415   12 months vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
(edit) @103412   12 months vboxsync Runtime/efivarstorevfs.cpp: Fix using the wrong time object, bugref:3409
(edit) @103398   12 months vboxsync IPRT/getopt: Documented parfait false positives. bugref:3409
(edit) @103360   12 months vboxsync IPRT/isomaker.cpp: Zero terminate wszTmp in …
(edit) @103358   12 months vboxsync IPRT/tstRTEnv: Shut up parfait warning about using a potential …
(edit) @103357   12 months vboxsync IPRT/tstRTEnv: Shut up parfait warning about using a potential …
(edit) @103354   12 months vboxsync IPRT/tstRTInlineAsm: Fix harmless parfait warning. bugref:3409
(edit) @103353   12 months vboxsync IPRT/ldrLX: Try trick parfait so it doesn't complain about …
(edit) @103344   12 months vboxsync IPRT/fdt.cpp: If you do strlen already, use memcpy instead of strcpy. …
(edit) @103343   12 months vboxsync IPRT/fdt.cpp: If you do strlen already, use memcpy instead of strcpy. …
(edit) @103342   12 months vboxsync IPRT/fdt.cpp: Missing va_end. Parfait bugref:3409
(edit) @103341   12 months vboxsync IPRT/strformat.cpp: Missing va_end. Parfait bugref:3409
(edit) @103292   12 months vboxsync Runtime/testcase/tstRTProcCreateEx: Fix a potential buffer overrun …
(edit) @103285   13 months vboxsync Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
(edit) @103284   13 months vboxsync IPRT/string: Added RTStrCat2() as a convenient function (build fix).
(edit) @103283   13 months vboxsync IPRT/string: Added RTStrCat2() as a convenient function.
(edit) @103275   13 months vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103263   13 months vboxsync IPRT,VMMDev,Bs3Kit: Added support for sub-sub-tests to better deal …
(edit) @103262   13 months vboxsync IPRT,VMMDev,Bs3Kit: Added support for sub-sub-tests to better deal …
(edit) @103260   13 months vboxsync Got rid of a lot of deprecated strcpy / strcat calls; now using the …
(edit) @103252   13 months vboxsync IPRT/string: Added RTStrCopy2() as a convenient function.
(edit) @103250   13 months vboxsync IPRT: More implicit fallthrough fixes (found by Parfait). bugref:3409
(edit) @103232   13 months vboxsync IPRT/process-win.cpp: A better fix for the r152441 regression. bugref:10261
(edit) @103230   13 months vboxsync IPRT/process-win: Fixed regression from r152441, leading to start …
(edit) @103168   13 months vboxsync iprt: r0drv: Linux: Prevent mk_pte warning introduced in kernel 6.6, …
(edit) @103142   13 months vboxsync Runtime: Some warning fixes about externally visible functions which …
(edit) @103141   13 months vboxsync Runtime: Some warning fixes about externally visible functions which …
(edit) @103118   13 months vboxsync Runtime/r3/http-server.cpp: Fix possible memory leak, small other …
(edit) @103117   13 months vboxsync Runtime/r3/ftp-server.cpp: Fix possible memory leak, bugref:3409
(edit) @103108   13 months vboxsync IPRT/fatvfs.cpp: Simplied r166121/r158845.
(edit) @103066   13 months vboxsync iprt: Prevent array-index-out-of-bounds UBSAN warnings on Linux, …
(edit) @103017   13 months vboxsync iprt/asm-mem.h: Eliminated the unused ASMProbeReadBuffer.
(edit) @103016   13 months vboxsync iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
(edit) @103014   13 months vboxsync iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
(edit) @103013   13 months vboxsync iprt/asm-mem.h,zip.cpp,tstRTInlineAsm.cpp: Eliminated unused …
(edit) @103012   13 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103010   13 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103009   13 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103008   13 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103005   13 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @102997   13 months vboxsync IPRT: Shut up some deprecated function warnings with macOS SDK 13.
(edit) @102985   13 months vboxsync tstRTStrFormat: Added an overflow test.
(edit) @102916   13 months vboxsync Runtime/http-curl.cpp: Make RTHttpSetProxy() accept a NULL pcszProxy …
(edit) @102899   13 months vboxsync Runtime/common/fatvfs.cpp: Need to reset the S/G buffer when flushing …
(edit) @102886   13 months vboxsync Runtime/tstRTSg: Ensure that u64First <= u64Last when passed to …
(edit) @102885   13 months vboxsync Runtime/tstRTSg: Ensure that u64First <= u64Last when passed to …
(edit) @102884   13 months vboxsync Runtime/tstRTSg: Use a deterministic random number generator and print …
(edit) @102874   13 months vboxsync Linux Host and Guest kernel modules: Fix build for older Fedora …
(edit) @102661   14 months vboxsync IPRT/RTFsMountpointsEnum: Gracefully skip volumes a regular user does …
(edit) @102660   14 months vboxsync IPRT/RTFsMountpointsEnum: Dynamically resolve some Windows volume APIs …
(edit) @102659   14 months vboxsync IPRT/RTFsMountpointsEnum: Dynamically resolve some Windows volume APIs …
(edit) @102658   14 months vboxsync IPRT/RTFsMountpointsEnum: Dynamically resolve some Windows volume APIs …
(edit) @102657   14 months vboxsync IPRT/RTFsMountpointsEnum: Dynamically resolve some Windows volume APIs …
(edit) @102652   14 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102651   14 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102650   14 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102649   14 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102648   14 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102647   14 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102589   14 months vboxsync IPRT/http-curl: nits (some mine)
(edit) @102567   14 months vboxsync IPRT/shacrypt: Made asan build happy (false positive). bugref:10551
(edit) @102564   14 months vboxsync IPRT/shacrypt: Docs fix. bugref:10551
(edit) @102563   14 months vboxsync IPRT/http-curl: Added trying to use the dedicated …
(edit) @102562   15 months vboxsync IPRT/http: Fixed a memory leak, updated docs. bugref:9437
(edit) @102561   15 months vboxsync IPRT/HttpServer: Fixed an ASAN warning. bugref:9437
(edit) @102501   15 months vboxsync IPRT/shacrypt: scm fix. bugref:10551
(edit) @102500   15 months vboxsync IPRT/shacrypt: Reduce the code size a little. Document the …
(edit) @102495   15 months vboxsync IPRT/shacrypt: Combine shacrypt-256.cpp.h and shacrypt-512.cpp.h into …
(edit) @102492   15 months vboxsync IPRT/Makefile.kmk: Fixed warnings about duplicate RTUtf16CopyAscii on …
(edit) @102491   15 months vboxsync IRPT/shacrypt: Minor cleanups, doxygen fix. bugref:10551
(edit) @102490   15 months vboxsync IRPT/shacrypt: Don't use RTMemDup on the passpharse in step 16 since …
(edit) @102489   15 months vboxsync tstRTCrShaCrypt name fix. bugref:10551
(edit) @102488   15 months vboxsync IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
(edit) @102483   15 months vboxsync IPRT/tstRTShaCrypt: Added Korean key testing. bugref:10551
(edit) @102376   15 months vboxsync IPRT/crypto: Testcase logging nit. bugref:10551
(edit) @102375   15 months vboxsync IPRT/crypto: Implemented handing-in crypt password strings as the salt …
(edit) @102372   15 months vboxsync IPRT/crypto: Renaming. bugref:10551
(edit) @102361   15 months vboxsync IPRT/crypto: Changed the signature of RTCrShaCryptGenerateSalt(). …
(edit) @102360   15 months vboxsync IPRT/crypto: Removed RTCrShaCryptGenerateSaltWeak() again, as this …
(edit) @102358   15 months vboxsync VBox/Runtime: Need RuntimeBldProg for xpidl now if VBOX_ONLY_SDK is …
(edit) @102356   15 months vboxsync IPRT/crypto: Added a RTCrShaCryptGenerateSaltWeak() version which can …
(edit) @102344   15 months vboxsync IPRT/tools: Use errcore.h instead of error.h for RTMkPasswd. bugref:10551
(edit) @102336   15 months vboxsync IPRT/crypto/shacrypt: Make sure to terminate strings in the …
(edit) @102335   15 months vboxsync IPRT/crypto/shacrypt: Added RTCrShaCryptGenerateSalt() to avoid code …
(edit) @102304   15 months vboxsync Linux: Introduce initial support for RHEL 9.4 kernel for host and …
(edit) @102297   15 months vboxsync IPRT/crypto/shacrypt: Better string length checks for …
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