VirtualBox

source: vbox/trunk/src/VBox/Runtime/common

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @14057   16 年 vboxsync semspingpong.cpp: shut up 64-bit MSC warning.
(edit) @14055   16 年 vboxsync zip.cpp: shut up 64-bit MSC warning.
(edit) @14049   16 年 vboxsync ldrELFRelocatable.cpp.h: shut up 64-bit MSC warning.
(edit) @14048   16 年 vboxsync md5.cpp: shut up 64-bit MSC warning.
(edit) @14024   16 年 vboxsync strcpy.asm: bugfix.
(edit) @14021   16 年 vboxsync The VMMR0 template now uses the IPRT No-CRT stuff, as does RuntimeR0. …
(edit) @14017   16 年 vboxsync strcmp.asm: bugfix.
(edit) @14012   16 年 vboxsync pReq may be invalid after queuing it (RTREQFLAGS_NO_WAIT), similar to …
(edit) @14007   16 年 vboxsync IPRT: RTStrNICmp correction - if cch == 0 then return equal regardless …
(edit) @14001   16 年 vboxsync Not C++ comments.
(edit) @13927   16 年 vboxsync Runtime: add RTStrNICmp and RTStrNCmp
(edit) @13908   16 年 vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13837   16 年 vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 年 vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13832   16 年 vboxsync IN_GC -> IN_RC.
(edit) @13775   16 年 vboxsync EXPORT_SYMBOL after implementation of the function/variable; fixed warning
(edit) @13717   16 年 vboxsync VMM,IPRT: More GC->RC and similar cleanups.
(edit) @13549   16 年 vboxsync Just RTSTR_MAX.
(edit) @13513   16 年 vboxsync false positive but fixing does not hurt
(edit) @13472   16 年 vboxsync IPRT: Added a couple of function for simple string pattern matching …
(edit) @13255   16 年 vboxsync build fix (log.cpp).
(edit) @13254   16 年 vboxsync IPRT: Added RTThreadPreemptIsEnabled, RTThreadPreemptDisable and …
(edit) @13083   16 年 vboxsync Runtime: no need to add \n to the end of 'unknown status' error text
(edit) @12906   16 年 vboxsync fixed type
(edit) @12905   16 年 vboxsync fixed check
(edit) @12874   16 年 vboxsync IPRT: added a testcase for RTSemPingPong and some state inspection methods.
(edit) @12821   16 年 vboxsync annoying warning
(edit) @12581   16 年 vboxsync IPRT/log: Added a fallback path that deals with failure to obtain the …
(edit) @12423   16 年 vboxsync IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
(edit) @12302   16 年 vboxsync iprt: fixed RTMemExec leak in RTLogDestroy.
(edit) @12159   16 年 vboxsync log: don't assert on lock failure, just return. (todo count)
(edit) @12154   16 年 vboxsync warning
(edit) @12099   16 年 vboxsync iprt: splitting out some log stuff from log.cpp so we can avoid some …
(edit) @11888   16 年 vboxsync IPRT: added RTLdrGetSuff.
(edit) @11853   16 年 vboxsync IPRT: Added a 'append' flag to the logger.
(edit) @11601   16 年 vboxsync iprt: added a @todo on an slightly obscure bug.
(edit) @11596   16 年 vboxsync iprt: Added RTThreadCreateV and RTThreadCreateF which takes a format …
(edit) @11557   16 年 vboxsync iprt: RTRandAdvCreateNonPseudo -> RTRandAdvCreateSystemFaster; …
(edit) @11523   16 年 vboxsync iprt: Implemented the /dev/urandom base random generator as a RTRAND …
(edit) @11521   16 年 vboxsync IN_MODULE only
(edit) @11519   16 年 vboxsync Linux additions: properly install and compile the kernel modules
(edit) @11413   16 年 vboxsync Runtime: small fix to the UUID code, splitting the ClockSeq field and …
(edit) @11391   16 年 vboxsync Moved annoying log messages to either level4 or private logging. Added …
(edit) @11380   16 年 vboxsync export
(edit) @11376   16 年 vboxsync RTStrFormat fix for aligned unicode strings.
(edit) @11347   16 年 vboxsync iprt/rand: Added a generic RTRandAdv API for use with any random …
(edit) @11313   16 年 vboxsync stupid warning
(edit) @11172   16 年 vboxsync IPRT/RTRand: cosmetics - don't take the address of an array.
(edit) @11126   16 年 vboxsync iprt: Fixed copy & past bug in RTRandU64Ex (weird why this didn't show …
(edit) @11078   16 年 vboxsync iprt: common/misc/rand.cpp -> common/rand/rand.cpp
(edit) @11077   16 年 vboxsync iprt: created common/rand.
(edit) @11064   16 年 vboxsync iprt/RTRandUxy: Improved the distribution when not using the max …
(edit) @11060   16 年 vboxsync RTNetIPv4IsUDPValid: the UDP checksum is optional, so don't fail if …
(edit) @11049   16 年 vboxsync IPRT/RTNetIPv4: Rewrote the RTNETDHCP header as RTNETBOOTP and …
(edit) @11044   16 年 vboxsync IPRT/RTNetIPv4: Simple TCP validation.
(edit) @11038   16 年 vboxsync iprt/RTNetIPv4: The checksums are in network endian, corrected the …
(edit) @11019   16 年 vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @11013   16 年 vboxsync iprt/net: iSum -> u32Sum since it's kind of important that this …
(edit) @11012   16 年 vboxsync iprt: More IPv4 validating / checksumming.
(edit) @10998   16 年 vboxsync iprt: Use the byte swapper routines from iprt/asm.h.
(edit) @10982   16 年 vboxsync iprt: More IPv4 checksum calculation.
(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) @10951   16 年 vboxsync IPRT: Extended RTStrValidateEncodingEx with a …
(edit) @10949   16 年 vboxsync IPRT: Added RTStrNLen and RTStrNLenEx.
(edit) @10940   16 年 vboxsync IPRT: Implemented the RTOnce API.
(edit) @10848   16 年 vboxsync Export to OSE
(edit) @10795   16 年 vboxsync IPRT: Enabled the rtThreadRemoveLocked assertion on OS/2, hoping that …
(edit) @10792   16 年 vboxsync IPRT: Fixed issue where RTCreateThread would race against the …
(edit) @10790   16 年 vboxsync IPRT: Fixed an overlooked race found by the threaded testcase.
(edit) @10789   16 年 vboxsync IPRT: Implemented the simple handle table variant too.
(edit) @10788   16 年 vboxsync IPRT: Implemented the context variant of the handle table.
(edit) @10768   16 年 vboxsync Some early commit of the handle table code (home -> work).
(edit) @10737   16 年 vboxsync Must release the semaphore before destroying it (vista gets upset …
(edit) @10646   16 年 vboxsync Made RTLogDestroy ignore NULL logger.
(edit) @10137   16 年 vboxsync More warnings / bad string prototypes. (nocrt stuff)
(edit) @10106   16 年 vboxsync Added RTStrValidateEncoding, RTStrValidateEncodingEx and …
(edit) @9931   16 年 vboxsync VERR_UNRESOLVED_ERROR is *never* the right translation of an error …
(edit) @9829   16 年 vboxsync Runtime/common: handle the EPROTO posix error code as we return this …
(edit) @9506   16 年 vboxsync fix
(edit) @9504   16 年 vboxsync modified the right file now.
(edit) @9503   16 年 vboxsync Reverted 31773.
(edit) @9502   16 年 vboxsync asm strlen. Added a few more string/mem functions to the windows R0 …
(edit) @9473   16 年 vboxsync fix linux module build
(edit) @9244   16 年 vboxsync GC logging changes for 64 bits guests. (RTGCPTR -> RTRCPTR)
(edit) @9230   16 年 vboxsync missing properties.
(edit) @9229   16 年 vboxsync Missing
(edit) @9226   16 年 vboxsync %RRv for RTGCPTR/RTGCUINTPTR/RTGCINTPTR formatting.
(edit) @9212   16 年 vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8927   17 年 vboxsync and return the correct index.
(edit) @8926   17 年 vboxsync Don't return VERR_GETOP_UNKNOWN_OPTION when encountering a file.
(edit) @8702   17 年 vboxsync fixed mixed up description and define columns.
(edit) @8686   17 年 vboxsync ordering
(edit) @8685   17 年 vboxsync Added our custom E_ACCESSDENIED value.
(edit) @8681   17 年 vboxsync Wrote the xpcom error message lookup table by hand. (there are so few …
(edit) @8679   17 年 vboxsync Ignore NIL_RTTHREAD parameters for the RTThreadGet*LockCount APIs.
(edit) @8671   17 年 vboxsync ?/? for r0/gc.
(edit) @8670   17 年 vboxsync made the lock count eat less space.
(edit) @8669   17 年 vboxsync Use the IN_TREE flag instead of the state just to be on the safe side.
(edit) @8663   17 年 vboxsync New logger prefix: lockcnts Output: read/write
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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