VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @16811   16 年 vboxsync windows build fix.
(edit) @16810   16 年 vboxsync buildfix.
(edit) @16808   16 年 vboxsync RTErrConvertFromErrno: @todos.
(edit) @16807   16 年 vboxsync RTErrConvertToErrno: VERR_PATH_NOT_FOUND -> ENOTDIR like …
(edit) @16774   16 年 vboxsync RTBase64: no trailing newline.
(edit) @16766   16 年 vboxsync Wrote RTBase64Encode while at it.
(edit) @16765   16 年 vboxsync RTBase64Encode* testcase and adjustments.
(edit) @16762   16 年 vboxsync RTBase64Decode testcase and bugfixes.
(edit) @16760   16 年 vboxsync RTBase64: The decoding part (untested).
(edit) @16439   16 年 vboxsync ldrkStuff: 64-bit darwin changes, better error assertions.
(edit) @16404   16 年 vboxsync kStuff: some preps for the 64-bit mach-o code.
(edit) @16383   16 年 vboxsync IPRT: Added sanity checks for the [U]INTn_C macros.
(edit) @16346   16 年 vboxsync IPRT/sanity.h: Check the basic stdint.h types.
(edit) @16316   16 年 vboxsync IPRT/math: use xSP and friends from asmdefs.mac instead of cooking our …
(edit) @16313   16 年 vboxsync logl.asm: 64-bit darwin build fix.
(edit) @16164   16 年 vboxsync rtZipStoreCompress: g++ (GCC) 4.1.2 (Gentoo 4.1.2 p1.1) generates …
(edit) @15880   16 年 vboxsync IPRT/threadinit: removed double #ifdef IN_RING3.
(edit) @15747   16 年 vboxsync restored waiting on non-waitable assert (things I do to please Knut :) )
(edit) @15740   16 年 vboxsync removed bogus assert when trying to wait on non-waitable thread
(edit) @14626   16 年 vboxsync Our COM errors not in the guest
(edit) @14614   16 年 vboxsync IPRT: errmsgvboxcom.xsl -> VBox/errmsgvboxcom.xsl; include result in …
(edit) @14604   16 年 vboxsync Runtime: Understand COM error codes from VirtualBox.xidl in %Rhrc.
(edit) @14500   16 年 vboxsync IPRT/SUPDrv/VMM: Made RTR0AssertPanicSystem available to VMMR0.r0 on …
(edit) @14435   16 年 vboxsync warnings
(edit) @14423   16 年 vboxsync Debug log mutex fix for linux in atomic context.
(edit) @14318   16 年 vboxsync Fix a couple of words doubled in comments. No code changes.
(edit) @14298   16 年 vboxsync Corrected a couple of grammos.
(edit) @14262   16 年 vboxsync RTErrConvertToErrno: No LogRel here!
(edit) @14216   16 年 vboxsync Runtime/RTErrConvertToErrno: remove an assertion on a condition which …
(edit) @14066   16 年 vboxsync strformat.cpp: shut up 64-bit MSC warnings. (hope this fix doesn't …
(edit) @14058   16 年 vboxsync iprt: More 64-bit MSC warnings.
(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 …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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