VirtualBox

source: vbox/trunk/include/iprt/log.h

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @42599   12 年 vboxsync log.h/log.cpp: s/pszVar/pszValue/g
(edit) @41251   13 年 vboxsync log: Shortcut for LogFlowFunc(("LEAVE: %Rrc")).
(edit) @38573   13 年 vboxsync iprt: Read dwarf line numbers.
(edit) @37818   13 年 vboxsync Fix logging from R0
(edit) @37591   13 年 vboxsync RTLog,VMM,Main,SUPDrv: Restrict VM release logging by group - major …
(edit) @36830   14 年 vboxsync iprt/log.h: Check the RTLOGFLAGS_DISABLED in a few places.
(edit) @36408   14 年 vboxsync log rotation review and adjustments: Don't delete any excess files if …
(edit) @36344   14 年 vboxsync Runtime/log: implement log rotation, adapt all code creating log files …
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33426   14 年 vboxsync iprt/symlink.h: Initial code (only tested on linux).
(edit) @32355   14 年 vboxsync IPRT: Added RTLogRelSetBuffering and RTLogSetBuffering.
(edit) @31399   14 年 vboxsync iprt/log.h: Added RTLOG_[COMMA]_SRC_POS* defines for function call tracing.
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28695   15 年 vboxsync iprt/log: Added a write-through flag and a flush flag for file …
(edit) @27615   15 年 vboxsync include,tools/env.sh: applying sparc patches.
(edit) @22700   15 年 vboxsync Main: comptr logging
(edit) @21953   15 年 vboxsync iprt/log.h: Made _LogRelIt do what _LogIt does.
(edit) @21794   15 年 vboxsync iprt/log.h: Assume gcc 4+ on dawrin and set LOG_USE_C99.
(edit) @21699   15 年 vboxsync iprt/log.h: Fixed the LogRel*Func macros.
(edit) @21648   15 年 vboxsync iprt/log: added LogRelFlowFunc
(edit) @21550   15 年 vboxsync iprt/log.h: Use the spinning mutexes.
(edit) @21377   15 年 vboxsync iprt/log.h,DBGFLog.cpp,VBoxGuest-linux.c: Added RTLogDestinations, …
(edit) @21374   15 年 vboxsync iprt/log.h: Corrected RTLOGFLAGS_PREFIX_MASK.
(edit) @20859   15 年 vboxsync IPRT: Increased the logger buffer and replaced a bunch RTUINT with …
(edit) @20853   15 年 vboxsync IPRT: Added custom prefix callback to the logger.
(edit) @20835   15 年 vboxsync Interface for generating NMI & SMI added.
(edit) @20374   16 年 vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20362   16 年 vboxsync iprt/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @19730   16 年 vboxsync Backed out 47346
(edit) @19729   16 年 vboxsync RTLogSetDefaultInstanceThread change; ring 0 logging fix for multiple VCPUs
(edit) @18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18188   16 年 vboxsync Added RTLogGetDefaultInstance
(edit) @13832   16 年 vboxsync IN_GC -> IN_RC.
(edit) @13717   16 年 vboxsync VMM,IPRT: More GC->RC and similar cleanups.
(edit) @13580   16 年 vboxsync Ported s2 branch (r37120:38456).
(edit) @12147   16 年 vboxsync IPRT: added RTLOG_REL_DISABLE and RTLOG_REL_ENABLE for disabling …
(edit) @12131   16 年 vboxsync Comment added
(edit) @12128   16 年 vboxsync Release logging in ring 0 seems to cause problems (memory corruption). …
(edit) @11853   16 年 vboxsync IPRT: Added a 'append' flag to the logger.
(edit) @11605   16 年 vboxsync backdoor logging for AMD64 guests
(edit) @11391   16 年 vboxsync Moved annoying log messages to either level4 or private logging. Added …
(edit) @10646   16 年 vboxsync Made RTLogDestroy ignore NULL logger.
(edit) @9244   17 年 vboxsync GC logging changes for 64 bits guests. (RTGCPTR -> RTRCPTR)
(edit) @9212   17 年 vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8964   17 年 vboxsync Overlooked two macros in the #else.
(edit) @8962   17 年 vboxsync Fixed amd64 debug builds. Added some TODOs.
(edit) @8957   17 年 vboxsync Correction
(edit) @8953   17 年 vboxsync Ring-0 assertions are now always printed to the debug log. Introduced …
(edit) @8663   17 年 vboxsync New logger prefix: lockcnts Output: read/write
(edit) @8627   17 年 vboxsync Fixed build break.
(edit) @8622   17 年 vboxsync Fixed logging macros causing mixed up output on smp machines (C99 only).
(edit) @8480   17 年 vboxsync Use %Rfn when printing PRETTY_FUNCTION. Can be overridden.
(edit) @8274   17 年 vboxsync Corrected RTLogSetDefaultInstance docs.
(edit) @8247   17 年 vboxsync Runtime: Added RTLogSetDefaultInstance().
(edit) @8245   17 年 vboxsync rebranding: IPRT files again.
(edit) @8163   17 年 vboxsync rebrand IPRT
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @7709   17 年 vboxsync Added a cpuid / apicid logging prefix. New *_LOG_FLAGS is 'cpuid'.
(edit) @7602   17 年 vboxsync Runtime: switch guest R3 logging from backdoor to normal (with …
(edit) @7448   17 年 vboxsync Runtime/Logger: added "LOG_TO_BACKDOOR_FULL" for guest R3 executables …
(edit) @7170   17 年 vboxsync Doxygen fixes. (DOXYGEN -> DOXYGEN_RUNNING, ++)
(edit) @6515   17 年 vboxsync Added a 'pid' prefix flag to the logger. This is primarily intended …
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5511   17 年 vboxsync Runtime: Fixed the RTLOGGER_THREAD/"RT_THREAD" pair.
(edit) @4860   17 年 vboxsync Activated the full backdoor logger in release builds of the Linux …
(edit) @4351   17 年 vboxsync Added additional logging macros
(edit) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3636   17 年 vboxsync AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86; [OS] (except …
(edit) @3630   17 年 vboxsync iprt_hdr_h -> _iprt_hdr_h
(edit) @3243   17 年 vboxsync LogRelBackdoor and map LogRel to it when LOG_TO_BACKDOOR is defined.
(edit) @3242   17 年 vboxsync LogRelBackdoor and map LogRel to it when LOG_TO_BACKDOOR is defined.
(edit) @3223   17 年 vboxsync Moved the backdoor logging prototypes from VBox/log.h to iprt/log.h …
(edit) @3086   17 年 vboxsync introduced RTLogCreateEx and RTLogCreateExV to be able to pass an …
(edit) @2981   18 年 vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @628   18 年 vboxsync Implement log flag usecrlf, which translates LF line ending to CR/LF. …
(edit) @529   18 年 vboxsync Fixed bug in LogRelIt in C99/AMD64 mode.
(add) @1   55 年 vboxsync import
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette