VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @92183   3 years vboxsync IPRt/initterm-r0drv-nt.cpp: Force UTF-8 file encoding.
(edit) @92113   3 years vboxsync IPRT/ldrElf: Fixed incorrect validation of unknown dynamic table …
(edit) @92112   3 years vboxsync IPRT/dbgmoddwarf: Don't barf on DW_TAG_label w/o any symbol name …
(edit) @92083   3 years vboxsync IPRT/VFS: 'VBoxManage import VM.ova' can fail due to reading some of …
(edit) @91982   3 years vboxsync IPRT/RTCrX509CertPaths: Only ignore critical subject key IDs on end …
(edit) @91979   3 years vboxsync IPRT/RTCrX509CertPaths: Do not flag Subject Key Identifier as invalid …
(edit) @91919   3 years vboxsync IPRT: Make RTNetStrToIPv4Cidr() and RTNetStrToIPv4Cidr() accept zero …
(edit) @91918   3 years vboxsync IPRT: Make RTNetStrToIPv4Cidr() and RTNetStrToIPv4Cidr() accept zero …
(edit) @91789   3 years vboxsync SUPDrv,IPRT,VBoxGuest: Don't export ellipsis functions from SUPDrv, as …
(edit) @91788   3 years vboxsync IPRT/strprintf2: Prep for splitting out the ellipsis functions. …
(edit) @91787   3 years vboxsync IPRT/strprintf: Prep for splitting out the ellipsis functions. bugref:10124
(edit) @91768   3 years vboxsync Config.kmk,++: Define VBOX_LIB_SUPR0 for SUPR0.lib/.a on platforms …
(edit) @91767   3 years vboxsync IPRT/net: Fix last second typo in previous.
(edit) @91766   3 years vboxsync IPRT/net: Add disabled tests for 0.0.0.0/0 and ::/0 - these are …
(edit) @91675   3 years vboxsync IPRT/nt/RTR0MemKernelCopyTo/From: Code doesn't work, made some …
(edit) @91672   3 years vboxsync IPRT/dbgkrnlinfo-r0drv-nt.cpp: Now that we've got pseudo symbols, a …
(edit) @91633   3 years vboxsync IPRT/dbg.h,dbgkrnlinfo-r0drv-nt.cpp: Added a few pseudo symbols to the …
(edit) @91620   3 years vboxsync IPRT/RTDirRemove/posix: Do not rely on EEXIST taking priority over …
(edit) @91605   3 years vboxsync IPRT/win: Try detect windows 11 and server 2019 & 2022 by the stupid …
(edit) @91594   3 years vboxsync Runtime/VBoxRT-openssl-1.1plus.def: Export more openssl stuff for …
(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, …
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