VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @57004   9 years vboxsync iprt,*: Marked all format strings in the C part of IPRT and fixed the …
(edit) @56980   9 years vboxsync iprt/string.h: Moved RT_IPRT_FORMAT_ATTR on inline functions to make …
(edit) @56919   9 years vboxsync Introducing RT_IPRT_FORMAT_ATTR for the purpose of marking functions …
(edit) @56767   10 years vboxsync tstRTR0Timer.cpp: Fudge bogus RTTimerStop behavior for now.
(edit) @56637   10 years vboxsync 5.0.0 RC2
(edit) @56514   10 years vboxsync VMM/DBGF: Dump guest core with a more standardized CPU dump including …
(edit) @56402   10 years vboxsync DevATA,PDMCritSect: Changed the AsyncIOSem from RTSEMEVENT to …
(edit) @56380   10 years vboxsync iprt/log.h: a few more RT_GCC_EXTENSIONs for gcc-5
(edit) @56377   10 years vboxsync more RT_GCC_EXTENSION required for gcc-5
(edit) @56335   10 years vboxsync *.def,*.sed,*.m,*.mm: whitespace and svn properties
(edit) @56309   10 years vboxsync RTLdrLoad[Ex]/NT: Reimplemented backend with proper unicode conversion …
(edit) @56291   10 years vboxsync include: Updated (C) year.
(edit) @56137   10 years vboxsync Comment typo.
(edit) @56009   10 years vboxsync IPRT/cdefs.h: Typos.
(edit) @55989   10 years vboxsync iprt/log.h: Make RTLOGGRPFLAGS_FLOW and RTLOGGRPFLAGS_WARN be in the …
(edit) @55988   10 years vboxsync iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more …
(edit) @55980   10 years vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55957   10 years vboxsync Tag RT_UNLIKELY as 'deprecated'.
(edit) @55951   10 years vboxsync iprt/cdefs.h,iprt/err.h: More or less deprecated RT_UNLIKELY and …
(edit) @55950   10 years vboxsync iprt/mem.h: Replaced two RT_UNLIKELY occurences with RT_LIKELY.
(edit) @55949   10 years vboxsync iprt/asm.h: Replaced two RT_UNLIKELY occurances with RT_LIKELY.
(edit) @55948   10 years vboxsync iprt/cpuset.h: Eliminated RT_UNLIKELY use.
(edit) @55947   10 years vboxsync iprt/cpp/list.h: Eliminated RT_UNLIKELY.
(edit) @55946   10 years vboxsync iprt/asn1-generator-pass.h: Got rid of RT_UNLIKELY.
(edit) @55885   10 years vboxsync IMachineDebugger: Added a queryOSKernelLog method.
(edit) @55866   10 years vboxsync Update (C) while at it.
(edit) @55865   10 years vboxsync iprt/assert.h: Replaced 'if (RT_UNLIKELY(!(expr)))' with 'if …
(edit) @55863   10 years vboxsync IPRT,SUPDrv,VMM: Revised the context switching hook interface. Do …
(edit) @55734   10 years vboxsync asmdefs.mac: Added RT_BIT_64 for xsave macros.
(edit) @55690   10 years vboxsync x86.h: PKE
(edit) @55671   10 years vboxsync RTGetOptArgvFromString: Added fFlags parameter for selecting the …
(edit) @55659   10 years vboxsync iprt/err.h: typos.
(edit) @55658   10 years vboxsync iprt/err.h: typos.
(edit) @55584   10 years vboxsync iprt/env.h: Added RTEnvQueryUtf8Block, RTEnvFreeUtf8Block and RTEnvReset.
(edit) @55562   10 years vboxsync IPRT: Added RTEnvCreateChangeRecord, RTEnvApplyChanges …
(edit) @55530   10 years vboxsync RTProcCreate,RTProcCreateEx: Added RTPROC_FLAGS_UNQUOTED_ARGS for …
(edit) @55529   10 years vboxsync RTGetOptArgv: Added RTGETOPTARGV_CNV_UNQUOTED.
(edit) @55487   10 years vboxsync iprt: Cloned iprt/list.h and morphed it into a 32-bit offset based …
(edit) @55468   10 years vboxsync iprt/cdefs.h: Forgot to fix a silly typo, extended the docs.
(edit) @55464   10 years vboxsync iprt/cdefs.h: Added RT_COMPILER_SUPPORTS_LAMDA.
(edit) @55456   10 years vboxsync CPUM: Dump supported extra state in the verbose edition of 'cpumguest' …
(edit) @55436   10 years vboxsync Reverted bad commit r99781.
(edit) @55435   10 years vboxsync Bad commit, reverted with following changeset
(edit) @55386   10 years vboxsync iprt/thread.h: typo.
(edit) @55319   10 years vboxsync forward-ported r98914, r98916 from 4.3 to trunk (LogRel and build fix)
(edit) @55318   10 years vboxsync forward-ported r98913 from 4.3 to trunk (Support/Darwin: on recent …
(edit) @55313   10 years vboxsync ASMXSave and ASMXRstor mangling.
(edit) @55310   10 years vboxsync duh
(edit) @55309   10 years vboxsync build fix
(edit) @55308   10 years vboxsync asm-amd64-x86.h: Added ASMXSave and ASMXRstor.
(edit) @55286   10 years vboxsync mark one additional log statement as gcc extension to shut up gcc 5
(edit) @55254   10 years vboxsync kmk incs
(edit) @55192   10 years vboxsync gcc 5 is very picky regarding FUNCTION and PRETTY_FUNCTION in …
(edit) @55161   10 years vboxsync iprt/err.h: Redid r99228 as shifting status code is risky wrt …
(edit) @55124   10 years vboxsync s/targetting/targeting/
(edit) @55108   10 years vboxsync build fix
(edit) @55107   10 years vboxsync asm-amd64-x86.h: Added ASMGetXcr0 & ASMSetXcr0.
(edit) @55071   10 years vboxsync iprt/cdefs: use this magic with gcc >= 4.4 as it may trigger the …
(edit) @55048   10 years vboxsync VMM,REM: Allocate the FPU/SSE/AVX/FUTURE state stuff. We need to use …
(edit) @54998   10 years vboxsync supHardNt: Some more memory replacment hacking - take evasive action …
(edit) @54997   10 years vboxsync supHardNt: Never call WinVerifyTrust and friends when owning the …
(edit) @54970   10 years vboxsync AsyncCompletion: Better error message if I/O manager could not be …
(edit) @54898   10 years vboxsync CPUMCTX,CPUMHOST: Replaced the fpu (X86FXSAVE) member with an XState …
(edit) @54896   10 years vboxsync x86.h,VMM: XSAVE structures.
(edit) @54894   10 years vboxsync VMM: Expose some of the recent AMD instruction set extensions to the …
(edit) @54893   10 years vboxsync typo - X86_MXSCR_MM is bit 17 according to figure 4-2 in APM1 v3.20.
(edit) @54892   10 years vboxsync typo
(edit) @54887   10 years vboxsync CPUM: Enable a bunch of recent instruction extensions for VMs which …
(edit) @54862   10 years vboxsync Corrected x86.h/mac typo.
(edit) @54775   10 years vboxsync iprt/time.h: fixed typo in RTTimeSpecSubSeconds(). Changed to using …
(edit) @54763   10 years vboxsync PATM,CPUM: Redid the CPUID stuff by calling a patch helper function …
(edit) @54738   10 years vboxsync VMM,REM: CPUID revamp - almost there now.
(edit) @54724   10 years vboxsync Runtime/RTStream: Make it possible to disable echoing of typed …
(edit) @54713   10 years vboxsync iprt/asmdefs.mac: Added RT_BIT_32 macro.
(edit) @54706   10 years vboxsync asn1-generator-pass.h: Don't do anything stupid should RTAsn1MemAllocZ …
(edit) @54690   10 years vboxsync asmdefs.mac: RT_CONCAT* macros.
(edit) @54526   10 years vboxsync timer.h: doxygen typo.
(edit) @54512   10 years vboxsync RTTimerDestroy() is off limits from the timer callback on windows too.
(edit) @54481   10 years vboxsync iprt/test.h: Added RTTESTI_CHECK_MSG_BREAK.
(edit) @54470   10 years vboxsync iprt/test.h: Added RTTESTI_CHECK_RC_OK_BREAK.
(edit) @54455   10 years vboxsync iprt/cdefs.h,VBoxDrvGip.cpp: Using noinline instead of noinline in …
(edit) @54415   10 years vboxsync IPRT/r0drv/mp: Added RTMpCurSetIndex and RTMpCurSetIndexAndId.
(edit) @54411   10 years vboxsync forgot mangling.
(edit) @54408   10 years vboxsync IPRT/r0drv: Added RTMpOnPair and RTMpOnPairIsConcurrentExecSupported, …
(edit) @54382   10 years vboxsync mp.h: doc update.
(edit) @54294   10 years vboxsync mp: update doc and todo for Solaris, better/lighter API possible it …
(edit) @54293   10 years vboxsync doc update.
(edit) @54270   10 years vboxsync IPRT,TM: Implemented the get-cpu-number optimizations for the …
(edit) @54269   10 years vboxsync asm.h: Don't call assmebly for ASMAtomicUoReadU64 on AMD64.
(edit) @54260   10 years vboxsync iprt/asm-amd64-x86.h: Build fix for linux.x86 VM used to build the …
(edit) @54255   10 years vboxsync forgot asmdefs.mac changes for ASMGetIdtrLimit.asm
(edit) @54254   10 years vboxsync Added ASMGetIdtrLimit.
(edit) @54251   10 years vboxsync asm-amd64-x86.h: Added ASMReadTscWithAux().
(edit) @54208   10 years vboxsync IPRT,SUPDrv: Support more than 255 CPUs via RTTIME_FLAGS_XXX, bumping …
(edit) @54202   10 years vboxsync IPRT,TM: Implemented GIP TSC delta processing in the RTTimeNanoTS code.
(edit) @54188   10 years vboxsync RTTimerChangeInterval now returns VERR_INVALID_STATE if not a periodic …
(edit) @53997   10 years vboxsync iprt/alloca.h: Seems linux might need to include alloca.h just like …
(edit) @53901   10 years vboxsync iprt/mangling.h: RTCrX509OtherName_*.
(edit) @53900   10 years vboxsync IPRT: Implemented X.509 OtherName.
(edit) @53819   10 years vboxsync iprt/nt/nt.h: Added a bunch of Ldr APIs.
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