VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @8662   17 years vboxsync PDMCritSect fix.
(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) @8653   17 years vboxsync Added RTSemRWIsWriteOwner, RTSemRWGetWriteRecursion and …
(edit) @8652   17 years vboxsync Lock counting.
(edit) @8651   17 years vboxsync Moved the strictness indicators into internal/strict.h.
(edit) @8650   17 years vboxsync L4 uses TLS and doesn't need to be excluded from strict critsects.
(edit) @8649   17 years vboxsync Count mutex locks.
(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) @8561   17 years vboxsync To/FromNative - posix.
(edit) @8560   17 years vboxsync To/FromNative - windows.
(edit) @8528   17 years vboxsync Remove unused code and spaces.
(edit) @8527   17 years vboxsync Solaris vboxdrv: some memobj cleanups and added assertions.
(edit) @8524   17 years vboxsync Use target inheritance for RuntimeW32NT4GuestR0.
(edit) @8504   17 years vboxsync initialize where it's used.
(edit) @8499   17 years vboxsync Some more I/O kit error mappings.
(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) @8473   17 years vboxsync Solaris/vboxdrv: Using generic MP as VT-x/MP doesn't play nice yet.
(edit) @8402   17 years vboxsync Added %Rhrc, %Rhrf and %Rhra for formatting COM/XPCOM status codes. …
(edit) @8400   17 years vboxsync $(out) is NOT valid in this context.
(edit) @8359   17 years vboxsync indent
(edit) @8346   17 years vboxsync gcc-4.3 warning
(edit) @8330   17 years vboxsync Solaris vboxdrv: some memobj error handling fixes and cleanups.
(edit) @8327   17 years vboxsync r=bird: Plugged two more leaks in the error handling. (there are more, …
(edit) @8326   17 years vboxsync Don't leak memory.
(edit) @8307   17 years vboxsync Solaris vboxdrv: added an AssertReturn for MemObjNativeLockUser.
(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) @8290   17 years vboxsync svn properties. comment bars and iprt init.
(edit) @8288   17 years vboxsync Added RTErrConvertFromDarwin() as a merge of the IO, Kern and COM versions.
(edit) @8284   17 years vboxsync simple scanning function for IPv4 CIDR addresses
(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) @8255   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) @8194   17 years vboxsync OS/2: Fixed builds.
(edit) @8190   17 years vboxsync gcc warnings
(edit) @8178   17 years vboxsync rebranding
(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) @8097   17 years vboxsync Convert kIOReturnUnsupported.
(edit) @8023   17 years vboxsync solaris mp: Explicitly disable/enable preemption, fix for r29671.
(edit) @8013   17 years vboxsync Use X_CALL_LOPRI since X_CALL_HIPRI seems to imply that we've taken …
(edit) @7986   17 years vboxsync Runtime: Fixed RTSemEventMultiSignal(): pthread_cond_signal => …
(edit) @7966   17 years vboxsync soalris vboxdrv: proper priority values and locking in …
(edit) @7942   17 years vboxsync move variables around to be able to compile this as .c (debug kernel …
(edit) @7938   17 years vboxsync Solaris: semrw-posix fix.
(edit) @7922   17 years vboxsync Fixed darwin build error.
(edit) @7920   17 years vboxsync Adjusted the RTSemRW interface to do recursion. Updated the posix …
(edit) @7913   17 years vboxsync Check for NIL_CPUID in RTMpOnSpecific.
(edit) @7879   17 years vboxsync warning
(edit) @7798   17 years vboxsync rtR0MemObjNativeAllocPhysNC
(edit) @7783   17 years vboxsync Don't try implement rtR0MemObjNativeAllocPhysNC without an optimal …
(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) @7639   17 years vboxsync More strictness.
(edit) @7620   17 years vboxsync RTGCPHYS is now 64 bits
(edit) @7602   17 years vboxsync Runtime: switch guest R3 logging from backdoor to normal (with …
(edit) @7579   17 years vboxsync Extra tests
(edit) @7554   17 years vboxsync typo
(edit) @7553   17 years vboxsync vboxdrv: re-added sanity check
(edit) @7544   17 years vboxsync r=bird: libraries doesn't use/need LIBS properties.
(edit) @7532   17 years vboxsync typo
(edit) @7531   17 years vboxsync vboxdrv: set_pages_attr is not available for 2.6.25 anymore
(edit) @7517   17 years vboxsync Additions/FreeBSD: initial commit Mostly tested on FreeBSD 7.0. …
(edit) @7506   17 years vboxsync Made assertion private
(edit) @7491   17 years vboxsync Freebsd only needs one RTTimerCreate-generic.cpp.
(edit) @7490   17 years vboxsync RTTimerCreate is in generic code for a year now.
(edit) @7465   17 years vboxsync fixed RTFileCopy* regression.
(edit) @7459   17 years vboxsync More comments
(edit) @7458   17 years vboxsync Comment
(edit) @7426   17 years vboxsync RTUCS2 -> RTUTF16.
(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.
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