VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8927   17 years vboxsync and return the correct index.
(edit) @8926   17 years vboxsync Don't return VERR_GETOP_UNKNOWN_OPTION when encountering a file.
(edit) @8702   17 years vboxsync fixed mixed up description and define columns.
(edit) @8686   17 years vboxsync ordering
(edit) @8685   17 years vboxsync Added our custom E_ACCESSDENIED value.
(edit) @8681   17 years vboxsync Wrote the xpcom error message lookup table by hand. (there are so few …
(edit) @8679   17 years vboxsync Ignore NIL_RTTHREAD parameters for the RTThreadGet*LockCount APIs.
(edit) @8671   17 years vboxsync ?/? for r0/gc.
(edit) @8670   17 years vboxsync made the lock count eat less space.
(edit) @8669   17 years vboxsync Use the IN_TREE flag instead of the state just to be on the safe side.
(edit) @8663   17 years vboxsync New logger prefix: lockcnts Output: read/write
(edit) @8661   17 years vboxsync Another attempt - don't call rtThreadRemove twice and if we do call …
(edit) @8658   17 years vboxsync Invalidate the thread structure *after* removing it from the tree or …
(edit) @8645   17 years vboxsync Added lock counts to the threads.
(edit) @8619   17 years vboxsync New nesting extension '%M' that replaces the format string. Note that …
(edit) @8579   17 years vboxsync AssertBreakVoid -> AssertBreak
(edit) @8569   17 years vboxsync AssertBreak -> AssertBreakStmt.
(edit) @8504   17 years vboxsync initialize where it's used.
(edit) @8488   17 years vboxsync uninitialized variable
(edit) @8483   17 years vboxsync oops.
(edit) @8482   17 years vboxsync Don't return the last entry.
(edit) @8479   17 years vboxsync Added a new IPRT format type '%Rfn' that will drop the return type and …
(edit) @8402   17 years vboxsync Added %Rhrc, %Rhrf and %Rhra for formatting COM/XPCOM status codes. …
(edit) @8359   17 years vboxsync indent
(edit) @8346   17 years vboxsync gcc-4.3 warning
(edit) @8295   17 years vboxsync Renamed ip.cpp, tstIp.cpp and ip.h to cidr so they correspond to the …
(edit) @8293   17 years vboxsync r=bird: Fixed hungarian spelling and docs. Use RT_MAKE_U32_FROM_U8. …
(edit) @8281   17 years vboxsync removed mess in id string.
(edit) @8279   17 years vboxsync Give VWRN_NUMBER_TOO_BIG highest priority among the warnings.
(edit) @8274   17 years vboxsync Corrected RTLogSetDefaultInstance docs.
(edit) @8273   17 years vboxsync rebranding: IPRT files again (missing bits)
(edit) @8272   17 years vboxsync rebranding: IPRT files again (missing bits)
(edit) @8259   17 years vboxsync eol
(edit) @8256   17 years vboxsync rebranding, eol
(edit) @8247   17 years vboxsync Runtime: Added RTLogSetDefaultInstance().
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8196   17 years vboxsync OS/2: Temporarily disabled assertion that crashes debug builds.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8148   17 years vboxsync iShort must be > 0, so assert on that.
(edit) @8147   17 years vboxsync Extended RTGetOpt: o Support 8-, 16- and 64-bit types too. o Added …
(edit) @7942   17 years vboxsync move variables around to be able to compile this as .c (debug kernel …
(edit) @7879   17 years vboxsync warning
(edit) @7713   17 years vboxsync forgot the comment with the max output size.
(edit) @7711   17 years vboxsync typo
(edit) @7710   17 years vboxsync append one space after the cpu id
(edit) @7709   17 years vboxsync Added a cpuid / apicid logging prefix. New *_LOG_FLAGS is 'cpuid'.
(edit) @7620   17 years vboxsync RTGCPHYS is now 64 bits
(edit) @7579   17 years vboxsync Extra tests
(edit) @7422   17 years vboxsync Another silly _strnlenUtf16 regression.
(edit) @7421   17 years vboxsync Reimplemented RTStrICmp so it's actually UTF-8 and not subject to the …
(edit) @7420   17 years vboxsync Added RTStrCmp. Added missing NULL handling in RTStrICmp.
(edit) @7417   17 years vboxsync Fixed regression in _strlenUtf16.
(edit) @7414   17 years vboxsync UCS2->UTF-16
(edit) @7279   17 years vboxsync Runtime function to load a shared library from the application directories.
(edit) @7253   17 years vboxsync Shut up stupid warning.
(edit) @7240   17 years vboxsync spaces.
(edit) @7213   17 years vboxsync the clearing of xAX was supposed to be in the common part (see …
(edit) @7212   17 years vboxsync Fixed wrong shift in the 32-bit code, caused high word to be zero.
(edit) @7209   17 years vboxsync Implemented the MSC version and fixed the 64-bit GCC bit so that rax …
(edit) @7208   17 years vboxsync Initialize xAX to zero, was broken in the 64-bit success path.
(edit) @7203   17 years vboxsync Fixed backwards copy, play it safe.
(edit) @7201   17 years vboxsync Runtime/Common: strformattype.cpp has to be compilable by a C compiler …
(edit) @7185   17 years vboxsync no-crt memmove implementation.
(edit) @7183   17 years vboxsync Added RTStrFormatTypeRegister/SetUser/Deregister for runtime …
(edit) @7169   17 years vboxsync Doxygen fixes.
(edit) @7085   17 years vboxsync forgot this
(edit) @7054   17 years vboxsync fixed debug windows build.
(edit) @7026   17 years vboxsync RTGCPHYS is now 64 bits wide on all host platforms
(edit) @6961   17 years vboxsync Generic implementation (in case it's needed).
(edit) @6677   17 years vboxsync forward port from 1.5: build vditool for Linux if BUILD_TYPE=l4
(edit) @6657   17 years vboxsync Use the generic templates for building the OS/2 guest additions. …
(edit) @6541   17 years vboxsync Fixed missing logger locking in ring-0.
(edit) @6525   17 years vboxsync UART_BASE -> IPRT_UART_BASE so it can safely be overrided by a DEFS += …
(edit) @6515   17 years vboxsync Added a 'pid' prefix flag to the logger. This is primarily intended …
(edit) @6493   17 years vboxsync Made it possible to make debug versions of vboxdrv on linux. This will …
(edit) @6296   17 years vboxsync LED and Network Config interfaces added. Fix in TMAll.cpp: Assertions …
(edit) @6285   17 years vboxsync (C) 2008
(edit) @6080   17 years vboxsync Fix for the vista psdk.
(edit) @6041   17 years vboxsync Added RTUtf16CalcUtf8Len and RTUtf16CalcUtf8LenEx.
(edit) @6013   17 years vboxsync Created generic templates for compiling guest additions (for new …
(edit) @6000   17 years vboxsync The Giant CDDL Dual-License Header Change, fixes.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5978   17 years vboxsync gcc warning
(edit) @5975   17 years vboxsync removed left over #if 1.
(edit) @5974   17 years vboxsync Implemented RTTimeNormalize. Added a offUTC field to RTTIME (only …
(edit) @5971   17 years vboxsync Use the new RT_C_* stuff in iprt/ctype.h. Made VBOX_LOG='*usb*=~0' …
(edit) @5912   17 years vboxsync backed out r26450
(edit) @5911   17 years vboxsync RTGetOpt does not alter argv[] does it?
(edit) @5843   17 years vboxsync r=bird: Adjusted the RTGetOpt API a little bit.
(edit) @5781   17 years vboxsync Fixed some overflow detection issues.
(edit) @5766   17 years vboxsync export getopt.cpp
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