VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @95842   3 years vboxsync IPRT/env-generic.cpp: Refactored RTEnvCloneEx, rewriting the cloning …
(edit) @95841   3 years vboxsync iprt/nt/nt.h,ntdll-mini-implib.def: Prototypes and imports for …
(edit) @95838   3 years vboxsync iprt/nocrt/time.h: Added time.h to make the windows tcpip headers work …
(edit) @95829   3 years vboxsync iprt/asmdefs.mac: Changed GLOBALNAME_EX to take three parameter, …
(edit) @95818   3 years vboxsync IPRT: More IPRT_NO_CRT work on windows. bugref:10261
(edit) @95801   3 years vboxsync iprt/nocrt/sys/types.h: Placeholder including iprt/types.h to reduce …
(edit) @95800   3 years vboxsync iprt/nocrt/stdlib.h: Supply malloc and friends mapped to our RTMem …
(edit) @95799   3 years vboxsync iprt/nocrt/string.h: strcmp & wcstombs. bugref:10261
(edit) @95792   3 years vboxsync IPRT/env-win.cpp: IPRT_NO_CRT adjustments, rewrote a few bits. bugref:10261
(edit) @95769   3 years vboxsync iprt/alloca.h: Added alloca proto/define for IPRT_NO_CRT/Windows …
(edit) @95768   3 years vboxsync iprt/alloca.h: Added alloca proto/define for IPRT_NO_CRT/Windows …
(edit) @95767   3 years vboxsync nocrt/string.h,strpbrk.cpp: Added missing strpbrk proto and synced up …
(edit) @95698   3 years vboxsync IPRT: Added RTSystemGetNtProductType. bugref:8691
(edit) @95681   3 years vboxsync IPRT/RTCrStoreCreateSnapshotById: Added two more store IDs for …
(edit) @95668   3 years vboxsync IPRT/RTCrPkcs7: Split out RTCrPkcs7Attributes_HashAttributes from …
(edit) @95658   3 years vboxsync IPRT/RTAsn1: Added a RTAsn1DynType_SetToNull function. bugref:8691
(edit) @95656   3 years vboxsync IPRT/RTCrPkcs7: Added a RTCRPKCS7SIGN_SD_F_USE_V1 and a …
(edit) @95636   3 years vboxsync IPRT/RTAsn1OctetString: Added RTAsn1OctetString_AllocContent and …
(edit) @95634   3 years vboxsync IPRT/RTAsn1OctetString: Added RTAsn1OctetString_AllocContent and …
(edit) @95630   3 years vboxsync IPRT/RTAsn1,RTCrPkcs7,RTCrSpc: Generate setters for dynamic members. …
(edit) @95629   3 years vboxsync IPRT/RTAsn1,RTCrPkc7,RTCrSpc: Refactoring the RTASN1TMPL_MEMBER_DYN* …
(edit) @95628   3 years vboxsync IPRT/RTCrPkcs7: Prototyped some of the setters we generate. [mangling …
(edit) @95627   3 years vboxsync IPRT/RTCrPkcs7: Prototyped some of the setters we generate. bugref:8691
(edit) @95624   3 years vboxsync IPRT/RTAsn1,RTCrSpc: Generate setter functions for …
(edit) @95613   3 years vboxsync RTSignTool,IPRT: Working on signing executable images. bugref:8691
(edit) @95612   3 years vboxsync IPRT/ldr: Changed RTLdrHashImage to return the hash rather than the …
(edit) @95596   3 years vboxsync IPRT/RTAsn1Time: Added RTAsn1Time_SetTime, RTAsn1Time_SetTimeSpec and …
(edit) @95595   3 years vboxsync IPRT/Pkcs7: Added a parameter to RTCrPkcs7SimpleSignSignedData (not …
(edit) @95594   3 years vboxsync IPRT/asn1-genrator-pass.h: RTASN1TMPL_BEGIN_PCHOICE must initialize …
(edit) @95586   3 years vboxsync IPRT: Added RTStrmWrappedPrintf and RTStrmWrappedPrintfV for some …
(edit) @95584   3 years vboxsync IPRT/asn1: Made the first parameter of RTAsn1Integer_ToString const. …
(edit) @95448   3 years vboxsync iprt/types.h: Added signed views to the RTUINT*U unions. Needed for …
(edit) @95419   3 years vboxsync iprt/cdefs.h: Clang does not accept attribute((falltrhough)) …
(edit) @95413   3 years vboxsync Attempt to fix build, bugref:10247. macOS builds seem do not like …
(edit) @95411   3 years vboxsync Linux host and guest drivers: fix clang warnings, bugref:10247.
(edit) @95383   3 years vboxsync IPRT/fs: Docs nit.
(edit) @95358   3 years vboxsync iprt/cdefs.h: Added RT_ALIGNAS_VAR, RT_ALIGNAS_TYPE, RT_ALIGNAS_MEMB …
(edit) @95336   3 years vboxsync IPRT/RTCString: Added a truncate() method that takes UTF-8 encoding …
(edit) @95304   3 years vboxsync iprt/types.h: Added RTCCINTXREG_BITS. bugref:9898
(edit) @95274   3 years vboxsync FE/VBoxAutostart/adi: Added experimental support for running VBoxSVC …
(edit) @95198   3 years vboxsync iprt/setjmp-without-sigmask.h: Shut up warning building on m1.
(edit) @95188   3 years vboxsync iprt/setjmp-without-sigmask.h: Solaris fix and general change to only …
(edit) @95187   3 years vboxsync iprt/setjmp-without-sigmask.h: Solaris fix and general change to only …
(edit) @95184   3 years vboxsync IPRT,VMM: Added setjmp.h wrapper that ensures the setjmp & longjmp …
(edit) @95111   3 years vboxsync iprt/nt/nt.h: Don't duplicate SDK prototypes for Zw/NtOpenProcess, …
(edit) @95109   3 years vboxsync IPRT/xml: Having another go at the PFNEXTERNALENTITYLOADER declaration …
(edit) @95096   3 years vboxsync IPRT/pipe/win: Adjusted RTPipeSelectOne to account for the …
(edit) @95075   3 years vboxsync IPRT/asm: Added ASMCountLeadingZerosU16/32/64 & …
(edit) @95073   3 years vboxsync iprt/asm.h: Fix to the x86/gcc version of ASMAtomicCmpXchgExU64 to …
(edit) @95071   3 years vboxsync IPRT/asm: Added ASMCountLeadingZerosU16/32/64 & …
(edit) @95029   3 years vboxsync Linux: Host and Guest drivers: Introduce initial support for RHEL 9.1 …
(edit) @94879   3 years vboxsync iprt/cdefs.h: Adjusted RT_THROW() for C++17 to make clang happy. …
(edit) @94876   3 years vboxsync Reverted r151276.
(edit) @94875   3 years vboxsync IPRT/alloc-ef-cpp.cpp: throw is deprecated in C++17, use …
(edit) @94719   3 years vboxsync IPRT/thread.h: Made RTTHREAD_NAME_LEN public.
(edit) @94718   3 years vboxsync IPRT/thread.h: Made RTTHREAD_NAME_LEN public.
(edit) @94691   3 years vboxsync iprt/x86.h: Added missing X86_EFL_*_BIT defines. bugref:9898
(edit) @94676   3 years vboxsync iprt/types.h: Added RTFLOAT80U_IS_XXXX_EX macro variants that works on …
(edit) @94639   3 years vboxsync iprt/x86.h: Some X86_FSW_ macros and defins for assisting with the …
(edit) @94627   3 years vboxsync Runtime/crypto: Add additional APIs and supported algorithms for …
(edit) @94626   3 years vboxsync Runtime/log: Allow setting a custom output interface for the file …
(edit) @94624   3 years vboxsync Runtime/log: Allow setting a custom output interface for the file …
(edit) @94612   3 years vboxsync VMM/IEM,libs/softfloat,iprt/types.h: The bias adjust value is applied …
(edit) @94605   3 years vboxsync iprt/types.h: Added RTFLOAT80U_IS_387_INVALID macro. bugref:9898
(edit) @94556   3 years vboxsync iprt/types.h: Added RTFLOAT80U_IS_DENORMAL_OR_PSEUDO_DENORMAL. bugref:9898
(edit) @94549   3 years vboxsync include/iprt/nocrt: Supply our own stdbool.h and stdint.h for use by …
(edit) @94547   3 years vboxsync include/iprt/nocrt: Supply our own stdbool.h and stdint.h for use by …
(edit) @94546   3 years vboxsync include/iprt/stdint.h: Supply [u]int_fast[xx]_t and [u]int_least[xx]_t …
(edit) @94537   3 years vboxsync iprt/types.h,cdefs.h: Added RTFLOAT128U and associated macros. bugref:9898
(edit) @94513   3 years vboxsync IPRT: Added RTUInt128MulEx and RTUInt128MulU64Ex as well as a limited …
(edit) @94512   3 years vboxsync IPRT: Added RTUInt128MulEx and RTUInt128MulU64Ex as well as a limited …
(edit) @94511   3 years vboxsync IPRT: Added RTUInt128MulEx and RTUInt128MulU64Ex as well as a limited …
(edit) @94505   3 years vboxsync iprt/x86.h: Define infinity control bit from 287 and 8087. bugref:9898
(edit) @94446   3 years vboxsync iprt/types.h: Added RTFLOAT80U_IS_QUIET_OR_SIGNALLING_NAN and …
(edit) @94440   3 years vboxsync VMM/IEM: fxam does not raise any exceptions and has special …
(edit) @94421   3 years vboxsync iprt/string.h: doxygen fix. bugref:9898
(edit) @94397   3 years vboxsync VMM/IEM: Implemented C version of fbstp; fixes to fst, fist and fistt …
(edit) @94383   3 years vboxsync VMM/IEM: fild, fbld, and fist C implementations. bugref:9898
(edit) @94365   3 years vboxsync iprt/cdefs.h: More RTPBC80U macros and some union tweaks. bugref:9898
(edit) @94337   3 years vboxsync x86.h: Added some X86_FCW_xxx_BIT defines. bugref:9898
(edit) @94311   3 years vboxsync IPRT: Added RTFileCreateUnique, a saner version of RTFileCreateTemp in …
(edit) @94301   3 years vboxsync iprt/types.h: More RTFLOATxxU related macros and constants. bugref:9898
(edit) @94300   3 years vboxsync IPRT: Added RTStrFormatR64 and RTStrFormatR32 and split out the …
(edit) @94291   3 years vboxsync IPRT,Storage: Adding RTVfsQueryLabel and internally a generic …
(edit) @94281   3 years vboxsync iprt/alloca.h: Try shut up annoying sys/regset.h (via stdlib.h) …
(edit) @94278   3 years vboxsync iprt/formats/iso9660.h: comment typo
(edit) @94277   3 years vboxsync IPRT/RTFileFlush: Shut up annoying VERR_INVALID_PARAMETER returns on …
(edit) @94263   3 years vboxsync iprt/types.h,VMM,ValKit,IPRT: Dropped the bit counts in member …
(edit) @94261   3 years vboxsync iprt/types.h,VMM,ValKit,IPRT: Dropped the bit counts in member …
(edit) @94254   3 years vboxsync iprt/x86.h: Added a couple of shift count macros to the X86_FCS_XXX …
(edit) @94253   3 years vboxsync iprt/types.h: Added a sj64 member to RTFLOAT80U as well as …
(edit) @94054   3 years vboxsync include/iprt/asm.h: Some more constraint fixes (follow up of r150256), …
(edit) @94023   3 years vboxsync include/iprt/asm.h: Use the Q constraint instead of m for the arm64 …
(edit) @93962   3 years vboxsync IPRT/string.h: Tweak for for darwin.x86 GA build.
(edit) @93961   3 years vboxsync IPRT: Grr.
(edit) @93960   3 years vboxsync IPRT: Expose mempcpy on solaris too.
(edit) @93959   3 years vboxsync IPRT: Expose mempcpy on darwin+windows so we can build DevFwCommon …
(edit) @93958   3 years vboxsync IPRT: Expose mempcpy on darwin so we can build DevFwCommon after …
(edit) @93931   3 years vboxsync VMM,VMMDev,scm,VBox/param.h: Don't use PAGE_BASE_GC_MASK and friends …
(edit) @93906   3 years vboxsync IEM: Implemented fbstp instruction (used by OLE and indirectly MS Word …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette