VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @67445   8 years vboxsync IPRT: More ISO maker code (booting related).
(edit) @67437   8 years vboxsync IPRT: More ISO maker code (booting related).
(edit) @67427   8 years vboxsync IPRT: More ISO maker code (booting related).
(edit) @67426   8 years vboxsync iprt/formats/iso9660.h: Added El Torito related stuff.
(edit) @67414   8 years vboxsync IPRT: RTNetMaskToPrefixIPv6 and RTNetPrefixToMaskIPv6
(edit) @67391   8 years vboxsync IPRT: More ISO maker code.
(edit) @67370   8 years vboxsync IPRT: ISO maker updates.
(edit) @67364   8 years vboxsync Audio: Forward ported r113728 (IPRT/CircBuf: Added …
(edit) @67360   8 years vboxsync iprt/nt/nt.h: doc nits
(edit) @67359   8 years vboxsync iprt/nt/nt.h: doc nits
(edit) @67347   8 years vboxsync IPRT: More ISO maker code.
(edit) @67343   8 years vboxsync IPRT: More ISO maker code.
(edit) @67341   8 years vboxsync IPRT: More ISO maker code.
(edit) @67339   8 years vboxsync IPRT: More ISO maker code.
(edit) @67334   8 years vboxsync IPRT: Added RTStrToUtf16BigEx and RTStrToUtf16Big for turning UTF-8 …
(edit) @67326   8 years vboxsync iso9660.h,iso9660vfs.cpp: Corrected the extended attribute length …
(edit) @67318   8 years vboxsync tabs to spaces
(edit) @67316   8 years vboxsync nt.h: Add RTL_PROCESS_MODULE_INFORMATION and RTL_PROCESS_MODULES
(edit) @67287   8 years vboxsync krnlmod.h: Doxygen
(edit) @67284   8 years vboxsync Runtime: Start hacking on API to query information about loaded kernel …
(edit) @67278   8 years vboxsync isomaker: more code
(edit) @67259   8 years vboxsync IPRT: Some ISO image maker sketches.
(edit) @67253   8 years vboxsync IPRT/tarvfswriter.cpp: Added RTZipTarFsStreamSetOwner, …
(edit) @67228   8 years vboxsync IPRT: vfsprogress.cpp: adjustments
(edit) @67224   8 years vboxsync IPRT: vfsprogress.cpp: Added RTVFSPROGRESS_F_ALLOW_CANCEL for some …
(edit) @67223   8 years vboxsync iprt/vfs.h: doxygen
(edit) @67222   8 years vboxsync IPRT: Adding RTVfsIoStrmGetOpenFlags, RTVfsFileGetOpenFlags, …
(edit) @67221   8 years vboxsync IPRT: Adding RTVfsIoStrmGetOpenFlags, RTVfsFileGetOpenFlags, …
(edit) @67187   8 years vboxsync iprt/cdefs: shut up gcc about ignoring nothrow attribute for ancient …
(edit) @67186   8 years vboxsync IPRT: Added RTVfsFsStrmToNormalDir, RTVfsFsStrmToDirUndo, …
(edit) @67180   8 years vboxsync IPRT: Added RTVfsMemIoStrmCreate for convenience.
(edit) @67166   8 years vboxsync IPRT/vfstarwriter.cpp: Initial push-file implementation (untested).
(edit) @67149   8 years vboxsync IPRT/vfstarwriter.cpp: Early version of API for pushing file data into …
(edit) @67134   8 years vboxsync IPRT: Got the new tar writer working and did basic RTZipTarCmd integration.
(edit) @67133   8 years vboxsync IPRT: Added RTVfsChainQueryFinalPath.
(edit) @67132   8 years vboxsync IPRT: Added RTPathSkipRootSpec.
(edit) @67123   8 years vboxsync IPRT: Some more tar vfs writer bits.
(edit) @67117   8 years vboxsync IPRT: Started on VFS file system output streams for implementing TAR …
(edit) @67116   8 years vboxsync IPRT: Started on VFS file system output streams for implementing TAR …
(edit) @66933   8 years vboxsync iprt/cdefs.h: Added RT_UOFFSET_AFTER, shorthand for RT_UOFFSETOF + …
(edit) @66883   8 years vboxsync X86XSAVEAREA: Added YmmHi to the union member 'u' as it's normally …
(edit) @66882   8 years vboxsync iprt: Added RTUINT256U and RTUINT512U. Hacked up simple formatting …
(edit) @66880   8 years vboxsync iprt/types.h: VCC120 has stdbool.h
(edit) @66854   8 years vboxsync iprt/cdefs: use the reliable foo[1] style for flexible arrays with gcc …
(edit) @66851   8 years vboxsync doxygen (at least version 1.8.13) workaround (fix?)
(edit) @66849   8 years vboxsync iprt/cdefs.h: adapted RT_THROW for gcc 7 and simplified it for VC
(edit) @66823   8 years vboxsync include/iprt: Adjustments for Visual C++ v12 / Visual Studio 2013. …
(edit) @66780   8 years vboxsync iprt/message.h: Fixed iprt_format attributes of …
(edit) @66772   8 years vboxsync iprt/cdefs.h: clang and RT_FLEXIBLE_ARRAY, take 1.
(edit) @66764   8 years vboxsync iprt: More vfs bits.
(edit) @66763   8 years vboxsync iprt: More vfs bits.
(edit) @66762   8 years vboxsync iprt: More vfs bits.
(edit) @66742   8 years vboxsync fatvfs,iso9660vfs,vfsbase: Sorted volume reference fun. Volumes will …
(edit) @66740   8 years vboxsync vfsbase.cpp: retain debug
(edit) @66735   8 years vboxsync iso9660vfs.cpp: Can find and read files from iso.
(edit) @66732   8 years vboxsync iprt/string.h,iprt/utf16.h: Added some big endian UTF-16 related …
(edit) @66731   8 years vboxsync iprt/string.h,iprt/utf16.h: Added some big endian UTF-16 related …
(edit) @66728   8 years vboxsync iprt/formats/iso9660.h: Basic structures ISO 9660 structures.
(edit) @66698   8 years vboxsync fatvfs: readonly check and build fix
(edit) @66689   8 years vboxsync fatvfs: Added code for formatting a FAT volume.
(edit) @66684   8 years vboxsync SVM: Log additional features on newer CPUs.
(edit) @66676   8 years vboxsync fatvfs.cpp: Implemented file creation and opening of long filenames.
(edit) @66669   8 years vboxsync iprt,fatvfs: a bit more code.
(edit) @66652   8 years vboxsync IPRT: Some more fat bits.
(edit) @66616   8 years vboxsync iprt/vfs.h: doxygen fix.
(edit) @66615   8 years vboxsync IPRT: More FAT fun (couldn't stop myself).
(edit) @66604   8 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @66603   8 years vboxsync mangling prep
(edit) @66602   8 years vboxsync IPRT/vfs-chains: Pass around an pErrInfo buffer too.
(edit) @66601   8 years vboxsync iprt,vfs: Added a generic 'open' provider and sketched out a few …
(edit) @66599   8 years vboxsync x86.h,bs2: X86_XCPT_MAX -> X86_XCPT_LAST; Corrected X86_XCPT_SX value.
(edit) @66597   8 years vboxsync doc fix
(edit) @66594   8 years vboxsync iprt: Reworked and implemented VFS chains, adding stdfile, gzip and …
(edit) @66592   8 years vboxsync RTFileModeToFlagsEx: Implemented missing sharing mode (sigh) and added …
(edit) @66581   8 years vboxsync VMM: Nested Hw.virt: Implemented various SVM intercepts in IEM, …
(edit) @66578   8 years vboxsync iprt/formats/fat.h: More stuff.
(edit) @66575   8 years vboxsync iprt: fat + vfs updates.
(edit) @66484   8 years vboxsync SUPHardNt: Improved file version dumping. Version hack for dgmaster.sys.
(edit) @66446   8 years vboxsync bs3kit: Various fixes related to using the BS3X0TEXT16, BS3X1TEXT16, …
(edit) @66402   8 years vboxsync doxygen fix
(edit) @66395   8 years vboxsync asm-amd64-x86.h: Added ASMFxRstor & ASMFxSave.
(edit) @66392   8 years vboxsync x86.h,IEMAll.cpp,bs3-cpu-generated-1: s/X86_MXSCR_/X86_MXCSR_/
(edit) @66367   8 years vboxsync IPRT: Added RTLDRPROP_INTERNAL_NAME to RTLdrQueryProp/RTLdrQueryPropEx …
(edit) @66361   8 years vboxsync IPRT: Adding RTStrICmpAscii (mirrors RTUtf16ICmpAscii).
(edit) @66314   8 years vboxsync IEM: Use RTUINT128U instead of uint128_t; started on movsldup Vdq,Wdq.
(edit) @66284   8 years vboxsync Runtime: introduced 'RKv' format specifier
(edit) @66274   8 years vboxsync VBox/Main: ​bugref:3300: VBoxSVC from terminal server session is not …
(edit) @66227   8 years vboxsync VMM: Nested Hw.virt: Implement SVM VMRUN and #VMEXIT in IEM.
(edit) @66218   8 years vboxsync x86.h: Added X field to XCR0 flags.
(edit) @66148   8 years vboxsync kmk -f Maintenance.kmk incs
(edit) @66100   8 years vboxsync iprt/cdefs.h: Added RT_FLEXIBLE_ARRAY_IN_UNION and …
(edit) @66098   8 years vboxsync iprt/cdefs.h: Added RT_FLEXIBLE_ARRAY_IN_UNION and …
(edit) @66089   8 years vboxsync iprt/cdefs.h: Another RT_FLEXIBLE_ARRAY note reading unions and gcc.
(edit) @66086   8 years vboxsync iprt/cdefs.h: gcc 6.1 seems to be the cut-off for using [] arrays in …
(edit) @66083   8 years vboxsync iprt/cdefs.h: RT_FLEXIBLE_ARRAY: g++ 5.4.0 throws pedantic warning …
(edit) @66081   8 years vboxsync iprt/cdefs.h: RT_FLEXIBLE_ARRAY: g++ 4.9.x throws pedantic warning …
(edit) @66079   8 years vboxsync iprt/cdefs.h: Added RT_FLEXIBLE_ARRAY_NESTED to deal with MSC/GCC …
(edit) @66064   8 years vboxsync iprt/cdefs.h: Adding a RT_FLEXIBLE_ARRAY macro.
(edit) @66056   8 years vboxsync x86.h: X86_MODRM_MAKE()
(edit) @65948   8 years vboxsync gcc 7: added 'break' to the 'else' case of all Assert*Break() macros. …
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