VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @50888   11 years vboxsync Added VINF_NOT_SELFSIGNED_X509_CERTIFICATE
(edit) @50835   11 years vboxsync fixed svn properties
(edit) @50832   11 years vboxsync pr6022. Support X509 certification during import OVF appliance.
(edit) @50793   11 years vboxsync iprt: Added RTSTR_VALIDATE_ENCODING_EXACT_LENGTH for …
(edit) @50792   11 years vboxsync IPRT: Added RTUtf16ValidateEncodingEx, RTUtf16ValidateEncoding and …
(edit) @50790   11 years vboxsync build fix
(edit) @50783   11 years vboxsync Main and Runtime/Linux: rip out all code for recursively walking /dev, …
(edit) @50765   11 years vboxsync include/iprt, Runtime/common: Added defines for newer Intel CPU …
(edit) @50642   11 years vboxsync iprt/env.h: Added RTEnvCountEx and RTEnvGetByIndexEx for enumerating …
(edit) @50641   11 years vboxsync RTMpGetDescription: Made it accept NIL_RTCPUID as indicating the …
(edit) @50526   11 years vboxsync Storage/VHDX: Finally commit and enable CRC-32c checksum validation …
(edit) @50507   11 years vboxsync IPRT/uri.h: Documentation.
(edit) @50503   11 years vboxsync IPRT/ministring: Added RTCString::joinEx().
(edit) @50470   11 years vboxsync IPRT: Documentation.
(edit) @50456   11 years vboxsync RTNetStrToIPv6Addr: first cut at IPv6 address parsing. I'm still not …
(edit) @50425   11 years vboxsync ASMGetSegAttr returns UINT32_MAX on failure, not ~0U.
(edit) @50424   11 years vboxsync ASMSetIDTR and ASMSetGDTR.
(edit) @50418   11 years vboxsync Add RTNetStrToIPv4AddrEx - a variant of IPv4 dotted-decimal parsing …
(edit) @50408   11 years vboxsync RTEnv: Use the unicode CRT APIs on windows to avoid …
(edit) @50255   11 years vboxsync VMM: two undocumented CPUID bits
(edit) @50205   11 years vboxsync tar.cpp: Drop the TAR file reading code.
(edit) @50194   11 years vboxsync tar.cpp: Stripped it futher down and documented what …
(edit) @50155   11 years vboxsync iprt/err.h: fixed error code of VINF_TAR_DIR_PATH
(edit) @50154   11 years vboxsync Reduce the TAR API to what's currently used.
(edit) @50003   11 years vboxsync iprt/dbg.h: Increased the fixed symbol length.
(edit) @49893   11 years vboxsync MSR rewrite: initial hacking - half disabled.
(edit) @49847   11 years vboxsync build fix
(edit) @49845   11 years vboxsync Adding ASMWrMsrEx and ASMRdMSrEx.
(edit) @49788   11 years vboxsync Runtime: AVL callback functions return an IPRT status code and so do …
(edit) @49766   11 years vboxsync RT_LO_U16 fix.
(edit) @49731   11 years vboxsync FPU save/restore experiment.
(edit) @49724   11 years vboxsync Added ASMAtomicUo[And|Or]U[32|64].
(edit) @49417   11 years vboxsync typo.
(edit) @49391   11 years vboxsync iprt/x86.h: Added X86_IS_CANONICAL.
(edit) @49326   11 years vboxsync IPRT: exposes RTNetStrToMAC (resolves todo in misc/getopt.cpp).
(edit) @49182   11 years vboxsync Added ASMCpuIdExSlow and made CPUM use it.
(edit) @49151   11 years vboxsync SUPR3: Use NtDeviceIoControlFile instead of DeviceIoControl to avoid …
(edit) @49150   11 years vboxsync SUPR3: Use NtDeviceIoControlFile instead of DeviceIoControl to avoid …
(edit) @49083   11 years vboxsync x86.h: Added ECX feature F16C (valid on both Intel and AMD).
(edit) @49079   11 years vboxsync dir-win.cpp/RTDirCreate: Aaaaaaaaaaaaaaaaarg!!!!!!!!!!
(edit) @49061   11 years vboxsync More Mach-O symbol hacking.
(edit) @49053   11 years vboxsync IPRT: More .dSYM hacking.
(edit) @49052   11 years vboxsync list.h: warning ([-Wunused-parameter])
(edit) @49044   11 years vboxsync Darwin guest OS digger hacking in progress. Adding symbol cache util …
(edit) @49039   11 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @49033   11 years vboxsync IPRT: Added RTFileCompare* methods a la RTFileCopy*.
(edit) @49028   11 years vboxsync iprt/cpp/xml: Fixed attribute lookup with namespace by doing the same …
(edit) @49001   11 years vboxsync asm-amd64-x86.h: Fix ASMGetSegAttr input operand size.
(edit) @48993   11 years vboxsync ASMGetSegAttr: shorter.
(edit) @48990   11 years vboxsync Runtime: ASMGetSegAttr.
(edit) @48934   11 years vboxsync include/: Whitespace cleanup by scm.
(edit) @48933   11 years vboxsync mach-o.h: MH_KEXT_BUNDLE.
(edit) @48932   11 years vboxsync iprt/types.h: RTUUID_INITIALIZE_NULL
(edit) @48909   11 years vboxsync kmk incs
(edit) @48905   11 years vboxsync Promoted Runtime/include/internal/ldrMach-O.h to …
(edit) @48862   11 years vboxsync build fix
(edit) @48850   11 years vboxsync Forgot to mangle RTZipXarFsStreamFromIoStream.
(edit) @48841   11 years vboxsync iprt/formats/xar.h: header.
(edit) @48838   11 years vboxsync More or less usable XAR reader.
(edit) @48837   11 years vboxsync build fix
(edit) @48836   11 years vboxsync IPRT: Added a flag to the gzip decompressor I/O stream for accepting …
(edit) @48835   11 years vboxsync IPRT: Added RTTimeFromString and RTTimeSpecFromString for simple …
(edit) @48834   11 years vboxsync iprt/xml: Added more convenience methods and did more cleanup work, …
(edit) @48833   11 years vboxsync cpp/utils.h: Added RT_CPP_GETTER_UNCONST and RT_CPP_GETTER_UNCONST_RET …
(edit) @48820   11 years vboxsync IPRT/RTFileModeToFlags(Ex): Introduced "oa" mode for opening + …
(edit) @48797   11 years vboxsync A bit more XAR hacking.
(edit) @48782   11 years vboxsync Missed one macro.
(edit) @48781   11 years vboxsync iprt/list.h,xml.h: Because of gcc, we need a C++ version of a bunch of …
(edit) @48780   11 years vboxsync Started on a XAR file system stream similar to what we have for TAR …
(edit) @48779   11 years vboxsync iprt/xml.h: Replaced std::list<shared_ptr<>> with RTList both to safe …
(edit) @48765   11 years vboxsync Main/Qt/VBoxManage: introduced IHost::ProcessorOnlineCoreCount and use …
(edit) @48763   11 years vboxsync add STDBOOL_H to darwin specific condition for "bool" handling in C.
(edit) @48698   11 years vboxsync typo
(edit) @48695   11 years vboxsync CPUM: MSR_CORE_THREAD_COUNT and MSR_FLEX_RATIO for snow leopard.
(edit) @48681   11 years vboxsync Main,IPRT: Added RTR3INIT_FLAGS_UTF8_ARGV so VBoxExtPackHelperApp can …
(edit) @48572   11 years vboxsync asm-amd64-x86.h: Use writeeflags and readeflags with visual C++. …
(edit) @48368   11 years vboxsync Implement MSR_PKG_CST_CONFIG_CONTROL for mac os x.
(edit) @48357   11 years vboxsync The intel_pstate Linux driver depends on these two MSRs
(edit) @48284   11 years vboxsync VMM/HMVMXR0: Avoid calling PGM twice for reading just 4 consecutive bytes.
(edit) @48267   11 years vboxsync VMM: Allow VT-x to be used in SMX mode, more granular error checking.
(edit) @48151   11 years vboxsync Netware 6 is reading MSR_P4_LASTBRANCH_0 (0x1db).
(edit) @48143   11 years vboxsync x86.h: some new MSRs. _BIT defines for some EFLAGS.
(edit) @48120   11 years vboxsync Another intel MSR.
(edit) @48119   11 years vboxsync Another intel MSR.
(edit) @48076   11 years vboxsync Spell "afterwards" correctly in comments.
(edit) @48066   11 years vboxsync CPUM: Fake MSR_IA32_MCG_STATUS reads. Corrected MSR names, IA32_MCP …
(edit) @47996   11 years vboxsync More MSRs fixes on AMD64. MSR_K8_NB_CFG is for recent linux kernels …
(edit) @47988   11 years vboxsync Solaris reads MSR_RAPL_POWER_UNIT, give it some fake values.
(edit) @47942   11 years vboxsync CPUM: Ignore MSR_K8_INT_PENDING access.
(edit) @47876   11 years vboxsync kmk incs
(edit) @47839   11 years vboxsync x86.h: APICBASE fields.
(edit) @47834   11 years vboxsync IPRT/file.h: Documentation.
(edit) @47783   11 years vboxsync IPRT/RTFileModeToFlags.cpp: Set default sharing modes.
(edit) @47762   11 years vboxsync IPRT: Added RTFileModeToFlags* APIs + testcase.
(edit) @47738   11 years vboxsync x86.h: Corrected X86DESCATTR_P definition (shifted left by 4 bits by …
(edit) @47735   11 years vboxsync Comment typo.
(edit) @47667   11 years vboxsync x86.h: A couple of DR7 macros.
(edit) @47660   11 years vboxsync VMM: Debug register handling redo. (only partly tested on AMD-V so far.)
(edit) @47619   11 years vboxsync EM: Started on HM single stepping for IEM verification purposes. …
(edit) @47572   11 years vboxsync Runtime/threadctxhooks: RTThreadCtxHooksAreRegistered().
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