VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107892   2 weeks vboxsync Runtime/r3/win/process-win.cpp: Fixed warnings found by Parfait …
(edit) @107882   2 weeks vboxsync Runtime/r3/http-server.cpp: Fixed warnings found by Parfait (unused …
(edit) @107803   3 weeks vboxsync Runtime/r3/fileio.cpp: Make the parameters of RTFileSetForceFlags() …
(edit) @107789   3 weeks vboxsync Runtime/r3/fileio.cpp: Missing fallthrough annotation in switch case, …
(edit) @107788   3 weeks vboxsync Runtime/r3/dir.cpp: Remove unused variable, bugref:3409
(edit) @107787   3 weeks vboxsync Runtime/r3/allocex.cpp: Remove unused assignment, bugref:3409
(edit) @107782   3 weeks vboxsync Runtime/r3/posix/localipc-posix.cpp: Missing break in out of memory …
(edit) @107721   4 weeks vboxsync src/VBox/Runtime/r3/ftp-server.cpp: Fixed warnings found by Parfait …
(edit) @107618   4 weeks vboxsync src/VBox/Runtime/r3/dir.cpp: Fixed warnings found by Parfait (self …
(edit) @107600   4 weeks vboxsync src/VBox/Runtime/r3/win/localipc-win.cpp: Fixed warnings found by …
(edit) @107550   4 weeks vboxsync Runtime/r3/solaris/coredumper-solaris: bugref:3409 Unused variables …
(edit) @107382   7 weeks vboxsync IPRT/r3/nt: Some FILE_INFORMATION_CLASS doc updates for NT4 and …
(edit) @107379   7 weeks vboxsync IPRT/r3/nt: 5 more places where we didn't set OBJ_CASE_INSENSITIVE …
(edit) @107378   7 weeks vboxsync IPRT/RTFileDelete-r3-nt.cpp: OBJ_CASE_INSENSITIVE must be set in the …
(edit) @107377   7 weeks vboxsync IPRT/RTFileDelete-r3-nt: Fixed another regression from r162755 which …
(edit) @107346   7 weeks vboxsync IPRT/RTFileDelete-r3-nt: Fixed a regression from r162755 which …
(edit) @107192   2 months vboxsync IPRT,VMM/TM: Support for GIP time on win.arm64. jiraref:VBP-1266
(edit) @107099   3 months vboxsync IPRT: Adding RTArchValToString and RTSystemGetNativeArch for detecting …
(edit) @106931   3 months vboxsync IPRT/mp-darwin.cpp: some musings regarding RTMpCpuId [scm fix]
(edit) @106928   3 months vboxsync IPRT/mp-darwin.cpp: some musings regarding RTMpCpuId
(edit) @106842   3 months vboxsync IPRT: We need RuntimeGuestR3Shared-x86 on arm64 for the guest addition …
(edit) @106787   3 months vboxsync IPRT/r3/init: Ignore SIGPIPE during init to avoid anyone using sockets …
(edit) @106779   3 months vboxsync IPRT/r3/init: Ignore SIGPIPE during init to avoid anyone using sockets …
(edit) @106576   4 months vboxsync IPRT/RTFileDelete-r3-nt.cpp: A more standard error handling pattern …
(edit) @106573   4 months vboxsync IPRT/RTFileDelete-r3-nt.cpp: This is not ANSI-C. bugref:10776 bugref:10632
(edit) @106572   4 months vboxsync iprt: NT: RTFileDelete: Prevent exit status override, bugref:10776.
(edit) @106497   4 months vboxsync iprt/r3: switch fall thru and LARGE_INTEGER init. jiraref:VBP-1171
(edit) @106446   4 months vboxsync Runtime: Adjust Makefile.kmk to make it build the runtime on …
(edit) @106444   4 months vboxsync Runtime/r3/win/mp-win.cpp: Build fix wor arm64, bugref:10392
(edit) @106426   4 months vboxsync Runtime/r3/win/thread*-win.cpp: Build fix for arm64, bugref:10392
(edit) @106061   5 months vboxsync Copyright year updates by scm.
(edit) @105788   6 months vboxsync IPRT: Added RTSystemQueryNtFeatureEnabled() API to query Windows (NT) …
(edit) @105787   6 months vboxsync IPRT: Added RTSystemQueryNtFeatureEnabled() API to query Windows (NT) …
(edit) @105786   6 months vboxsync IPRT: Added RTSystemQueryNtFeatureEnabled() API to query Windows (NT) …
(edit) @105766   6 months vboxsync IPRT: Made RTSystemQueryFirmwareType() + …
(edit) @105643   6 months vboxsync IPRT,libs/openssl-3.1.5: Added RTMEMSAFER_F_NO_SUPLIB_ALLOC and made …
(edit) @105631   6 months vboxsync IPRT/RTPathUnlink: Implemented NT and posix versions w/ simple testcase.
(edit) @105155   7 months vboxsync IPRT/nocrt-startup-*win.cpp: Avoid a couple of ntdll function so as to …
(edit) @104930   8 months vboxsync IPRT/process-win.cpp: Resolve GetUserObjectSecurity and …
(edit) @104681   9 months vboxsync Runtime: Add export definitions for win.arm64, bugref:10392
(edit) @104476   9 months vboxsync Runtime/r3/pipe-win.cpp: Fix statement assigning the return value in …
(edit) @104438   10 months vboxsync really fixing signed unsigned issue in ftp-server (UINT8_MAX is often …
(edit) @104390   10 months vboxsync Runtime/thread-posix.cpp: Return the status of the actual request or …
(edit) @104285   10 months vboxsync IPRT: Reimplemented RTFileDelete for windows to eliminate type …
(edit) @104284   10 months vboxsync IPRT: Reimplemented RTFileDelete for windows to eliminate type …
(edit) @104176   10 months vboxsync Runtime/xml: preparation for libxml2-2.12.6 bugref:10640
(edit) @104105   11 months vboxsync Runtime/darwin/time-darwin.cpp: Avoid using double-precision floating …
(edit) @103581   12 months vboxsync IPRT/process-creation-posix: Try hardcoded paths for macOS if loading …
(edit) @103439   12 months vboxsync IPRT/xml.cpp: Simplified the XmlFileWriter::write() path handling. …
(edit) @103285   12 months vboxsync Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
(edit) @103275   12 months vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103263   12 months vboxsync IPRT,VMMDev,Bs3Kit: Added support for sub-sub-tests to better deal …
(edit) @103262   12 months vboxsync IPRT,VMMDev,Bs3Kit: Added support for sub-sub-tests to better deal …
(edit) @103260   12 months vboxsync Got rid of a lot of deprecated strcpy / strcat calls; now using the …
(edit) @103232   12 months vboxsync IPRT/process-win.cpp: A better fix for the r152441 regression. bugref:10261
(edit) @103230   12 months vboxsync IPRT/process-win: Fixed regression from r152441, leading to start …
(edit) @103142   12 months vboxsync Runtime: Some warning fixes about externally visible functions which …
(edit) @103141   12 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) @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) @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) @102647   14 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102561   14 months vboxsync IPRT/HttpServer: Fixed an ASAN warning. bugref:9437
(edit) @101715   15 months vboxsync IPRT/VBoxRT-openssl-3.0.def: libssh v0.10.5 requires a bunch more …
(edit) @101301   17 months vboxsync IPRT: Nit. bugref:10371
(edit) @101300   17 months vboxsync IPRT: Smoother and simpler alternative to r3/mempage-heap.cpp for the …
(edit) @101192   17 months vboxsync IPRT/mem: Fix assertion in generic ASMBitFirstClear triggered by …
(edit) @101162   17 months vboxsync IPRT/mem: Use mempage /w heap code everwhere all the time. bugref:10370
(edit) @101160   17 months vboxsync trying to fix additions warning for r3/posix/dir-posix.cpp(111), …
(edit) @101152   17 months vboxsync IPRT/mem: scm fix. bugref:10370
(edit) @101151   17 months vboxsync IPRT/mem: Eliminiated use of 'posix' in tje …
(edit) @101150   17 months vboxsync IPRT/mem: Eliminiated the malloc dependency of the …
(edit) @101148   17 months vboxsync IPRT/mem: Refactoring the rtmempage-exec-mmap-heap-posix.cpp code so …
(edit) @101145   17 months vboxsync IPRT/mem: Windows fix. bugref:10370
(edit) @101144   17 months vboxsync IPRT/mem: build fix. bugref:10370
(edit) @101143   17 months vboxsync IPRT/mem: build fix. bugref:10370
(edit) @101142   17 months vboxsync IPRT/mem: Added a RTMEMPAGEALLOC_F_EXECUTABLE to RTMemPageAllocEx. …
(edit) @101035   17 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @100670   19 months vboxsync IPRT/http-server: Relaxed debug assertions in rtHttpServerHandleGET() …
(edit) @100669   19 months vboxsync IPRT/http-server: Only return a client response in …
(edit) @100561   19 months vboxsync Runtime: Reorder some (at this point unused) code, bugref:10261
(edit) @100442   19 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100368   19 months vboxsync Shared Clipboard: More work on making the internal APIs more fine …
(edit) @100367   19 months vboxsync Shared Clipboard: More work on making the internal APIs more fine …
(edit) @100315   20 months vboxsync Runtime/r3/memsafer-r3.cpp: Replace occurences of …
(edit) @100313   20 months vboxsync Runtime/r3/alloc-ef.{cpp,h}: Replace occurences of …
(edit) @100312   20 months vboxsync Runtime/r3/test.cpp: Replace occurences of PAGE_SIZE/PAGE_OFFSET_MASK …
(edit) @100310   20 months vboxsync Runtime/r3/posix: Replace occurences of PAGE_SIZE/PAGE_OFFSET_MASK …
(edit) @100307   20 months vboxsync Runtime,Additions,HostDrivers: Provide API to query the host page size …
(edit) @100250   20 months vboxsync IPRT/HttpServer: Emphasize logging group [SCM fix]. bugref:9437
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