VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @86681   4 years vboxsync IPRT/rest: bugref:9167 - Add release logging for REST operations. …
(edit) @86610   4 years vboxsync SUPHArdNt,IPRT: Recognize WHQL/attestation signatures from MS. …
(edit) @86579   4 years vboxsync IPRT/sysfs.h: Added RTLinuxConstructPath and RTLinuxConstructPathV. …
(edit) @86552   4 years vboxsync SUPHardNt,IPRT: If there are nested signatures (i.e. more than one …
(edit) @86549   4 years vboxsync SUPHardNt,IPRT: If there are nested signatures (i.e. more than one …
(edit) @86534   4 years vboxsync include/iprt/test.h: Doxygen
(edit) @86528   4 years vboxsync include/iprt/cdefs.h: Doxygen fix
(edit) @86489   4 years vboxsync VMM/PGM: Working on eliminating page table bitfield use (32-bit PTEs). …
(edit) @86488   4 years vboxsync VMM/PGM: Working on eliminating page table bitfield use (32-bit PDEs). …
(edit) @86487   4 years vboxsync VMM/PGM: Working on eliminating page table bitfield use (PAE PTEs). …
(edit) @86476   4 years vboxsync VMM/PGM: Working on eliminating page table bitfield use. bugref:9841 …
(edit) @86466   4 years vboxsync VMM/PGMAll.cpp: Working on eliminating page table bitfield use. …
(edit) @86415   4 years vboxsync IPRT,++: Made RTHandleGetStandard's fLeaveOpen parameter work for …
(edit) @86414   4 years vboxsync IPRT,++: Adding a fLeaveOpen parameter to RTHandleGetStandard. …
(edit) @86412   4 years vboxsync IPRT/pipe: Adding RTPipeCloseEx w/ a fLeaveOpen parameter so we can …
(edit) @86303   4 years vboxsync iprt/asm-amd64-x86.h: Corrected return type for non-inline …
(edit) @86300   4 years vboxsync Runtime: Add API to load kernel modules by name and add simple …
(edit) @86296   4 years vboxsync IPRT/alloc-ef.cpp: Added RTMemDumpFreed for use from gdb.
(edit) @86290   4 years vboxsync Runtime/r0drv/dbgfkrnlinfo-r0drv-darwin: Starting with BigSur, each …
(edit) @86191   4 years vboxsync Runtime/mp-r0drv-nt.cpp: Dynamically determine the size of the …
(edit) @86177   4 years vboxsync Revert r140428 for now (Runtime/mp-r0drv-nt.cpp: Dynamically determine …
(edit) @86176   4 years vboxsync Runtime/mp-r0drv-nt.cpp: Dynamically determine the size of the …
(edit) @86035   4 years vboxsync Runtime/cpiovfs.cpp: A simple CPIO archive reader (WIP, writer comes …
(edit) @86026   4 years vboxsync include/iprt/getopt.h: comment fix
(edit) @85949   4 years vboxsync Runtime/RTTraceLogRdr: Add API to extract a given set of values from …
(edit) @85898   4 years vboxsync iprt/RTNtPathFromHandle: documentation fix. bugref:9224
(edit) @85894   4 years vboxsync IPRT/Dvm: Added RTDvmMapQueryTableLocations (for VMDK). Completely …
(edit) @85887   4 years vboxsync IPRT/RTDvm: Added RTDVMVOLIDX_HOST index. bugref:9224
(edit) @85879   4 years vboxsync Main: bugref:9224: fixed doxygen issues
(edit) @85877   4 years vboxsync Main: bugref:9224: DVM API changes
(edit) @85875   4 years vboxsync Main: bugref:9224: Added RTFileQuerySectorSize into IPRT
(edit) @85870   4 years vboxsync iprt/formats/bmp.h: doxygen fixes and a couple of adjustments.
(edit) @85864   4 years vboxsync Consolidated all the different Bitmap (BMP) file format headers / …
(edit) @85859   4 years vboxsync Consolidated all the different Bitmap (BMP) file format headers / …
(edit) @85857   4 years vboxsync Consolidated all the different Bitmap (BMP) file format headers / …
(edit) @85856   4 years vboxsync Consolidated all the different Bitmap (BMP) file format headers / …
(edit) @85709   4 years vboxsync iprt/linux/version.h,Add/linux/vboxvideo: doxyfix
(edit) @85703   4 years vboxsync IPRT,lnx-kmods: s/RTLNX_RHEL_PREREQ/RTLNX_RHEL_MIN/; added …
(edit) @85702   4 years vboxsync IPRT,lnx-kmods: s/VBOX_RHEL_MAJ_PREREQ/RTLNX_RHEL_MAJ_PREREQ/ and …
(edit) @85701   4 years vboxsync IPRT,lnx-kmods: Added VBOX_RHEL_MAJ_PREREQ and RTLNX_SUSE_MAJ_PREREQ …
(edit) @85698   4 years vboxsync IPRT,lnx-kmods: Use new linux kernel version checking macros. Moved …
(edit) @85650   4 years vboxsync IPRT/http,VBoxManage,CloudGateway: Corrections to the proxy …
(edit) @85647   4 years vboxsync iprt/cdefs.h: VS2010 refuses to do nothrow on typedefs, so no nothrow …
(edit) @85616   4 years vboxsync IPRT: Adding SHA-3. [mangling fix] bugref:9734
(edit) @85615   4 years vboxsync IPRT: Adding SHA-3. [mangling fix] bugref:9734
(edit) @85614   4 years vboxsync IPRT: Adding SHA-3. bugref:9734
(edit) @85580   4 years vboxsync Runtime/RTErrConvertFromErrno: Add conversion for ESTALE
(edit) @85504   4 years vboxsync IPRT/memobj-r0drv*: Change the fExecutable flag to WX semantics where …
(edit) @85501   4 years vboxsync IPRT/ldrELF: Early support for loading ET_DYN images. Current code is …
(edit) @85463   4 years vboxsync FE/Qt: bugref:9686, bugref:9510. Small cleanup
(edit) @85460   4 years vboxsync iprt/asmdefs.mac: RT_NOCRT_BEGINPROC must export the nocrt functions. …
(edit) @85450   4 years vboxsync HostDrivers/Support: Added reading the SMM address/mask MSRs while …
(edit) @85419   4 years vboxsync include/iprt/x86.h,VMM/CPUMR3CpuId: Work around a bug in some Linux …
(edit) @85384   4 years vboxsync iprt/path.h: Reimplemented RTPathFindCommon[Ex].
(edit) @85383   4 years vboxsync iprt/path.h: RTPathFindCommon[Ex] doc & testcase update. Testcase …
(edit) @85382   4 years vboxsync iprt/path.h: Adjustments and a bunch of todos for RTPathFindCommon[Ex].
(edit) @85380   4 years vboxsync iprt/time.h: Made it a little more readable/complicate and easier on …
(edit) @85379   4 years vboxsync iprt/time.h: Some more fixing around RTTIME_LINUX_KERNEL_PREREQ. …
(edit) @85351   4 years vboxsync iprt/time.h: Fix inverted condition in RTTIME_LINUX_KERNEL_PREREQ. …
(edit) @85342   4 years vboxsync iprt/cdefs.h: Adjustments to RT_GCC_NO_WARN_DEPRECATED_BEGIN and …
(edit) @85339   4 years vboxsync iprt/formats/mach-o.h,ldrMachO.cpp: New segment flag SG_READ_ONLY …
(edit) @85313   4 years vboxsync IPRT: Added RTPathFindCommon[Ex] + testcases [Doxygen fix].
(edit) @85311   4 years vboxsync IPRT: Added RTPathFindCommon[Ex] + testcases.
(edit) @85278   4 years vboxsync iprt/cdefs.h: Added signed variants of the endian conversion macros. …
(edit) @85254   4 years vboxsync iprt/bldprog-strtab.h: Signed/unsigned conversion issues. bugref:9790
(edit) @85229   4 years vboxsync iprt/cdefs.h: Fixed Clang 11 warnings about RT_MAKE_U32_FROM_U8. …
(edit) @85228   4 years vboxsync iprt/string.h: Shut up sign conversion warnings. bugref:9790
(edit) @85226   4 years vboxsync iprt/critsect.h: Shut up sign conversion warnings. bugref:9790
(edit) @85225   4 years vboxsync iprt/cpuset.h: Shut up sign conversion warnings. bugref:9790
(edit) @85224   4 years vboxsync iprt/asn1.h: Shut up sign conversion warnings. bugref:9790
(edit) @85223   4 years vboxsync iprt/asm.h: Shut up sign conversion warnings. bugref:9790
(edit) @85211   4 years vboxsync iprt/string.h: Signed fix in RTStrPutCp for Clang11. bugref:9790
(edit) @85207   4 years vboxsync iprt/time.h: I was mistaken we actually need timespec for older …
(edit) @85206   4 years vboxsync iprt/time.h: Blind attempt at cleaning up the linux timespec & timeval …
(edit) @85205   4 years vboxsync iprt/time.h: RTTimeSpecGetNtTime should return a signed value, rather …
(edit) @85202   4 years vboxsync IPRT:Linux: fix time.h regression of bugref: 9757: 6.0/6.1 GA kernel …
(edit) @85160   4 years vboxsync *: Some missing DECLCALLBACK/RTDECL and related nothrow issues raised …
(edit) @85154   4 years vboxsync IPRT: Added RTStrSplit + testcases.
(edit) @85139   4 years vboxsync OCI: (bugref:9469) Proxy support (without authentication) for local …
(edit) @85127   4 years vboxsync iprt/cdefs.h: Made DECLHIDDEN imply nothrow and restrict its use to …
(edit) @85126   4 years vboxsync iprt/cdefs.h,*: Adding DECL_HIDDEN_CALLBACK to shorten the relatively …
(edit) @85124   4 years vboxsync *: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively …
(edit) @85123   4 years vboxsync iprt/cdefs.h: Some cleaning up. bugref:9794
(edit) @85122   4 years vboxsync VBoxVidoeIPRT.h: Fix. bugref:9794
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85096   4 years vboxsync iprt/cdefs.h,Doxyfile*: Introducing DECL_IMPORT_NOTHROW and …
(edit) @85092   4 years vboxsync iprt/cdefs.h: Introducing DECL_HIDDEN_NOTHROW for use on functions …
(edit) @85088   4 years vboxsync iprt/nt/nt.h: Introducing RT_DECL_NTAPI. bugref:9794
(edit) @85087   4 years vboxsync iprt/asm.h: add RT_NOTHROW* stuff to just be sure. bugref:9794
(edit) @85086   4 years vboxsync iprt/cdefs.h: Make RT*DECL, DECLCALLBACK*, and DECLINLINE imply …
(edit) @85076   4 years vboxsync iprt/errcore.h: Apply RT_NO_THROW_DEF to the inlined RTErrStrictType …
(edit) @85069   4 years vboxsync iprt/cdefs.h: Map RT_NO_THROW_PROTO/DEF onto noexcept when possible as …
(edit) @84762   5 years vboxsync IPRT/vfs: Docs nit.
(edit) @84527   5 years vboxsync iprt/cdefs.h: Hope the extension trick works for gcc 7x. too. …
(edit) @84511   5 years vboxsync iprt/cdefs.h: The extension trick works for gcc 8.4 as well. …
(edit) @84510   5 years vboxsync iprt/cdefs.h: The extension trick works for gcc 9.0 as well. …
(edit) @84509   5 years vboxsync iprt/cdefs.h,*: Introducing RT_FLEXIBLE_ARRAY_EXTENSION as a g++ hack …
(edit) @84500   5 years vboxsync Runtime/tracelogreader.cpp: Move status codes into proper IPRT header
(edit) @84407   5 years vboxsync include/iprt: VC++ 19.0 adjustments. bugref:8489
(edit) @84406   5 years vboxsync iprt/win: VC++ 19.0 adjustments. bugref:8489
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