VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @25373   15 年 vboxsync IPRT,PDMCritSect: More validation changes. Validate posix and linux …
(edit) @25368   15 年 vboxsync RTCritSect,PDMCritSect,iprt/lockvalidator.h: Reworked the deadlocking …
(edit) @25000   15 年 vboxsync IPRT: Fixed -Wshadow warnings, found two bugs in error paths.
(edit) @24189   15 年 vboxsync IPRT: Added RTFileQuerySize.
(edit) @23718   15 年 vboxsync critsect-generic.cpp: Don't use AssertMsgFailed on nested entry since …
(edit) @23619   15 年 vboxsync comment typo.
(edit) @23302   15 年 vboxsync IPRT: r52791 repated for RTFileExists.
(edit) @23299   15 年 vboxsync build fix.
(edit) @23298   15 年 vboxsync RTDirExists: Added a generic implementation for use on Window because …
(edit) @23295   15 年 vboxsync RTDirQueryInfo: Resolve symbolic links.
(edit) @22133   15 年 vboxsync RTAssertShouldPanic-generic.cpp: doc how to disable panic (ring-0).
(edit) @21801   15 年 vboxsync IPRT: Clearified RTFileReadAll*.
(edit) @21725   15 年 vboxsync iprt: Added RTMpGetDescription.
(edit) @21533   15 年 vboxsync semfastmutex-generic.cpp: fixed leak in error path. @todo about no-nesting.
(edit) @21399   15 年 vboxsync timerlr-generic.cpp,iprt/timer.h: Skip ticks if we're more than 60 …
(edit) @21337   15 年 vboxsync IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel …
(edit) @21332   15 年 vboxsync dead
(edit) @20647   15 年 vboxsync IPRT: Added simple testcase for the RTStrCache API (just to smoke it out).
(edit) @20603   15 年 vboxsync Runtime/generic SemRW: fix return values
(edit) @20601   15 年 vboxsync Runtime: generic SemRW code, removed old implementation
(edit) @20575   15 年 vboxsync IPRT: Wrote the body for tstRTMemPool and fixed two isseus in …
(edit) @20561   15 年 vboxsync iprt: Implemented RTMemPoolDestroy
(edit) @20374   15 年 vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20364   15 年 vboxsync IPRT: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20360   15 年 vboxsync IPRT: Memory pool (untested) and string pool stub implementation.
(edit) @20111   15 年 vboxsync IPRT: Use the generic RTDirCreateTemp implementation - made it a bit …
(edit) @20104   15 年 vboxsync IPRT: Added a generic implementation of RTDirCreateTemp (untested and …
(edit) @20008   16 年 vboxsync PDMCritSect: rewrite, ring-0 unlocking not yet enabled.
(edit) @19989   16 年 vboxsync critsect-generic.cpp: Xchg*32 -> Write*32.
(edit) @19350   16 年 vboxsync IPRT,tstDisasm-2: defined flags for RTFileReadAllEx and …
(edit) @19198   16 年 vboxsync IPRT: Added RTUuidFrom/ToUtf16. (untested)
(edit) @18805   16 年 vboxsync Runtime: fixed RTFileReadAll()
(edit) @17011   16 年 vboxsync RTProcIsRunningByName cleanup.
(edit) @16999   16 年 vboxsync iprt: RTProcIsRunningByName implementation for Linux.
(edit) @14298   16 年 vboxsync Corrected a couple of grammos.
(edit) @14067   16 年 vboxsync RTUuidIsNull: returns true if pUuid is NULL, not VERR_INVALID_PARAMETER.
(edit) @13977   16 年 vboxsync C warnings
(edit) @13908   16 年 vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13837   16 年 vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 年 vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13319   16 年 vboxsync linux kernel modules: export symbols where they are implemented
(edit) @13306   16 年 vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @12892   16 年 vboxsync AssertMsgRC
(edit) @12104   16 年 vboxsync iprt: Added RTMpGetPresentSet, RTMpGetPresentCount and …
(edit) @11557   16 年 vboxsync iprt: RTRandAdvCreateNonPseudo -> RTRandAdvCreateSystemFaster; …
(edit) @11523   16 年 vboxsync iprt: Implemented the /dev/urandom base random generator as a RTRAND …
(edit) @11413   16 年 vboxsync Runtime: small fix to the UUID code, splitting the ClockSeq field and …
(edit) @11350   16 年 vboxsync iprt: Added RTSystemQueryOSInfo.
(edit) @10972   16 年 vboxsync RTTimerLRCreateEx: Fixed parameter validation for one shot timers.
(edit) @10944   16 年 vboxsync iprt: RTTimerLR - low resolution timer API (< 10 Hz).
(edit) @10425   16 年 vboxsync Fixed incorrect function delcarations.
(edit) @10418   16 年 vboxsync New runtime functions fopr getting cpu frequency. Stubs only to far.
(edit) @9744   16 年 vboxsync Opps, left some @todos behind.
(edit) @9743   16 年 vboxsync Made RTUuidCompare grok NULL pointers and behave the same way in both …
(edit) @9741   16 年 vboxsync Split out RTUuidCreate, so we don't drag in RTRand when we don't need …
(edit) @9738   16 年 vboxsync Some UUID cleanup; added RTUuidCompareStr(PCRTUUID, const char *).
(edit) @9444   16 年 vboxsync Added iTick to FNTIMER (the timer callback).
(edit) @9429   16 年 vboxsync RTMpDoesCpuExist -> RTMpIsCpuPossible. Changed the RTMpGetCount and …
(edit) @9416   16 年 vboxsync Return VERR_NOT_SUPPORTED if RTTIMER_FLAGS_CPU_* is set.
(edit) @9308   16 年 vboxsync Comment.
(edit) @8954   17 年 vboxsync Don't fail on 0 byte files.
(edit) @8925   17 年 vboxsync New file APIs for reading (or mapping) a file into memory: …
(edit) @8662   17 年 vboxsync PDMCritSect fix.
(edit) @8651   17 年 vboxsync Moved the strictness indicators into internal/strict.h.
(edit) @8650   17 年 vboxsync L4 uses TLS and doesn't need to be excluded from strict critsects.
(edit) @8645   17 年 vboxsync Added lock counts to the threads.
(edit) @8245   17 年 vboxsync rebranding: IPRT files again.
(edit) @8170   17 年 vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @7348   17 年 vboxsync Generic implementations of the new RTMp functions.
(edit) @7340   17 年 vboxsync Runtime: Added fFlags (RTFILECOPY_FLAG_NO_DENY_WRITE) to RTFileCopyEx.
(edit) @7254   17 年 vboxsync Sketched out RTMp*. (All the platform specific code is disabled.)
(edit) @6961   17 年 vboxsync Generic implementation (in case it's needed).
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5974   17 年 vboxsync Implemented RTTimeNormalize. Added a offUTC field to RTTIME (only …
(edit) @4750   17 年 vboxsync eol style native
(edit) @4534   17 年 vboxsync FreeBSD needs extern char environ; Assume the other BSD needs this too.
(edit) @4476   17 年 vboxsync fixed darwin and two really bad assertions.
(edit) @4475   17 年 vboxsync Some adjustments to RTEnv and RTProcCreate. Should work on darwin now.
(edit) @4474   17 年 vboxsync Solaris.
(edit) @4287   17 年 vboxsync Solaris
(edit) @4130   17 年 vboxsync license header fix
(edit) @4104   17 年 vboxsync Runtime/RTEnv: Fixed the off by one bug.
(edit) @4101   17 年 vboxsync Attempt to fix the burning L4 testbox by making Dmitry's environment …
(edit) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4066   17 年 vboxsync Runtime: Fixed linux builds.
(edit) @4063   17 年 vboxsync Runtime: Added basic RTEnv...(RTENV,..) API.
(edit) @3672   17 年 vboxsync RT_OS_* and RT_ARCH_* for Runtime/ and Support/
(edit) @2981   17 年 vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2629   18 年 vboxsync some flags and fixed broken RTTimeLocaleNow on windows.
(edit) @2617   18 年 vboxsync export to OSE
(edit) @2615   18 年 vboxsync export to OSE
(edit) @2477   18 年 vboxsync export
(edit) @2475   18 年 vboxsync Makefile.kmk -> Makefile.kup
(edit) @1816   18 年 vboxsync moved magics to a common header to avoid duplicating the same defines …
(edit) @1807   18 年 vboxsync Adopted the posix timer code to support the three new timer APIs
(edit) @1781   18 年 vboxsync Split out generic/RTTimerCreate-generic.cpp from generic/timer-generic.cpp.
(edit) @1536   18 年 vboxsync Some ring-3 adjustments.
(edit) @935   18 年 vboxsync moving it (part 1).
(edit) @899   18 年 vboxsync don't assert on bad uuid strings.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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