VirtualBox

source: vbox/trunk/include/iprt

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @14050   16 年 vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14037   16 年 vboxsync compiler/msc.h: shut up warning.
(edit) @14023   16 年 vboxsync iprt/compiler/msc.h and use compiler/compiler.h instead of compiler/gcc.h
(edit) @14021   16 年 vboxsync The VMMR0 template now uses the IPRT No-CRT stuff, as does RuntimeR0. …
(edit) @14013   16 年 vboxsync RT_LODWORD/RT_HIDWORD must cast the result to uint32_t.
(edit) @14007   16 年 vboxsync IPRT: RTStrNICmp correction - if cch == 0 then return equal regardless …
(edit) @14006   16 年 vboxsync VERR_END_OF_STRING/VINF_END_OF_STRING.
(edit) @13931   16 年 vboxsync iprt/assert.h: Added AssertGCPtr32.
(edit) @13927   16 年 vboxsync Runtime: add RTStrNICmp and RTStrNCmp
(edit) @13926   16 年 vboxsync Correct a few minor typos in comments. No content changes.
(edit) @13925   16 年 vboxsync Correct 2 typos in comments. No content changes.
(edit) @13836   16 年 vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13832   16 年 vboxsync IN_GC -> IN_RC.
(edit) @13813   16 年 vboxsync #1865: Final VMM cleanups.
(edit) @13775   16 年 vboxsync EXPORT_SYMBOL after implementation of the function/variable; fixed warning
(edit) @13718   16 年 vboxsync includes: made them 'build' again.
(edit) @13717   16 年 vboxsync VMM,IPRT: More GC->RC and similar cleanups.
(edit) @13702   16 年 vboxsync VMM++: new EM status code VINF_EM_DBG_RING0_ASSERTION for …
(edit) @13658   16 年 vboxsync cosmetical fix
(edit) @13653   16 年 vboxsync IPRT: RTThreadPoke for posix.
(edit) @13633   16 年 vboxsync #1865: TM.
(edit) @13593   16 年 vboxsync iprt/types.h: deprecated some silly types.
(edit) @13580   16 年 vboxsync Ported s2 branch (r37120:38456).
(edit) @13576   16 年 vboxsync iprt/types.h: RTSEL_MAX.
(edit) @13575   16 年 vboxsync iprt/types.h: RTSEL_MAX.
(edit) @13549   16 年 vboxsync Just RTSTR_MAX.
(edit) @13546   16 年 vboxsync iprt: typo in API documentation
(edit) @13511   16 年 vboxsync const
(edit) @13478   16 年 vboxsync IPRT: set all properties.
(edit) @13472   16 年 vboxsync IPRT: Added a couple of function for simple string pattern matching …
(edit) @13468   16 年 vboxsync Export
(edit) @13445   16 年 vboxsync ntwrap.mac: undid header damange.
(edit) @13437   16 年 vboxsync OSE header fixes
(edit) @13435   16 年 vboxsync w64 unwind hacking: renamed SUPDRV_WITH_UNWIND_HACK to …
(edit) @13314   16 年 vboxsync Created assert-r0drv-linux.c (finally).
(edit) @13311   16 年 vboxsync fixed ().
(edit) @13306   16 年 vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @13254   16 年 vboxsync IPRT: Added RTThreadPreemptIsEnabled, RTThreadPreemptDisable and …
(edit) @13211   16 年 vboxsync iprt/cdefs.h: typo (LODWORD -> HIDWORD)
(edit) @13210   16 年 vboxsync Typo.
(edit) @13209   16 年 vboxsync too many f's
(edit) @13208   16 年 vboxsync iprt: added RT_LODWORD and RT_HIDWORD.
(edit) @13075   16 年 vboxsync more accurate docs. restored the 64-bit warning.
(edit) @13064   16 年 vboxsync iprt/req.h: corrected API docs
(edit) @13047   16 年 vboxsync AVLROGCPTRNODECORE: alignment adjustment.
(edit) @12975   16 年 vboxsync #1865: PDMLdr.
(edit) @12874   16 年 vboxsync IPRT: added a testcase for RTSemPingPong and some state inspection methods.
(edit) @12680   16 年 vboxsync readdr & writedr aren't 64 bits only in the intrinsic case.
(edit) @12676   16 年 vboxsync cdefs.h: Added CTX_MID, CTX_MID_Z and CTX_SUFF_Z. The latte two …
(edit) @12653   16 年 vboxsync various files: doxygen fixes.
(edit) @12636   16 年 vboxsync iprt/cdefs.h: retired GCTYPE.
(edit) @12547   16 年 vboxsync runtime.h: added getopt.h
(edit) @12423   16 年 vboxsync IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
(edit) @12341   16 年 vboxsync iprt/dir.h: RTDIRENTRY clearification
(edit) @12238   16 年 vboxsync iprt/asm.h: next try
(edit) @12237   16 年 vboxsync fixed r36224
(edit) @12235   16 年 vboxsync less input registers
(edit) @12232   16 年 vboxsync iprt/asm.h: better fix
(edit) @12223   16 年 vboxsync iprt/asm.h: Fixed gnu asm bug in ASMSetDR*(), the input (uDRVal) was …
(edit) @12221   16 年 vboxsync iprt/asm.h: Use the intrinsic readdr and writedr introduced in VC …
(edit) @12176   16 年 vboxsync ASMAtomicXchgU64 fix
(edit) @12164   16 年 vboxsync iprt/asm.h: Forced the darwin build into working. Needs cleanup.
(edit) @12156   16 年 vboxsync not necessary
(edit) @12153   16 年 vboxsync asm fixes for gcc-4.3, hope this compiles
(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) @12104   16 年 vboxsync iprt: Added RTMpGetPresentSet, RTMpGetPresentCount and …
(edit) @12092   16 年 vboxsync Compile fixes
(edit) @12088   16 年 vboxsync fix Linux builds
(edit) @12087   16 年 vboxsync Functions for setting dr0-3, 6 & 7.
(edit) @12086   16 年 vboxsync Functions to fetch dr0-3 & 6.
(edit) @11934   16 年 vboxsync minor header update
(edit) @11888   16 年 vboxsync IPRT: added RTLdrGetSuff.
(edit) @11853   16 年 vboxsync IPRT: Added a 'append' flag to the logger.
(edit) @11841   16 年 vboxsync IPRT: RTR3InitEx.
(edit) @11836   16 年 vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @11822   16 年 vboxsync IPRT: RTR3Init cleanup.
(edit) @11794   16 年 vboxsync SUP: SUPInit(ppSession=NULL, cbReserved=0) -> SUPR3Init(ppSession)
(edit) @11725   16 年 vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11605   16 年 vboxsync backdoor logging for AMD64 guests
(edit) @11596   16 年 vboxsync iprt: Added RTThreadCreateV and RTThreadCreateF which takes a format …
(edit) @11562   16 年 vboxsync Runtime: Remove fifo implementation, request queues are much better
(edit) @11558   16 年 vboxsync iprt: RTRandAdvCreateNonPseudo -> RTRandAdvCreateSystemFaster; …
(edit) @11555   16 年 vboxsync Runtime: little threadsafe fifo implementation for passing things to …
(edit) @11546   16 年 vboxsync attempt to fix the Windows builds
(edit) @11538   16 年 vboxsync pcnet: Rearranged the giant frame detection, adding the VLAN EtherType …
(edit) @11523   16 年 vboxsync iprt: Implemented the /dev/urandom base random generator as a RTRAND …
(edit) @11445   16 年 vboxsync iprt/net.h: corrected ICMP protocol identifier.
(edit) @11413   16 年 vboxsync Runtime: small fix to the UUID code, splitting the ClockSeq field and …
(edit) @11403   16 年 vboxsync Solaris/vboxnetflt, iprt/alloca.h: correct instance tracking, made it …
(edit) @11391   16 年 vboxsync Moved annoying log messages to either level4 or private logging. Added …
(edit) @11352   16 年 vboxsync iprt: Implemented RTSystemQueryOSInfo for windows.
(edit) @11350   16 年 vboxsync iprt: Added RTSystemQueryOSInfo.
(edit) @11347   16 年 vboxsync iprt/rand: Added a generic RTRandAdv API for use with any random …
(edit) @11337   16 年 vboxsync Runtime: new function for daemonizing, implemented on posix systems …
(edit) @11323   16 年 vboxsync Dropped RTSystemProcessorGetCount and RTSystemProcessorGetActiveMask.
(edit) @11318   16 年 vboxsync iprt/runtime.h: mp.h
(edit) @11310   16 年 vboxsync iprt/cdefs.h: GCSTRING -> RCSTRING
(edit) @11309   16 年 vboxsync iprt: Retired HCSTRING, replaced by R3STRING.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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