VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @91588   3 years vboxsync Runtime/VBoxRTDeps.cpp: Add symbol required by libtpms, bugref:10078
(edit) @91559   3 years vboxsync SUPDrv/win: Added mapping of NT security IDs to 32-bit UID values - …
(edit) @91500   3 years vboxsync Runtime/efivarstorevfs: bugref:9580 - newer clang is upset that …
(edit) @91497   3 years vboxsync Main/NvramStore,Runtime/efivarstorevfs: Some fixes to the nvram …
(edit) @91483   3 years vboxsync IPRT/memobj: Passing pszTag around…
(edit) @91482   3 years vboxsync IPRT/memobj: Passing pszTag around…
(edit) @91481   3 years vboxsync IPRT/memobj: Passing pszTag around…
(edit) @91480   3 years vboxsync IPRT/memobj: Passing pszTag around…
(edit) @91479   3 years vboxsync IPRT/memobj: Passing pszTag around…
(edit) @91478   3 years vboxsync IPRT/memobj: Added pszTag to rtR0MemObjNew.
(edit) @91477   3 years vboxsync IPRT/memobj-r0drv-linux.c: todo. bugref:10112
(edit) @91449   3 years vboxsync IPRT/memobj: MmAllocatePagesForMdlEx is not visible when building the …
(edit) @91446   3 years vboxsync IPRT/memobj: Adding RTR0MemObjAllocLarge for speeding up large page …
(edit) @91431   3 years vboxsync Runtime/efisignaturedb.cpp: Don't fail if the the signature list to …
(edit) @91389   3 years vboxsync IPRT/memobj-r0drv-nt: todo
(edit) @91330   3 years vboxsync Runtime/common/vfs/vfsmemory.cpp: Quick and dirty implementation for …
(edit) @91312   3 years vboxsync Main: bugref:1909: Prepared the API translation engine to using in …
(edit) @91095   3 years vboxsync IPRT/vfsmemory.cpp: Moved the before-first-extent check down a bit.
(edit) @91091   3 years vboxsync Runtime/vfs/vfsmemory.cpp: Fix a bug causing the extent lookup to fail …
(edit) @91033   3 years vboxsync Runtime/tpm-win: Some bug fixes, bugref:10075
(edit) @91028   3 years vboxsync Runtime/r3/win/tpm-win.cpp: Some untested RTTpm* API implementation …
(edit) @91027   3 years vboxsync Runtime/r3/win/tpm-win.cpp: Some untested RTTpm* API implementation …
(edit) @90995   3 years vboxsync Runtime/RTTpm: Add API to query the maximum supported locality of a …
(edit) @90974   3 years vboxsync IPRT/log,VMM: Changed RTLogBulkWrite to take a before/after marker …
(edit) @90969   3 years vboxsync IPRT/log: Defined the multibuffer flush protocol. bugref:10086
(edit) @90915   3 years vboxsync Runtime: Add simple RTTpm* API for uniform access to a host TPM and …
(edit) @90880   3 years vboxsync IPRT/RTKrnlModLoadedQueryInfoAll: Fixed regression from r146424.
(edit) @90877   3 years vboxsync RTFileCopyByHandlesEx: Fix assertion regression in previous change.
(edit) @90866   3 years vboxsync IPRT/log: Corrected pacEntriesPerGroup address calculation. bugref:10086
(edit) @90864   3 years vboxsync IPRT/log: doxygen fix. bugref:10086
(edit) @90863   3 years vboxsync IPRT/log: Changed the default buffer size in ring-0 to 16KB as it's …
(edit) @90862   3 years vboxsync IPRT,SUPDrv,VMM,++: Bumped major support driver version. Added …
(edit) @90861   3 years vboxsync IPRT/log: Cleanups. Moving stuff around for more logical grouping …
(edit) @90860   3 years vboxsync IPRT/log: Adjusted RTLogSetFlushCallback so it doesn't upset clang too …
(edit) @90858   3 years vboxsync IPRT/log: Added RTLogSetFlushCallback. bugref:10086
(edit) @90857   3 years vboxsync IPRT/log: Kicked out all the IN_RC stuff. Cleanups. bugref:10086
(edit) @90850   3 years vboxsync IPRT/log: Tested the odd cases of the LF->CRLF translation. bugref:10086
(edit) @90847   3 years vboxsync IPRT/log: Fix loop-forver issue in LF->CRLF translation. bugref:10086
(edit) @90829   3 years vboxsync IPRT,VMM,SUPDrv,++: Reworked the IPRT logger structure and how the VMM …
(edit) @90821   3 years vboxsync IPRT: More VALID_PTR -> RT_VALID_PTR with some bad-printf-pointer …
(edit) @90803   3 years vboxsync Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90794   3 years vboxsync *: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90789   3 years vboxsync IPRT: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90781   3 years vboxsync IPRT: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @90779   3 years vboxsync IPRT/RTStrFormatV: Pointer bad string pointer addresses, consolidate …
(edit) @90693   3 years vboxsync IPRT,Main: Provide a getter function (RTLogGetFlags) for accessing the …
(edit) @90692   3 years vboxsync IPRT: Corrected three RTLogGetXxxx functions to RTLogQueryXxxx …
(edit) @90686   3 years vboxsync iprt/strcache.cpp: small correction in disabled code.
(edit) @90640   3 years vboxsync iprt/asm.h,tstRTInlineAsm: Added ASMAtomicCmpWriteU128 and …
(edit) @90637   3 years vboxsync IPRT/RTCritSectRw,VMM/PDMCritSectRw: Rearranged the core members a …
(edit) @90577   3 years vboxsync Linux Host and Guest drivers: another attempt to introduce initial …
(edit) @90519   3 years vboxsync Reverted r146120. Change supposed to introduce support for CentOS …
(edit) @90516   3 years vboxsync Linux Host and Guest drivers: introduce initial support for RHEL 8.5 …
(edit) @90488   3 years vboxsync IPRT: Added RTSemEventIsSignalSafe and RTSemEventMultiIsSignalSafe - …
(edit) @90459   3 years vboxsync IPRT: comment typo.
(edit) @90417   3 years vboxsync IPRT: Implemented RTThreadQueryTerminationStatus for NT (windows). …
(edit) @90416   3 years vboxsync IPRT: Adding RTThreadQueryTerminationStatus (ring-0). bugref:6695
(edit) @90396   3 years vboxsync IPRT/RTThreadCreate: Modernize assertions.
(edit) @90392   3 years vboxsync IPRT/RTThreadCreate: Added RTTHREADFLAGS_NO_SIGNALS (posix only). …
(edit) @90343   3 years vboxsync Runtime/efivarstorevfs.cpp: Fixes, the variable header is aligned to a …
(edit) @90341   3 years vboxsync Runtime/tools/RTEfiSigDb: Fixes, bugref:9580
(edit) @90336   3 years vboxsync Runtime/tools/RTEfiSigDb: Try to fix lin32 builds, bugref:9580 [build fix]
(edit) @90335   3 years vboxsync Runtime/tools/RTEfiSigDb: Try to fix lin32 builds, bugref:9580
(edit) @90322   3 years vboxsync Runtime/tools/RTEfiSigDb: Add some sub-command to initialize a NVRAM …
(edit) @90317   3 years vboxsync Runtime/tools/RTEfiSigDb: Build fix, bugref:9580
(edit) @90316   3 years vboxsync Runtime/tools/RTEfiSigDb: Add a sub-command to add new signatures to a …
(edit) @90315   3 years vboxsync Runtime/efisignaturedb.cpp: Fix writing X.509 type signature lists, …
(edit) @90314   3 years vboxsync Runtime/efivarstorevfs.cpp: Some fixes, bugref:9580
(edit) @90297   3 years vboxsync Runtime/tools: Start of a tool to manipulate EFI signature databases, …
(edit) @90287   3 years vboxsync Runtime/efi: Started implementing the functionality to parse, create …
(edit) @90285   3 years vboxsync Runtime/efi: Started implementing the functionality to parse, create …
(edit) @90283   3 years vboxsync Runtime/efi: Started implementing the functionality to parse, create …
(edit) @90249   3 years vboxsync Linux: fix build when -Wimplicit-fallthrough=5 is enabled, …
(edit) @90216   3 years vboxsync IPRT/isovfs.cpp: Just don't check the joliet volume size. bugref:9852
(edit) @90215   3 years vboxsync IPRT/isovfs.cpp: Don't be so strict about the joliet volume size. …
(edit) @90133   3 years vboxsync Runtime/efivarstorevfs.cpp: Some basic variable creation and deletion …
(edit) @90126   3 years vboxsync Runtime/evivarstorevfs.cpp: Allow overwriting variable data (no …
(edit) @90125   3 years vboxsync Runtime/evivarstorevfs.cpp: Allow overwriting variable data (no …
(edit) @90116   3 years vboxsync Runtime/RTEfi*: Updates to the EFI variable storage access module, …
(edit) @90115   3 years vboxsync Runtime/RTEfi*: Updates to the EFI variable storage access module, …
(edit) @90114   3 years vboxsync Runtime/RTEfi*: Updates to the EFI variable storage access module, …
(edit) @90105   3 years vboxsync iprt/socket.cpp: rtSocketAddrFromNetAddr - oops, fix inverted test in …
(edit) @90104   3 years vboxsync iprt/socket.cpp: rtSocketAddrFromNetAddr - return VERR_BUFFER_OVERFLOW …
(edit) @90068   3 years vboxsync Runtime/RTEfi*: Start of a VFS module to access a EFI variable store …
(edit) @90067   3 years vboxsync Runtime/RTEfi*: Start of a VFS module to access a EFI variable store …
(edit) @90065   3 years vboxsync Runtime/RTEfi*: Start of a VFS module to access a EFI variable store …
(edit) @90064   3 years vboxsync Runtime/RTEfi*: Start of a VFS module to access a EFI variable store …
(edit) @90063   3 years vboxsync Runtime/RTEfi*: Start of a VFS module to access a EFI variable store …
(edit) @90061   3 years vboxsync Runtime/RTEfi*: Start of a VFS module to access a EFI variable store …
(edit) @89971   3 years vboxsync Runtime/RTDbgCfg: Add API to look for a DWARF debug file by build-id …
(edit) @89969   3 years vboxsync Runtime/ldrELF: Add RTLDRPROP_BUILDID for querying the build-id of an …
(edit) @89958   3 years vboxsync IPRT: Added a divmoddi4 implementation based on udivmoddi4 for gcc …
(edit) @89956   3 years vboxsync IPRT: Added a divmoddi4 implementation based on udivmoddi4 for gcc …
(edit) @89955   3 years vboxsync IPRT: Added a divmoddi4 implementation based on udivmoddi4 for gcc …
(edit) @89929   3 years vboxsync Runtime/RTDbgSymSrv: Fix
(edit) @89927   3 years vboxsync Runtime/dbg/dbgmodghidra.cpp: Parse function tags if existing and add …
(edit) @89898   3 years vboxsync Runtime/tools/RTDbgSymSrv: Experiment of a caching symbol server which …
(edit) @89895   3 years vboxsync Runtime/common/dbg/dbgmodghidra.cpp: Some fixes
(edit) @89882   3 years vboxsync Runtime/common/dbg: Implement basic debug info reader for XML files …
(edit) @89881   3 years vboxsync Runtime/common/dbg: Implement basic debug info reader for XML files …
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