VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @92915   3 years vboxsync IPRT/fatvfs: GCC 11 build fix [build fix].
(edit) @92914   3 years vboxsync IPRT/fatvfs: GCC 11 build fix.
(edit) @92799   3 years vboxsync iprt/asmdefs.h,IPRT//*asm: Added a RT_BEGINPROC macro that takes …
(edit) @92577   3 years vboxsync IPRT,bs3kit: Made ASMWrMsr in 16-bit code. bugref:9044
(edit) @92576   3 years vboxsync IPRT: Fixed 32-bit variants of ASMWrMsrEx and ASMRdMsrEx.
(edit) @92253   3 years vboxsync IPRT/RTThreadIsMain: Check for NIL_RTTHREAD.
(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) @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) @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) @91431   3 years vboxsync Runtime/efisignaturedb.cpp: Don't fail if the the signature list to …
(edit) @91330   3 years vboxsync Runtime/common/vfs/vfsmemory.cpp: Quick and dirty implementation for …
(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) @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) @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) @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) @90396   3 years vboxsync IPRT/RTThreadCreate: Modernize assertions.
(edit) @90343   3 years vboxsync Runtime/efivarstorevfs.cpp: Fixes, the variable header is aligned 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) @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) @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) @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) @89955   3 years vboxsync IPRT: Added a divmoddi4 implementation based on udivmoddi4 for gcc …
(edit) @89927   3 years vboxsync Runtime/dbg/dbgmodghidra.cpp: Parse function tags if existing and add …
(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 …
(edit) @89725   3 years vboxsync IPRT/rest: ociSignRequestEnsureXContentSha256 - Fix assertion that is …
(edit) @89593   4 years vboxsync IPRT/RTReqCancel: Assertion correction (copy & paste from submit). …
(edit) @89264   4 years vboxsync Runtime/sg.h: Add copy variants which take a callback instead of a …
(edit) @89149   4 years vboxsync IPRT,bs3kit: Added ASMMultU64ByU32DivByU32 to bs3kit. bugref:10009
(edit) @89018   4 years vboxsync SUPDev,IPRT: On darwin allow Mac dev certs as long as it is a build …
(edit) @88965   4 years vboxsync IPRT: Shut up warning in errmsg-sorter.cpp/errmsgdata.h about missing …
(edit) @88948   4 years vboxsync IPRT/dvm: Add RT_OS_NETBSD to the list of "not windows". bugref:8547.
(edit) @88813   4 years vboxsync IPRT/RTReq: Added a RTReqCancel function. Changed the behavior of the …
(edit) @88810   4 years vboxsync IPRT/RTReqPool: Added RTREQPOOLCFGVAR_THREAD_FLAGS so we can supply …
(edit) @88200   4 years vboxsync IPRT/%RTbool: Drop the trialing space on true, only output it when '#' …
(edit) @88124   4 years vboxsync OCI/PCA: bugref:9969 - Make it possible to specify the CA file for the …
(edit) @87647   4 years vboxsync IPRT/time: Added RTTimeNanoTSWorkerName for introspection. Maded the …
(edit) @87626   4 years vboxsync IPRT/time,VMM/TM: Added extra parameter to the RTTimeNanoTS GIP …
(edit) @87619   4 years vboxsync IPRT/rest: RTCRestDataObject::deserializeFromJson - if the value at …
(edit) @87524   4 years vboxsync IPRT: RTNetStrToIPv6Cidr() - to parse f00::/42 notation for IPv6 …
(edit) @87403   4 years vboxsync iprt/asm-amd64-x86.h: Added ASMGetFSBase, ASMSetFSBase, ASMGetGSBase …
(edit) @87362   4 years vboxsync IPRT: Make RTNetStrToIPv4Cidr() accept prefix specified as netmask, …
(edit) @87303   4 years vboxsync IPRT/rest: for POST and PUT OCI wants even an empty body signed. May …
(edit) @87302   4 years vboxsync IPRT/rest: Fix unedited copy-paste in a comment. bugref:9167.
(edit) @87229   4 years vboxsync IPRT: Fixed bug in ASMBitFirstSet-generic.cpp and extended …
(edit) @87222   4 years vboxsync IPRT: Added missing ASMAtomicUoXorU32 function. bugref:9898
(edit) @87203   4 years vboxsync IPRT/common/asm/*-generic.cpp: visibility fix. bugref:9898
(edit) @87201   4 years vboxsync IPRT: memrchr.cpp fix, need it for arm. bugref:9898
(edit) @87194   4 years vboxsync iprt/asm.h: Added generic C version of ASMBitNextSet. bugref:9898
(edit) @87193   4 years vboxsync iprt/asm.h: Added generic C version of ASMBitNextClear & …
(edit) @87192   4 years vboxsync iprt/asm.h: Added generic C version of ASMBitFirstClear. Officially …
(edit) @87187   4 years vboxsync IPRT: Make sparc[64] and asm-fake.cpp use the generic ASMMem* …
(edit) @87186   4 years vboxsync IPRT: Added generic ASMMemFirstNonZero C implementations. bugref:9898
(edit) @87185   4 years vboxsync IPRT: Added generic ASMMemFill32, ASMMemZero32 and …
(edit) @87184   4 years vboxsync IPRT: Generic ASMMemZeroPage implementation. bugref:9898
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