VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14626   16 years vboxsync Our COM errors not in the guest
(edit) @14614   16 years vboxsync IPRT: errmsgvboxcom.xsl -> VBox/errmsgvboxcom.xsl; include result in …
(edit) @14604   16 years vboxsync Runtime: Understand COM error codes from VirtualBox.xidl in %Rhrc.
(edit) @14500   16 years vboxsync IPRT/SUPDrv/VMM: Made RTR0AssertPanicSystem available to VMMR0.r0 on …
(edit) @14435   16 years vboxsync warnings
(edit) @14423   16 years vboxsync Debug log mutex fix for linux in atomic context.
(edit) @14318   16 years vboxsync Fix a couple of words doubled in comments. No code changes.
(edit) @14298   16 years vboxsync Corrected a couple of grammos.
(edit) @14262   16 years vboxsync RTErrConvertToErrno: No LogRel here!
(edit) @14216   16 years vboxsync Runtime/RTErrConvertToErrno: remove an assertion on a condition which …
(edit) @14066   16 years vboxsync strformat.cpp: shut up 64-bit MSC warnings. (hope this fix doesn't …
(edit) @14058   16 years vboxsync iprt: More 64-bit MSC warnings.
(edit) @14057   16 years vboxsync semspingpong.cpp: shut up 64-bit MSC warning.
(edit) @14055   16 years vboxsync zip.cpp: shut up 64-bit MSC warning.
(edit) @14049   16 years vboxsync ldrELFRelocatable.cpp.h: shut up 64-bit MSC warning.
(edit) @14048   16 years vboxsync md5.cpp: shut up 64-bit MSC warning.
(edit) @14024   16 years vboxsync strcpy.asm: bugfix.
(edit) @14021   16 years vboxsync The VMMR0 template now uses the IPRT No-CRT stuff, as does RuntimeR0. …
(edit) @14017   16 years vboxsync strcmp.asm: bugfix.
(edit) @14012   16 years vboxsync pReq may be invalid after queuing it (RTREQFLAGS_NO_WAIT), similar to …
(edit) @14007   16 years vboxsync IPRT: RTStrNICmp correction - if cch == 0 then return equal regardless …
(edit) @14001   16 years vboxsync Not C++ comments.
(edit) @13927   16 years vboxsync Runtime: add RTStrNICmp and RTStrNCmp
(edit) @13908   16 years vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13775   16 years vboxsync EXPORT_SYMBOL after implementation of the function/variable; fixed warning
(edit) @13717   16 years vboxsync VMM,IPRT: More GC->RC and similar cleanups.
(edit) @13549   16 years vboxsync Just RTSTR_MAX.
(edit) @13513   16 years vboxsync false positive but fixing does not hurt
(edit) @13472   16 years vboxsync IPRT: Added a couple of function for simple string pattern matching …
(edit) @13255   16 years vboxsync build fix (log.cpp).
(edit) @13254   16 years vboxsync IPRT: Added RTThreadPreemptIsEnabled, RTThreadPreemptDisable and …
(edit) @13083   16 years vboxsync Runtime: no need to add \n to the end of 'unknown status' error text
(edit) @12906   16 years vboxsync fixed type
(edit) @12905   16 years vboxsync fixed check
(edit) @12874   16 years vboxsync IPRT: added a testcase for RTSemPingPong and some state inspection methods.
(edit) @12821   16 years vboxsync annoying warning
(edit) @12581   16 years vboxsync IPRT/log: Added a fallback path that deals with failure to obtain the …
(edit) @12423   16 years vboxsync IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
(edit) @12302   16 years vboxsync iprt: fixed RTMemExec leak in RTLogDestroy.
(edit) @12159   16 years vboxsync log: don't assert on lock failure, just return. (todo count)
(edit) @12154   16 years vboxsync warning
(edit) @12099   16 years vboxsync iprt: splitting out some log stuff from log.cpp so we can avoid some …
(edit) @11888   16 years vboxsync IPRT: added RTLdrGetSuff.
(edit) @11853   16 years vboxsync IPRT: Added a 'append' flag to the logger.
(edit) @11601   16 years vboxsync iprt: added a @todo on an slightly obscure bug.
(edit) @11596   16 years vboxsync iprt: Added RTThreadCreateV and RTThreadCreateF which takes a format …
(edit) @11557   16 years vboxsync iprt: RTRandAdvCreateNonPseudo -> RTRandAdvCreateSystemFaster; …
(edit) @11523   16 years vboxsync iprt: Implemented the /dev/urandom base random generator as a RTRAND …
(edit) @11521   16 years vboxsync IN_MODULE only
(edit) @11519   16 years vboxsync Linux additions: properly install and compile the kernel modules
(edit) @11413   16 years vboxsync Runtime: small fix to the UUID code, splitting the ClockSeq field and …
(edit) @11391   16 years vboxsync Moved annoying log messages to either level4 or private logging. Added …
(edit) @11380   16 years vboxsync export
(edit) @11376   16 years vboxsync RTStrFormat fix for aligned unicode strings.
(edit) @11347   16 years vboxsync iprt/rand: Added a generic RTRandAdv API for use with any random …
(edit) @11313   16 years vboxsync stupid warning
(edit) @11172   16 years vboxsync IPRT/RTRand: cosmetics - don't take the address of an array.
(edit) @11126   16 years vboxsync iprt: Fixed copy & past bug in RTRandU64Ex (weird why this didn't show …
(edit) @11078   16 years vboxsync iprt: common/misc/rand.cpp -> common/rand/rand.cpp
(edit) @11077   16 years vboxsync iprt: created common/rand.
(edit) @11064   16 years vboxsync iprt/RTRandUxy: Improved the distribution when not using the max …
(edit) @11060   16 years vboxsync RTNetIPv4IsUDPValid: the UDP checksum is optional, so don't fail if …
(edit) @11049   16 years vboxsync IPRT/RTNetIPv4: Rewrote the RTNETDHCP header as RTNETBOOTP and …
(edit) @11044   16 years vboxsync IPRT/RTNetIPv4: Simple TCP validation.
(edit) @11038   16 years vboxsync iprt/RTNetIPv4: The checksums are in network endian, corrected the …
(edit) @11019   16 years vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @11013   16 years vboxsync iprt/net: iSum -> u32Sum since it's kind of important that this …
(edit) @11012   16 years vboxsync iprt: More IPv4 validating / checksumming.
(edit) @10998   16 years vboxsync iprt: Use the byte swapper routines from iprt/asm.h.
(edit) @10982   16 years vboxsync iprt: More IPv4 checksum calculation.
(edit) @10966   16 years vboxsync IPRT: some more IP checksumming stuff (hope it works).
(edit) @10964   16 years vboxsync IPRT: added RTNETTCP to iprt/net.h and started on the IPv4 checksum …
(edit) @10951   16 years vboxsync IPRT: Extended RTStrValidateEncodingEx with a …
(edit) @10949   16 years vboxsync IPRT: Added RTStrNLen and RTStrNLenEx.
(edit) @10940   16 years vboxsync IPRT: Implemented the RTOnce API.
(edit) @10848   16 years vboxsync Export to OSE
(edit) @10795   16 years vboxsync IPRT: Enabled the rtThreadRemoveLocked assertion on OS/2, hoping that …
(edit) @10792   16 years vboxsync IPRT: Fixed issue where RTCreateThread would race against the …
(edit) @10790   16 years vboxsync IPRT: Fixed an overlooked race found by the threaded testcase.
(edit) @10789   16 years vboxsync IPRT: Implemented the simple handle table variant too.
(edit) @10788   16 years vboxsync IPRT: Implemented the context variant of the handle table.
(edit) @10768   16 years vboxsync Some early commit of the handle table code (home -> work).
(edit) @10737   16 years vboxsync Must release the semaphore before destroying it (vista gets upset …
(edit) @10646   16 years vboxsync Made RTLogDestroy ignore NULL logger.
(edit) @10137   16 years vboxsync More warnings / bad string prototypes. (nocrt stuff)
(edit) @10106   16 years vboxsync Added RTStrValidateEncoding, RTStrValidateEncodingEx and …
(edit) @9931   16 years vboxsync VERR_UNRESOLVED_ERROR is *never* the right translation of an error …
(edit) @9829   17 years vboxsync Runtime/common: handle the EPROTO posix error code as we return this …
(edit) @9506   17 years vboxsync fix
(edit) @9504   17 years vboxsync modified the right file now.
(edit) @9503   17 years vboxsync Reverted 31773.
(edit) @9502   17 years vboxsync asm strlen. Added a few more string/mem functions to the windows R0 …
(edit) @9473   17 years vboxsync fix linux module build
(edit) @9244   17 years vboxsync GC logging changes for 64 bits guests. (RTGCPTR -> RTRCPTR)
(edit) @9230   17 years vboxsync missing properties.
(edit) @9229   17 years vboxsync Missing
(edit) @9226   17 years vboxsync %RRv for RTGCPTR/RTGCUINTPTR/RTGCINTPTR formatting.
Note: See TracRevisionLog for help on using the revision log.

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