VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23718   15 years vboxsync critsect-generic.cpp: Don't use AssertMsgFailed on nested entry since …
(edit) @23619   15 years vboxsync comment typo.
(edit) @23302   15 years vboxsync IPRT: r52791 repated for RTFileExists.
(edit) @23299   15 years vboxsync build fix.
(edit) @23298   15 years vboxsync RTDirExists: Added a generic implementation for use on Window because …
(edit) @23295   15 years vboxsync RTDirQueryInfo: Resolve symbolic links.
(edit) @22133   15 years vboxsync RTAssertShouldPanic-generic.cpp: doc how to disable panic (ring-0).
(edit) @21801   15 years vboxsync IPRT: Clearified RTFileReadAll*.
(edit) @21725   15 years vboxsync iprt: Added RTMpGetDescription.
(edit) @21533   15 years vboxsync semfastmutex-generic.cpp: fixed leak in error path. @todo about no-nesting.
(edit) @21399   15 years vboxsync timerlr-generic.cpp,iprt/timer.h: Skip ticks if we're more than 60 …
(edit) @21337   15 years vboxsync IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel …
(edit) @21332   15 years vboxsync dead
(edit) @20647   15 years vboxsync IPRT: Added simple testcase for the RTStrCache API (just to smoke it out).
(edit) @20603   15 years vboxsync Runtime/generic SemRW: fix return values
(edit) @20601   15 years vboxsync Runtime: generic SemRW code, removed old implementation
(edit) @20575   15 years vboxsync IPRT: Wrote the body for tstRTMemPool and fixed two isseus in …
(edit) @20561   15 years vboxsync iprt: Implemented RTMemPoolDestroy
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20364   15 years vboxsync IPRT: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20360   15 years vboxsync IPRT: Memory pool (untested) and string pool stub implementation.
(edit) @20111   16 years vboxsync IPRT: Use the generic RTDirCreateTemp implementation - made it a bit …
(edit) @20104   16 years vboxsync IPRT: Added a generic implementation of RTDirCreateTemp (untested and …
(edit) @20008   16 years vboxsync PDMCritSect: rewrite, ring-0 unlocking not yet enabled.
(edit) @19989   16 years vboxsync critsect-generic.cpp: Xchg*32 -> Write*32.
(edit) @19350   16 years vboxsync IPRT,tstDisasm-2: defined flags for RTFileReadAllEx and …
(edit) @19198   16 years vboxsync IPRT: Added RTUuidFrom/ToUtf16. (untested)
(edit) @18805   16 years vboxsync Runtime: fixed RTFileReadAll()
(edit) @17011   16 years vboxsync RTProcIsRunningByName cleanup.
(edit) @16999   16 years vboxsync iprt: RTProcIsRunningByName implementation for Linux.
(edit) @14298   16 years vboxsync Corrected a couple of grammos.
(edit) @14067   16 years vboxsync RTUuidIsNull: returns true if pUuid is NULL, not VERR_INVALID_PARAMETER.
(edit) @13977   16 years vboxsync C warnings
(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) @13319   16 years vboxsync linux kernel modules: export symbols where they are implemented
(edit) @13306   16 years vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @12892   16 years vboxsync AssertMsgRC
(edit) @12104   16 years vboxsync iprt: Added RTMpGetPresentSet, RTMpGetPresentCount and …
(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) @11413   16 years vboxsync Runtime: small fix to the UUID code, splitting the ClockSeq field and …
(edit) @11350   16 years vboxsync iprt: Added RTSystemQueryOSInfo.
(edit) @10972   16 years vboxsync RTTimerLRCreateEx: Fixed parameter validation for one shot timers.
(edit) @10944   16 years vboxsync iprt: RTTimerLR - low resolution timer API (< 10 Hz).
(edit) @10425   16 years vboxsync Fixed incorrect function delcarations.
(edit) @10418   16 years vboxsync New runtime functions fopr getting cpu frequency. Stubs only to far.
(edit) @9744   16 years vboxsync Opps, left some @todos behind.
(edit) @9743   16 years vboxsync Made RTUuidCompare grok NULL pointers and behave the same way in both …
(edit) @9741   16 years vboxsync Split out RTUuidCreate, so we don't drag in RTRand when we don't need …
(edit) @9738   16 years vboxsync Some UUID cleanup; added RTUuidCompareStr(PCRTUUID, const char *).
(edit) @9444   16 years vboxsync Added iTick to FNTIMER (the timer callback).
(edit) @9429   17 years vboxsync RTMpDoesCpuExist -> RTMpIsCpuPossible. Changed the RTMpGetCount and …
(edit) @9416   17 years vboxsync Return VERR_NOT_SUPPORTED if RTTIMER_FLAGS_CPU_* is set.
(edit) @9308   17 years vboxsync Comment.
(edit) @8954   17 years vboxsync Don't fail on 0 byte files.
(edit) @8925   17 years vboxsync New file APIs for reading (or mapping) a file into memory: …
(edit) @8662   17 years vboxsync PDMCritSect fix.
(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) @8645   17 years vboxsync Added lock counts to the threads.
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7348   17 years vboxsync Generic implementations of the new RTMp functions.
(edit) @7340   17 years vboxsync Runtime: Added fFlags (RTFILECOPY_FLAG_NO_DENY_WRITE) to RTFileCopyEx.
(edit) @7254   17 years vboxsync Sketched out RTMp*. (All the platform specific code is disabled.)
(edit) @6961   17 years vboxsync Generic implementation (in case it's needed).
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5974   17 years vboxsync Implemented RTTimeNormalize. Added a offUTC field to RTTIME (only …
(edit) @4750   17 years vboxsync eol style native
(edit) @4534   17 years vboxsync FreeBSD needs extern char environ; Assume the other BSD needs this too.
(edit) @4476   17 years vboxsync fixed darwin and two really bad assertions.
(edit) @4475   17 years vboxsync Some adjustments to RTEnv and RTProcCreate. Should work on darwin now.
(edit) @4474   17 years vboxsync Solaris.
(edit) @4287   17 years vboxsync Solaris
(edit) @4130   17 years vboxsync license header fix
(edit) @4104   17 years vboxsync Runtime/RTEnv: Fixed the off by one bug.
(edit) @4101   17 years vboxsync Attempt to fix the burning L4 testbox by making Dmitry's environment …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4066   17 years vboxsync Runtime: Fixed linux builds.
(edit) @4063   17 years vboxsync Runtime: Added basic RTEnv...(RTENV,..) API.
(edit) @3672   17 years vboxsync RT_OS_* and RT_ARCH_* for Runtime/ and Support/
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2629   18 years vboxsync some flags and fixed broken RTTimeLocaleNow on windows.
(edit) @2617   18 years vboxsync export to OSE
(edit) @2615   18 years vboxsync export to OSE
(edit) @2477   18 years vboxsync export
(edit) @2475   18 years vboxsync Makefile.kmk -> Makefile.kup
(edit) @1816   18 years vboxsync moved magics to a common header to avoid duplicating the same defines …
(edit) @1807   18 years vboxsync Adopted the posix timer code to support the three new timer APIs
(edit) @1781   18 years vboxsync Split out generic/RTTimerCreate-generic.cpp from generic/timer-generic.cpp.
(edit) @1536   18 years vboxsync Some ring-3 adjustments.
(edit) @935   18 years vboxsync moving it (part 1).
(edit) @899   18 years vboxsync don't assert on bad uuid strings.
(edit) @893   18 years vboxsync Use RTRand.
(edit) @890   18 years vboxsync RTRand API (feel free to improve the fallback code).
(edit) @751   18 years vboxsync Stricter check in RTCritSectEnter for destroyed critical sections.
(edit) @405   18 years vboxsync We're better off using the generic timer implementation on darwin. I …
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