VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @88688   4 years vboxsync VBoxRT: Added RTTHREADFLAGS_COM_MTA and RTTHREADFLAGS_COM_STA flags to …
(edit) @88626   4 years vboxsync DrvHostAudioWasApi: Early WASAPI backend. bugref:9890
(edit) @88311   4 years vboxsync IPRT/test: Added RTTestErrContext (with variations) for setting a …
(edit) @88297   4 years vboxsync Some small Solaris-specific build warning fixes: include/iprt/x86.h: …
(edit) @88218   4 years vboxsync iprt/errcore.h: Fix for non-C99 compilers.
(edit) @88128   4 years vboxsync include/iprt/string.h, src/VBox/Devices/Network/slirp/slirp_config.h: …
(edit) @88124   4 years vboxsync OCI/PCA: bugref:9969 - Make it possible to specify the CA file for the …
(edit) @87797   4 years vboxsync IPRT/include: Docs typos.
(edit) @87739   4 years vboxsync SUP/Makefile-wrapper.gmk,iprt/asmdefs.mac: Call objtool on our .r0
(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) @87590   4 years vboxsync IPRT/RTFileGetMaxSize: Doxygen fix.
(edit) @87524   4 years vboxsync IPRT: RTNetStrToIPv6Cidr() - to parse f00::/42 notation for IPv6 …
(edit) @87514   4 years vboxsync IPRT: mangling.h - sort the RTNet* section alphabetically. No …
(edit) @87456   4 years vboxsync iprt/asmdefs.mac,VMM: Implemented an alternative to the YASM unwind …
(edit) @87424   4 years vboxsync IPRT/vfs: Typo in a comment.
(edit) @87404   4 years vboxsync iprt/asm-amd64-x86.h: Found intrinsics for lidt, sidt, lgdt and sgdt …
(edit) @87403   4 years vboxsync iprt/asm-amd64-x86.h: Added ASMGetFSBase, ASMSetFSBase, ASMGetGSBase …
(edit) @87402   4 years vboxsync iprt/cdefs.h,asm*.h,hmvmxinline.h: Changed the …
(edit) @87358   4 years vboxsync kmk incs
(edit) @87339   4 years vboxsync IPRT/net: Document that RTCidrStrToIPv4() is deprecated. bugref:9330
(edit) @87290   4 years vboxsync iprt/param.h: Must include cdefs.h as we're testing RT_ARCH_XXXX …
(edit) @87256   4 years vboxsync IPRT,iprt/asm-arm.h: ASMReadTSC using CNTVCT or CNTPCT. bugref:9898
(edit) @87230   4 years vboxsync iprt/asm.h: Try fix x86/gcc version of ASMPRobeReadByte.
(edit) @87226   4 years vboxsync IPRT: Add ASMAtomicUoXorU32 mangling. bugref:9898. Fixes build.
(edit) @87223   4 years vboxsync IPRT: ASMAtomicXorU32 build fix (gcc). bugref:9898
(edit) @87218   4 years vboxsync iprt/asm-arm.h: Fix include guard and add #pragma once to make scm happy.
(edit) @87212   4 years vboxsync iprt/asm.h,tstRTInlineAsm: Extending testcase, added a couple of …
(edit) @87206   4 years vboxsync iprt/asm.h: Removed extra+wrong assertion in ASMAtomicUoReadS32. …
(edit) @87202   4 years vboxsync iprt/nocrt/limits.h: Adjustments for bugref:9898.
(edit) @87197   4 years vboxsync iprt/asm-arm.h: copied from branch. needs work. bugref:9898 bugref:9026
(edit) @87196   4 years vboxsync iprt/asm.h: More fun. Mostly done with asm.h. Added AMD64/gcc variant …
(edit) @87195   4 years vboxsync iprt/asm.h: More fun. Mostly done with asm.h. Added AMD64/gcc variant …
(edit) @87192   4 years vboxsync iprt/asm.h: Added generic C version of ASMBitFirstClear. Officially …
(edit) @87191   4 years vboxsync iprt/asm.h: More fun. Adding Xor and extended And, Or and Xor variants …
(edit) @87189   4 years vboxsync iprt/asm.h: More fun. bugref:9898
(edit) @87188   4 years vboxsync iprt/asm.h: Build fix (ASMAtomicXchgU64). bugref:9898
(edit) @87187   4 years vboxsync IPRT: Make sparc[64] and asm-fake.cpp use the generic ASMMem* …
(edit) @87183   4 years vboxsync iprt/asm.h: More fun. bugref:9898 bugref:9026
(edit) @87181   4 years vboxsync iprt/asm.h,iprt/cdefs.h: More fun. bugref:9898 bugref:9026
(edit) @87178   4 years vboxsync iprt/asm.h: Added note about 'ordered' not implying any compiler …
(edit) @87177   4 years vboxsync iprt/asm.h: add 'cc' to clobber list for x86/amd64 asm too …
(edit) @87172   4 years vboxsync iprt/asm.h: Missing memory ordering. Changed ASMMemoryFence from dsb …
(edit) @87171   4 years vboxsync iprt/asm.h: Generic memory barriers, writes and reads. Additions, …
(edit) @87156   4 years vboxsync iprt/asm.h: Rest of the ASMAtomicCmpXchg* functions. bugref:9898 …
(edit) @87155   4 years vboxsync iprt/asm.h: ASMAtomicXchgUxx and some ASMAtomicCmpXchgXx. bugref:9898 …
(edit) @87154   4 years vboxsync iprt/asm.h: ASMAtomicXchgU8 and ASMNopPause. bugref:9898 bugref:9026
(edit) @87148   4 years vboxsync iprt/stdint.h: Adjustments for bugref:9898.
(edit) @87147   4 years vboxsync iprt/asm.h,iprt/param.h: More bugref:9898 adjustments.
(edit) @87145   4 years vboxsync iprt/asm.h: fix. bugref:9898
(edit) @87144   4 years vboxsync iprt/formats/mach-o.h: ARM CPU types and sub-types. bugref:9898
(edit) @87124   4 years vboxsync iprt/asm.h: Some more fun. bugref:9888
(edit) @87117   4 years vboxsync tools/env.sh,/Config.kmk,iprt/cdefs.h: A little fun. bugref:9898
(edit) @87042   4 years vboxsync Shared Clipboard/Transfers: More cleanup / documentation work. bugref:9874
(edit) @87041   4 years vboxsync Shared Clipboard/Transfers: Added initial supported for connection …
(edit) @87037   4 years vboxsync Shared Clipboard/Transfers: Renaming (RTHTTP_WITH_WEBDAV -> …
(edit) @87032   4 years vboxsync Shared Clipboard/Transfers: Added initial directory listing support …
(edit) @87016   4 years vboxsync Shared Clipboard/Transfers: Initial code for directory listing …
(edit) @87012   4 years vboxsync Shared Clipboard/Transfers: Docs fix. bugref:9874
(edit) @87010   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @87007   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @87006   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @87004   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @86973   4 years vboxsync IPRT/FTP: Resolved some @ŧodos. bugref:9646
(edit) @86842   4 years vboxsync iprt/log.h: Mark all uses of PRETTY_FUNCTION as RT_GCC_EXTENSION …
(edit) @86780   4 years vboxsync IPRT/dvm: Added OS/2 partition type GUID.
(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.
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