VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @101368   16 months vboxsync IPRT/Makefile.kmk: Don't build VBoxRTStableCheck if VBOX_WITH_LIBCURL …
(edit) @101362   16 months vboxsync iprt: log.cpp: Replace memcpy with RT_BCOPY_UNFORTIFIED, bugref:10209, …
(edit) @101355   16 months vboxsync IPRT/VBoxRTImp-vcc64.def: scm fix.
(edit) @101354   16 months vboxsync IPRT/VBoxRTImp-vcc*.def: Updated files with RTCString and other changes.
(edit) @101353   16 months vboxsync IPRT: Stable interface checker build hack. [scm fix]
(edit) @101352   16 months vboxsync IPRT: Stable interface checker build hack.
(edit) @101350   16 months vboxsync IPRT: Stable interface corrections and checker fixes (never really …
(edit) @101349   16 months vboxsync IPRT: Stable interface corrections and checker fixes (never really …
(edit) @101347   16 months vboxsync IPRT/ministring: More complete set of endsWith[I] and startsWith[I] …
(edit) @101346   16 months vboxsync IPRT/ministring: More complete set of endsWith[I] and startsWith[I] …
(edit) @101343   16 months vboxsync IPRT/ministring: Added C-style endsWith methods.
(edit) @101301   16 months vboxsync IPRT: Nit. bugref:10371
(edit) @101300   16 months vboxsync IPRT: Smoother and simpler alternative to r3/mempage-heap.cpp for the …
(edit) @101290   16 months vboxsync IPRT: Don't use r3/mempage-heap.cpp for GA version of IPRT, it depends …
(edit) @101270   16 months vboxsync IPRT: Don't use r3/mempage-heap.cpp for GA version of IPRT, it depends …
(edit) @101268   16 months vboxsync IPRT: Don't use r3/mempage-heap.cpp for GA version of IPRT, it depends …
(edit) @101197   16 months vboxsync Runtime/{openssl-sha256,openssl-sha512}.cpp: Updated the …
(edit) @101194   16 months vboxsync Runtime/openssl-md5.cpp: Fix conflicting declaration of RTMd5Final(), …
(edit) @101192   16 months vboxsync IPRT/mem: Fix assertion in generic ASMBitFirstClear triggered by …
(edit) @101162   16 months vboxsync IPRT/mem: Use mempage /w heap code everwhere all the time. bugref:10370
(edit) @101160   16 months vboxsync trying to fix additions warning for r3/posix/dir-posix.cpp(111), …
(edit) @101152   16 months vboxsync IPRT/mem: scm fix. bugref:10370
(edit) @101151   16 months vboxsync IPRT/mem: Eliminiated use of 'posix' in tje …
(edit) @101150   16 months vboxsync IPRT/mem: Eliminiated the malloc dependency of the …
(edit) @101148   16 months vboxsync IPRT/mem: Refactoring the rtmempage-exec-mmap-heap-posix.cpp code so …
(edit) @101145   16 months vboxsync IPRT/mem: Windows fix. bugref:10370
(edit) @101144   16 months vboxsync IPRT/mem: build fix. bugref:10370
(edit) @101143   16 months vboxsync IPRT/mem: build fix. bugref:10370
(edit) @101142   16 months vboxsync IPRT/mem: Added a RTMEMPAGEALLOC_F_EXECUTABLE to RTMemPageAllocEx. …
(edit) @101109   17 months vboxsync IPRT: Fixing assertions (from r158845) related to VFS pfnRead/pfnWrite …
(edit) @101108   17 months vboxsync IPRT: Fixing assertions (from r158845) related to VFS pfnRead/pfnWrite …
(edit) @101035   17 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @100997   17 months vboxsync doxygen fix
(edit) @100954   17 months vboxsync IPRT/dbgmod: Improved the logic for guessing the .pdb/.dbg filename.
(edit) @100953   17 months vboxsync IPRT/dbg: Fix clang warning. Code not needed.
(edit) @100950   17 months vboxsync IPRT/dbg: Fix pdb warnings.
(edit) @100949   17 months vboxsync IPRT/RTDbgSymCache: Corrected exit check for 'add'.
(edit) @100948   17 months vboxsync IPRT/dbg: Rewroked the CV/DBG+PDB loading so that we support loading …
(edit) @100932   17 months vboxsync IPRT/dbg: Early PDB support. [scm fix]
(edit) @100931   17 months vboxsync IPRT/dbg: Early PDB support.
(edit) @100930   17 months vboxsync IPRT/vfs: Added RTVfsFileReadAll and RTVfsFileReadAllFree.
(edit) @100929   17 months vboxsync IPRT/vfs: Reverted r158866 after committing too much.
(edit) @100928   17 months vboxsync IPRT/vfs: Added RTVfsFileReadAll and RTVfsFileReadAllFree.
(edit) @100914   17 months vboxsync IPRT/pdbvfs: Parse the DBI header and optional header and pick up …
(edit) @100913   17 months vboxsync IPRT: Moved the PDB cache subdir string composition to the pdbvfs and …
(edit) @100912   17 months vboxsync IPRT: Added a virtual file system view of PDB files. [build fix]
(edit) @100911   17 months vboxsync IPRT/RTDbgSymCache: Added support for adding PDBs and DBGs to the …
(edit) @100910   17 months vboxsync IPRT: Added a virtual file system view of PDB files.
(edit) @100909   17 months vboxsync IPRT: Added a virtual file system view of PDB files.
(edit) @100908   17 months vboxsync IPRT,Storage,Puel: Changed the pfnRead and pfnWrite VFS methods and …
(edit) @100903   17 months vboxsync IPRT/parser: Some very incomplete bourn shell parser sketches.
(edit) @100823   18 months vboxsync Runtime/r0drv/solaris/semeventwait: Silence a Solaris-specific …
(edit) @100715   18 months vboxsync Runtime/r0drv/netbsd: Small fix for newer NetBSD releases, thanks to …
(edit) @100678   18 months vboxsync Logging nit.
(edit) @100670   18 months vboxsync IPRT/http-server: Relaxed debug assertions in rtHttpServerHandleGET() …
(edit) @100669   18 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) @100531   19 months vboxsync IPRT/PKCS8: Tweak for OpenSSL 1.0.2 / ol7. bugref:10299
(edit) @100530   19 months vboxsync IPRT/PKCS8: Testcase fix. oops. bugref:10299
(edit) @100528   19 months vboxsync IPRT/PKCS8: Added the ability to load PKCS\#8 EncryptedPrivateKey …
(edit) @100494   19 months vboxsync IPRT/PKCS8: Some corrections and adjustments (bugref:10299): - …
(edit) @100493   19 months vboxsync IPRT/PKCS8: Some corrections and adjustments (bugref:10299): - …
(edit) @100492   19 months vboxsync Forward ported r158259 from 6.1: Support ECDSA for pre-3.0.0 OpenSSL …
(edit) @100491   19 months vboxsync Forward ported r158259 from 6.1: Support ECDSA for pre-3.0.0 OpenSSL …
(edit) @100490   19 months vboxsync Forward ported r158258 from 6.1: Added RTAsn1DynType_SetToObjId for …
(edit) @100489   19 months vboxsync Forward ported r158257 from 6.1: IPRT: Fix incorrect unused bit count …
(edit) @100475   19 months vboxsync Linux: fix NULL pointer dereference introduced in r158175 (kernel 6.5 …
(edit) @100447   19 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100446   19 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100445   19 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100442   19 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100435   19 months vboxsync Linux: iprt: r0drv/linux/memobj-r0drv-linux.c: Introduce initial …
(edit) @100421   19 months vboxsync IPRT/PKCS8: add key format for PKCS #8 bugref:10299
(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) @100364   19 months vboxsync IPRT: Added some OIDs related to EV certs and ECDSA. bugref:10479
(edit) @100359   19 months vboxsync Runtime/RTR0MemObj*: Add PhysHighest parameter to RTR0MemObjAllocCont …
(edit) @100357   19 months vboxsync Runtime/RTR0MemObj*: Add PhysHighest parameter to RTR0MemObjAllocCont …
(edit) @100356   19 months vboxsync Runtime/RTR0MemObj*: Add PhysHighest parameter to RTR0MemObjAllocCont …
(edit) @100355   19 months vboxsync Runtime/RTR0MemObj*: Add PhysHighest parameter to RTR0MemObjAllocCont …
(edit) @100354   19 months vboxsync Runtime/the-linux-kernel.h: Build fix for debug build kernel modules …
(edit) @100321   19 months vboxsync Runtime/r0drv/linux/alloc-r0drv-linux.c: Make it work on ARM, bugref:10457
(edit) @100319   19 months vboxsync Runtime/r0drv/linux/memobj-r0drv-linux.c: Make it work on linux.arm64, …
(edit) @100315   19 months vboxsync Runtime/r3/memsafer-r3.cpp: Replace occurences of …
(edit) @100314   19 months vboxsync Runtime/Makefile.kmk: Exclude some code in the guest and build progs …
(edit) @100313   19 months vboxsync Runtime/r3/alloc-ef.{cpp,h}: Replace occurences of …
(edit) @100312   19 months vboxsync Runtime/r3/test.cpp: Replace occurences of PAGE_SIZE/PAGE_OFFSET_MASK …
(edit) @100311   19 months vboxsync Runtime/Makefile.kmk: Exclude some code in the guest and build progs …
(edit) @100310   19 months vboxsync Runtime/r3/posix: Replace occurences of PAGE_SIZE/PAGE_OFFSET_MASK …
(edit) @100309   19 months vboxsync Runtime/common/alloc/memcache.cpp: Replace occurences of …
(edit) @100308   19 months vboxsync Runtime: Replace occurence of PAGE_SIZE with RTSystemgetPageSize() in …
(edit) @100307   19 months vboxsync Runtime,Additions,HostDrivers: Provide API to query the host page size …
(edit) @100250   19 months vboxsync IPRT/HttpServer: Emphasize logging group [SCM fix]. bugref:9437
(edit) @100249   19 months vboxsync IPRT/HttpServer: Emphasize logging group. bugref:9437
(edit) @100221   19 months vboxsync VBox/log.h: Added a couple of IEM sub-groups; removed the REM groups. …
(edit) @100194   20 months vboxsync Runtime/mp-linux.cpp: Implement RTMpCpuId() for ARM based on …
(edit) @100192   20 months vboxsync *: Some of the easy build fixes for linux.arm64 not warranting their …
(edit) @100191   20 months vboxsync *: Some of the easy build fixes for linux.arm64 not warranting their …
(edit) @100172   20 months vboxsync IPRT: tcp.h+tcp.cpp,socket.h+socket.cpp: Add RTTcpSetKeepAlive(). …
(edit) @100171   20 months vboxsync IPRT: tcp.h+tcp.cpp,socket.h+socket.cpp: Add RTTcpSetKeepAlive() which …
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