VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @12105   16 年 vboxsync iprt: Solaris R3 implementation of RTMp*Present*.
(edit) @11842   16 年 vboxsync build fix
(edit) @11841   16 年 vboxsync IPRT: RTR3InitEx.
(edit) @11840   16 年 vboxsync rtProcInitExePath-solaris: build fix.
(edit) @11839   16 年 vboxsync path.cpp: build fix.
(edit) @11838   16 年 vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @11836   16 年 vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @11822   16 年 vboxsync IPRT: RTR3Init cleanup.
(edit) @11810   16 年 vboxsync RTMpIsCpuOnline() for Darwin
(edit) @11794   16 年 vboxsync SUP: SUPInit(ppSession=NULL, cbReserved=0) -> SUPR3Init(ppSession)
(edit) @11790   16 年 vboxsync warnings
(edit) @11725   16 年 vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11719   16 年 vboxsync CPU speed fix for Solaris
(edit) @11708   16 年 vboxsync Fix for huge MHz numbers reported by list hostinfo on darwin
(edit) @11597   16 年 vboxsync iprt: RTR3Init is called more than once (IPC and now nspr init), so do …
(edit) @11557   16 年 vboxsync iprt: RTRandAdvCreateNonPseudo -> RTRandAdvCreateSystemFaster; …
(edit) @11523   16 年 vboxsync iprt: Implemented the /dev/urandom base random generator as a RTRAND …
(edit) @11468   16 年 vboxsync - first working XPCOM binding version - implemented check for …
(edit) @11356   16 年 vboxsync RTSystemQueryOSInfo/Win: Don't include "Service Pack" in the output, …
(edit) @11352   16 年 vboxsync iprt: Implemented RTSystemQueryOSInfo for windows.
(edit) @11350   16 年 vboxsync iprt: Added RTSystemQueryOSInfo.
(edit) @11337   16 年 vboxsync Runtime: new function for daemonizing, implemented on posix systems …
(edit) @11333   16 年 vboxsync iprt/mp-solaris: and another…
(edit) @11331   16 年 vboxsync iprt/mp-solaris: build fix
(edit) @11330   16 年 vboxsync iprt/mp-solaris: build fix
(edit) @11329   16 年 vboxsync iprt/mp-solaris: Filled in more missing bits.
(edit) @11328   16 年 vboxsync iprt/mp-solaris: Added RTMpIsCpuOnline and implemented RTMpIsCpuOnline.
(edit) @11327   16 年 vboxsync iprt: removed system-*.cpp
(edit) @11324   16 年 vboxsync iprt/RTMpGetOnlineSet: Hack to make solaris build…
(edit) @11273   16 年 vboxsync typo
(edit) @11272   16 年 vboxsync RTMpGetCount/solaris: Prefer _SC_NPROCESSORS_MAX over _SC_NPROCESSORS_CONF.
(edit) @11256   16 年 vboxsync Runtime: implement RTMpGetCount/RTMpGetOnlineCount.
(edit) @11243   16 年 vboxsync iprt/RTMpGetCount-posix: Avoid using _SC_NPROCESSORS_ONLN.
(edit) @11241   16 年 vboxsync iprt/r3/mp-solaris r=bird: - kstat doesn't appear to be serialized …
(edit) @11205   16 年 vboxsync Added mp-solaris.cpp for RTMpGetXxxFrequency()
(edit) @11133   16 年 vboxsync compiler warnings
(edit) @11020   16 年 vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @11019   16 年 vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @10941   16 年 vboxsync iprt/posix timers: Cleanup fixing the create/destroy races, a …
(edit) @10920   16 年 vboxsync POSIX timers with SIGEV_SIGNAL and a dedicated thread
(edit) @10911   16 年 vboxsync IPRT: Added RTPathSetCurrent.
(edit) @10854   16 年 vboxsync Disable use of posix timers on Solaris, working around the missing …
(edit) @10839   16 年 vboxsync RTSemEventDestroy: Don't bitch on NIL_RTSEMEVENT.
(edit) @10644   16 年 vboxsync r=bird: The file mode is the 3rd argument to open. If no mode is …
(edit) @10634   16 年 vboxsync Runtime: implement Unix access permissions in RTFileOpen
(edit) @10616   16 年 vboxsync comment
(edit) @10614   16 年 vboxsync Enable posix timers by default by all users of the code (requirement …
(edit) @10544   16 年 vboxsync Performance API, version 0, with fixed COMDefs.h.
(edit) @10534   16 年 vboxsync Backed out Performance API changes.
(edit) @10528   16 年 vboxsync Performance API, version 0, webservice broken.
(edit) @10482   16 年 vboxsync cosmetics.
(edit) @10481   16 年 vboxsync cosmetics.
(edit) @10470   16 年 vboxsync warning
(edit) @10452   16 年 vboxsync Cooked up some basic RTMp for darwin.
(edit) @10446   16 年 vboxsync Adjusted cpu frequency logic a bit. Make more generous assumptions …
(edit) @10445   16 年 vboxsync forgotten fclose, cleanup
(edit) @10442   16 年 vboxsync Implement getting CPU frequency values on Linux.
(edit) @10421   16 年 vboxsync _SC_NPROCESSORS_CONF doesn't work.
(edit) @10419   16 年 vboxsync Linux implementation of the RTMp* bits we current need in ring-3.
(edit) @10218   16 年 vboxsync POSIX timers, take two. No signals at all.
(edit) @9950   16 年 vboxsync Corrected NtQueryTimerResolution (max resolution == the lower number), …
(edit) @9935   16 年 vboxsync r=bird: Review comments, work to be done. Marked the …
(edit) @9932   16 年 vboxsync r=bird: (todo) Must dedicate a thread for taking the signals, we …
(edit) @9906   16 年 vboxsync build fixes for undefined VERR_NOT_IMPLEMENTED
(edit) @9904   16 年 vboxsync Global and per-VM CPU usage API added
(edit) @9839   16 年 vboxsync New implementation of RTTimer... using POSIX timers.
(edit) @9786   16 年 vboxsync fixed docs.
(edit) @9785   16 年 vboxsync Update the return value.
(edit) @9749   16 年 vboxsync spaces
(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) @9742   16 年 vboxsync Added a todo.
(edit) @9741   16 年 vboxsync Split out RTUuidCreate, so we don't drag in RTRand when we don't need …
(edit) @9740   16 年 vboxsync missing assertion.
(edit) @9739   16 年 vboxsync typo.
(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) @9358   16 年 vboxsync More fun.
(edit) @9357   16 年 vboxsync #include <limits.h>; this should drag in NAME_MAX whether even if it's …
(edit) @9355   16 年 vboxsync d_name can be defined as <= MAX_PATH (solaris does this). Clearified …
(edit) @8913   17 年 vboxsync made RTFileGetMaxSizeEx() OS-specific
(edit) @8707   17 年 vboxsync Something is broken here, most likely. dunno what.
(edit) @8706   17 年 vboxsync r=bird: the timeout handling is busted since we're using absolute wall …
(edit) @8653   17 年 vboxsync Added RTSemRWIsWriteOwner, RTSemRWGetWriteRecursion and …
(edit) @8652   17 年 vboxsync Lock counting.
(edit) @8651   17 年 vboxsync Moved the strictness indicators into internal/strict.h.
(edit) @8649   17 年 vboxsync Count mutex locks.
(edit) @8561   17 年 vboxsync To/FromNative - posix.
(edit) @8560   17 年 vboxsync To/FromNative - windows.
(edit) @8256   17 年 vboxsync rebranding, eol
(edit) @8245   17 年 vboxsync rebranding: IPRT files again.
(edit) @8194   17 年 vboxsync OS/2: Fixed builds.
(edit) @8170   17 年 vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @7986   17 年 vboxsync Runtime: Fixed RTSemEventMultiSignal(): pthread_cond_signal => …
(edit) @7938   17 年 vboxsync Solaris: semrw-posix fix.
(edit) @7922   17 年 vboxsync Fixed darwin build error.
(edit) @7920   17 年 vboxsync Adjusted the RTSemRW interface to do recursion. Updated the posix …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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