VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @39910   13 years vboxsync Runtime/Timers: RTTimerLRChangeInterval function and testcase
(edit) @39730   13 years vboxsync iprt/cdrom.h + cdrom-generic.cpp: Sketched out an API for messing with …
(edit) @39721   13 years vboxsync RTSystemShutdown: stub.
(edit) @39644   13 years vboxsync d'oh!
(edit) @39643   13 years vboxsync SharedFolders: more fixes
(edit) @39612   13 years vboxsync IPRT/*: add _NO_SYMLINKS flags to certain functions
(edit) @39083   13 years vboxsync IPRT: -Wunused-parameter.
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @37419   13 years vboxsync PDM/IPRT CritSect: Introduced the NOP critical section for simplifying …
(edit) @37233   14 years vboxsync IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
(edit) @37154   14 years vboxsync RTThread[SG]etAffinity cleanup
(edit) @36604   14 years vboxsync iprt/RTDirCreateUniqueNumbered: build fix
(edit) @36600   14 years vboxsync build fix
(edit) @36598   14 years vboxsync RTDirCreateUniqueNumbered: RTStrFormatNumber is not safe.
(edit) @36582   14 years vboxsync iprt: next burn fix
(edit) @36579   14 years vboxsync iprt: fix win burns
(edit) @36577   14 years vboxsync iprt: add RTDirCreateUniqueNumbered
(edit) @36576   14 years vboxsync iprt: fix memory leak
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @36492   14 years vboxsync iprt: CRITSECT_WITHOUT_REMAPPING -> RTCRITSECT_WITHOUT_REMAPPING.
(edit) @36472   14 years vboxsync addendum to r70394 for RTCrit*
(edit) @36254   14 years vboxsync GIP,++: Lots of CPUs (disabled).
(edit) @36232   14 years vboxsync RTCPUSET, SUPDrv: Preparation for supporting 256 CPUs/cores/threads.
(edit) @36190   14 years vboxsync IPRT,Drivers: Committed a modified version of the …
(edit) @34507   14 years vboxsync IPRT: Visual C++ warnings.
(edit) @34239   14 years vboxsync nc
(edit) @33806   14 years vboxsync ExtPack changes, related IPRT changes.
(edit) @33676   14 years vboxsync scm cleanup run.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33426   14 years vboxsync iprt/symlink.h: Initial code (only tested on linux).
(edit) @33269   14 years vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33036   14 years vboxsync IPRT: Implemented RTSemEventWaitEx[Debug] for ring-0 linux.
(edit) @33010   14 years vboxsync RTSemEventMultiWaitNoResume: corrected assertion in the new …
(edit) @32995   14 years vboxsync RTUuidFromUtf16: bug fix + testcase
(edit) @32994   14 years vboxsync RTUuidFromStr: bug fix + testcase.
(edit) @32988   14 years vboxsync iprt: C warnings
(edit) @32979   14 years vboxsync iprt: RTUuidFromStr() / RTUuidFromUtf16(): allow the format …
(edit) @32946   14 years vboxsync iprt/semaphore.h: Started adding RTSem*<Wait|Request>Ex[Debug].
(edit) @32572   14 years vboxsync VMM,SUPDrv,IPRT: More changes for related to the priodic preemption …
(edit) @32504   14 years vboxsync SUPDrv,IPRT,VMM,DevAPIC: Added RTTimerCanDoHighResolution and exposed …
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30253   14 years vboxsync iprt/assert.h: Use static_assert with g++ when available. Added …
(edit) @30112   14 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30111   14 years vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @29500   15 years vboxsync Runtime/R0: FreeBSD build fixes
(edit) @29271   15 years vboxsync Make VBoxRT build on sparc.
(edit) @29264   15 years vboxsync build fix.
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29247   15 years vboxsync semxroads-generic.cpp: -stdio.h debug.
(edit) @28919   15 years vboxsync nits.
(edit) @28916   15 years vboxsync Don't use RTStrCopyEx with RTSTR_MAX.
(edit) @28915   15 years vboxsync iprt: More path conversion avoidance.
(edit) @28912   15 years vboxsync generic/pathhost-generic.cpp -> r3/posix/pathhost-posix.cpp; rewrote …
(edit) @28910   15 years vboxsync IPRT: Fixed mixed up free calls.
(edit) @28908   15 years vboxsync Runtime/pathhost: a cast is no replacement for RTStrDup()
(edit) @28903   15 years vboxsync IPRT: iconv cache.
(edit) @28880   15 years vboxsync build fix.
(edit) @28877   15 years vboxsync IPRT: pathhost changes.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27800   15 years vboxsync iprt: applying sparc patch (selectively).
(edit) @27787   15 years vboxsync iprt: RTSocket/RTTcp: refcount the sockets the RTDbg* way.
(edit) @27744   15 years vboxsync IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
(edit) @27350   15 years vboxsync build fix
(edit) @27346   15 years vboxsync iprt: Added RTEnvQueryUtf16Block and RTEnvFreeUtf16Block as helpers …
(edit) @26608   15 years vboxsync IPRT: linux implementation of RTSystemQueryDmiString.
(edit) @26600   15 years vboxsync iprt: Added RTSystemQueryDmiString.
(edit) @26562   15 years vboxsync *: Added svn:keywords where missing.
(edit) @26344   15 years vboxsync Runtime: white space cleanup.
(edit) @26319   15 years vboxsync another warning regarding an ignored return value
(edit) @26258   15 years vboxsync two more
(edit) @25961   15 years vboxsync IPRT: Added RTUuidCompare2Strs; renamed tstUuid to tstRTUuid.
(edit) @25942   15 years vboxsync *: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
(edit) @25910   15 years vboxsync RTFileReadAll: Must pass DENY_NONE or we'll assert in down in RTFileOpen.
(edit) @25909   15 years vboxsync RTFileReadAll-generic.cpp: committed too much.
(edit) @25908   15 years vboxsync RTSemRWIsReadOwner: For assertion in main.
(edit) @25831   15 years vboxsync iprt/lockvalidation: give better names to anonymous locks
(edit) @25793   15 years vboxsync semrw-*generic.cpp: Corrected the c&p invalid handle errors in …
(edit) @25751   15 years vboxsync semrw-lockless-generic.cpp: -todo
(edit) @25748   15 years vboxsync iprt/cdefs,*: Use RT_LOCK_STRICT and RT_LOCK_STRICT_ORDER for …
(edit) @25724   15 years vboxsync iprt: Use RTMSINTERVAL for timeouts. Fixed missing timeout underflow …
(edit) @25723   15 years vboxsync iprt/RTSemRW: A little cleanup.
(edit) @25722   15 years vboxsync iprt/RTSemFastMutex: A little cleanup.
(edit) @25711   15 years vboxsync iprt: RTSemMutex order validation.
(edit) @25710   15 years vboxsync iprt: SemRW lock order bugfixes.
(edit) @25707   15 years vboxsync iprt: Added RTSemRWCreateEx and RTSemRWSetSubClass. Updated …
(edit) @25704   15 years vboxsync iprt,pdmcritsect: More flexible lock naming, added …
(edit) @25685   15 years vboxsync iprt,pdmcritsect: Some more lock validator code, almost there now... :-)
(edit) @25682   15 years vboxsync iprt,pdmcritsect: RTMSINTERVAL, RTLockValidatorClass* and some related …
(edit) @25670   15 years vboxsync semrw-lockless-generic.cpp: Use the unordered version of …
(edit) @25666   15 years vboxsync semrw-lockless-generic.cpp: bugfix, made it configurable by defining …
(edit) @25663   15 years vboxsync semrw-lockless-generic.cpp: Morphed the semxroads-generic.cpp into a …
(edit) @25641   15 years vboxsync iprt: file header fixes.
(edit) @25638   15 years vboxsync iprt,pdmcritsect: Added RTSemEvent[Set|Add|Remove]Signaller so that we …
(edit) @25620   15 years vboxsync iprt/semaphore.h: Added Debug wrappers for all the RW semaphores.
(edit) @25618   15 years vboxsync IPRT,pdmcritsect: More lock validator hacking.
(edit) @25616   15 years vboxsync iprt/semrw-*: Added RTSemRWGetReadCount. Adjusted writer fairness a …
(edit) @25614   15 years vboxsync iprt,pdmcritsect: More lock validator refactoring and debugging. Added …
(edit) @25612   15 years vboxsync semrw-generic.cpp: unfinished instrumentation of the code, but gotta …
(edit) @25607   15 years vboxsync iprt,pdmcritsect: Shortening and cleaning up the lock validator …
(edit) @25604   15 years vboxsync iprt: More deadlock hacking.
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