VirtualBox

source: vbox/trunk/include/iprt

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(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.
(edit) @11308   16 年 vboxsync iprt: Retired deprecated RTUUID member aUuid.
(edit) @11225   16 年 vboxsync iprt/cdefs.h: No more DECLGCCALLBACKMEMBER
(edit) @11221   16 年 vboxsync DECLGCCALLBACKMEMBER -> DECLRCCALLBACKMEMBER
(edit) @11207   16 年 vboxsync iprt/cdefs.h: Created a set of byte swapping macros for constants for …
(edit) @11198   16 年 vboxsync DECLGCCALLBACKMEMBER -> DECLRCCALLBACKMEMBER
(edit) @11190   16 年 vboxsync AssertLogRelMsg1: Fixed the LogRel() version, it was printing the file …
(edit) @11173   16 年 vboxsync IPRT: Added ASMModS64ByS32RetS32 and ASMModU64ByU32RetU32.
(edit) @11154   16 年 vboxsync cdefs: new macro - CTX_SUFF - for R3,R0 and RC suffixes.
(edit) @11095   16 年 vboxsync iprt: The cpputils.h version of RTCNonCopyable doesn't fit the naming …
(edit) @11054   16 年 vboxsync iprt/net.h: Added dummy IPX ethertypes.
(edit) @11052   16 年 vboxsync iprt/net.h: Added minimum lengths for DHCP and BOOTP packets.
(edit) @11049   16 年 vboxsync IPRT/RTNetIPv4: Rewrote the RTNETDHCP header as RTNETBOOTP and …
(edit) @11044   16 年 vboxsync IPRT/RTNetIPv4: Simple TCP validation.
(edit) @11030   16 年 vboxsync iprt/cdefs.h: Don't use throw() unless C++ exceptions are enabled.
(edit) @11028   16 年 vboxsync Runtime: autores doc clarification and queries and example template …
(edit) @11027   16 年 vboxsync Disabled RT_NO_THROW on solaris r0.
(edit) @11025   16 年 vboxsync iprt/net.h: Added some ICMP (v4) bits.
(edit) @11022   16 年 vboxsync comment typo.
(edit) @11019   16 年 vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @11018   16 年 vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @11017   16 年 vboxsync iprt: Some RTMemAutoPtr optimizations.
(edit) @11015   16 年 vboxsync iprt: Fixed RTAutoRes::reset() so it doesn't destroy a NIL handle.
(edit) @11014   16 年 vboxsync iprt/RTMemAutoPtr: Some useful destructors (deallocators) and allocators.
(edit) @11012   16 年 vboxsync iprt: More IPv4 validating / checksumming.
(edit) @11011   16 年 vboxsync iprt/RTMemAutoPtr: Added a constructor that will allocate memory to …
(edit) @11010   16 年 vboxsync iprt: hrmpf. g++ things external linkage is needed. silly.
(edit) @11009   16 年 vboxsync iprt: Fixed missing/incorrect inline usage in the new template functions.
(edit) @11008   16 年 vboxsync iprt: Moved RTMemAutoPtr into iprt/mem.h.
(edit) @11007   16 年 vboxsync iprt/autores.h: cosmetics.
(edit) @11006   16 年 vboxsync iprt/autores.h: cosmetics.
(edit) @11004   16 年 vboxsync iprt/autores.h: *Value -> *_hRes. Renamed Reallocator to Allocator and …
(edit) @11002   16 年 vboxsync iprt/autores.h: cosmetics
(edit) @11001   16 年 vboxsync iprt/autores.h: Drop the cpputils.h dependency.
(edit) @11000   16 年 vboxsync iprt/autores.h: Added a hundred missing newlines, fixed docs and a few …
(edit) @10998   16 年 vboxsync iprt: Use the byte swapper routines from iprt/asm.h.
(edit) @10997   16 年 vboxsync iprt/asm.h: comment.
(edit) @10996   16 年 vboxsync iprt/asm.h: shut up stupid MSC warning.
(edit) @10995   16 年 vboxsync iprt: Added ASMByteSwapU16/64 and unit test for them + U32.
(edit) @10989   16 年 vboxsync Runtime: reallocate counting in elements, not in bytes in autores
(edit) @10988   16 年 vboxsync Runtime: removed unsafe operator= from autores
(edit) @10982   16 年 vboxsync iprt: More IPv4 checksum calculation.
(edit) @10980   16 年 vboxsync Runtime, HostServices/GuestProperties, Additions/common: autores update
(edit) @10978   16 年 vboxsync tstIntNet-1,iprt: Use iprt/net in tstIntNet-1. Modified the …
(edit) @10977   16 年 vboxsync Runtime: forgot a header file in autores
(edit) @10975   16 年 vboxsync Runtime: renamed iprt/autores -> iprt/autores.h
(edit) @10974   16 年 vboxsync Runtime: updated and simplified the autores code
(edit) @10967   16 年 vboxsync iprt/cpputils.h: added stdx::non_copyable class
(edit) @10966   16 年 vboxsync IPRT: some more IP checksumming stuff (hope it works).
(edit) @10964   16 年 vboxsync IPRT: added RTNETTCP to iprt/net.h and started on the IPv4 checksum …
(edit) @10963   16 年 vboxsync types: Merged PDMMAC and RTNETMAC into RTMAC.
(edit) @10962   16 年 vboxsync iprt/types.h: Added RTMAC.
(edit) @10960   16 年 vboxsync IPRT/intnet: Moving network protocol structures and related stuff into …
(edit) @10951   16 年 vboxsync IPRT: Extended RTStrValidateEncodingEx with a …
(edit) @10949   16 年 vboxsync IPRT: Added RTStrNLen and RTStrNLenEx.
(edit) @10944   16 年 vboxsync iprt: RTTimerLR - low resolution timer API (< 10 Hz).
(edit) @10943   16 年 vboxsync iprt/asm.h: Fixed missing ASMAtomicReadU64 and ASMAtomicUoReadU64 on …
(edit) @10940   16 年 vboxsync IPRT: Implemented the RTOnce API.
(edit) @10939   16 年 vboxsync iprt/asm.h: Added a bunch of atomic operations for IPRT handles …
(edit) @10927   16 年 vboxsync Runtime: updated RTMemAuto -> RTMemAutoPtr
(edit) @10926   16 年 vboxsync Runtime: updated RTAutoRes -> RTMemAuto
(edit) @10925   16 年 vboxsync Runtime: updated RTAutoRes
(edit) @10918   16 年 vboxsync Runtime: added RTAutoRes (a generalised form of auto_ptr for managing …
(edit) @10911   16 年 vboxsync IPRT: Added RTPathSetCurrent.
(edit) @10848   16 年 vboxsync Export to OSE
(edit) @10788   16 年 vboxsync IPRT: Implemented the context variant of the handle table.
(edit) @10785   16 年 vboxsync Fixed broken AssertCompileMemberOffset macro.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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