VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @46144   12 年 vboxsync Runtime: RTMpGetCoreCount() for Linux
(edit) @45678   12 年 vboxsync Runtime/aio: Add flags parameter to RTFileAioCtxCreate
(edit) @45104   12 年 vboxsync Corrected the spelling of '@todo' (it's not spelled with three X-es). ;-)
(edit) @45099   12 年 vboxsync Runtime: fixed RTSystemQueryTotalRam() and RTSystemQueryAvailableRam() …
(edit) @44529   12 年 vboxsync header (C) fixes
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @43548   12 年 vboxsync Runtime/r3/linux: improved RTSystemQueryAvailableRam() and added a TODO
(edit) @43535   12 年 vboxsync fixed SVN properties
(edit) @41774   12 年 vboxsync bugref..
(edit) @39724   13 年 vboxsync Shutdown implementation for linux (untested).
(edit) @39091   13 年 vboxsync More parameter warning fixes; made PciIch9 check the saved state version.
(edit) @37596   13 年 vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37211   14 年 vboxsync Some ASMAtomic*Size elimiation.
(edit) @37170   14 年 vboxsync linux affinity code.
(edit) @36912   14 年 vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36555   14 年 vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33269   14 年 vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @32968   14 年 vboxsync build fix
(edit) @32948   14 年 vboxsync semeventmulti-linux.cpp: bugfix
(edit) @32946   14 年 vboxsync iprt/semaphore.h: Started adding RTSem*<Wait|Request>Ex[Debug].
(edit) @29642   15 年 vboxsync RTSystemQueryDmiString-linux.cpp: RTSYSDMISTR_MANUFACTURER.
(edit) @29560   15 年 vboxsync RTSystemQueryDmiString: Added RTSYSDMISTR_MANUFACTURER and implemented …
(edit) @29111   15 年 vboxsync IPRT/fileaio-linux: Support flushes, not supported by any filesystem …
(edit) @28929   15 年 vboxsync IPRT: Fixed wrong format specifier in assertion (various …
(edit) @28915   15 年 vboxsync iprt: More path conversion avoidance.
(edit) @28863   15 年 vboxsync RTMpIsCpuOnline/linux/r3: disabled asssertion as …
(edit) @28858   15 年 vboxsync RTMpIsCpuOnline/linux/r3: better assertion.
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27129   15 年 vboxsync scm cleaned up some whitespace.
(edit) @26839   15 年 vboxsync RTSystemQueryDmiString-linux.cpp: fixed edge case.
(edit) @26618   15 年 vboxsync RTSystemQueryDmiString-linux.cpp: the dmi stuff can be in …
(edit) @26608   15 年 vboxsync IPRT: linux implementation of RTSystemQueryDmiString.
(edit) @26344   15 年 vboxsync Runtime: white space cleanup.
(edit) @26254   15 年 vboxsync mp-linux.cpp: warning.
(edit) @26253   15 年 vboxsync sysfs.cpp: Drop the temporary hack, it's not needed and generate warnings.
(edit) @26163   15 年 vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @25831   15 年 vboxsync iprt/lockvalidation: give better names to anonymous locks
(edit) @25724   15 年 vboxsync iprt: Use RTMSINTERVAL for timeouts. Fixed missing timeout underflow …
(edit) @25721   15 年 vboxsync iprt/RTSemMutex: MutexSem -> hMutexSem
(edit) @25720   15 年 vboxsync iprt: Added RTSemEventMultiCreateEx and did some cleanups of the …
(edit) @25717   15 年 vboxsync iprt: Added RTSemEventCreateEx and did some cleanups of the …
(edit) @25715   15 年 vboxsync semmutex-linux.cpp: lock validation fixes
(edit) @25711   15 年 vboxsync iprt: RTSemMutex order validation.
(edit) @25704   15 年 vboxsync iprt,pdmcritsect: More flexible lock naming, added …
(edit) @25688   15 年 vboxsync build fix.
(edit) @25685   15 年 vboxsync iprt,pdmcritsect: Some more lock validator code, almost there now... :-)
(edit) @25682   15 年 vboxsync iprt,pdmcritsect: RTMSINTERVAL, RTLockValidatorClass* and some related …
(edit) @25652   15 年 vboxsync semmutex-linux.cpp: Fixed bug in rtSemMutexRequest when calculating …
(edit) @25651   15 年 vboxsync -DEBUG_bird
(edit) @25650   15 年 vboxsync semevent-linux.cpp: Fixed bug in rtSemEventWait when calculating …
(edit) @25649   15 年 vboxsync semeventmulti-linux.cpp: Fixed bug in rtSemEventMultiWait when …
(edit) @25648   15 年 vboxsync iprt: Instrumented semeventmulti-linux.cpp and hacked more on the …
(edit) @25645   15 年 vboxsync IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
(edit) @25642   15 年 vboxsync DOXYGEN -> DOXYGEN_RUNNING.
(edit) @25640   15 年 vboxsync iprt: Added RTSemEventMulti[Set|Add|Remove]Signaller.
(edit) @25639   15 年 vboxsync -debug
(edit) @25638   15 年 vboxsync iprt,pdmcritsect: Added RTSemEvent[Set|Add|Remove]Signaller so that we …
(edit) @25628   15 年 vboxsync copy & past fix.
(edit) @25624   15 年 vboxsync iprt/semmutex*: Added RTSemMutexIsOwned. Rewrote mutex recursion …
(edit) @25618   15 年 vboxsync IPRT,pdmcritsect: More lock validator hacking.
(edit) @25614   15 年 vboxsync iprt,pdmcritsect: More lock validator refactoring and debugging. Added …
(edit) @25607   15 年 vboxsync iprt,pdmcritsect: Shortening and cleaning up the lock validator …
(edit) @25604   15 年 vboxsync iprt: More deadlock hacking.
(edit) @25491   15 年 vboxsync IPRT,PDMCritSect: Fixing critsect regression; contains under …
(edit) @25478   15 年 vboxsync IPRT,PDMCritSect: More lock validator refactoring.
(edit) @25467   15 年 vboxsync IPRT,PDMCritSect: More lock validation.
(edit) @25409   15 年 vboxsync IPRT,PDMCritSect,Main: Moved code dealing with lock counting from …
(edit) @25398   15 年 vboxsync IPRT,PDMAllocCritSect: Don't bitch when recursivly entering a mutex.
(edit) @25378   15 年 vboxsync Use RTSemMutexRequest*Debug in strict builds.
(edit) @25373   15 年 vboxsync IPRT,PDMCritSect: More validation changes. Validate posix and linux …
(edit) @25292   15 年 vboxsync RTDirReadEx parameter to resolve symlinks.
(edit) @23349   15 年 vboxsync iprt/sysfs: fix a todo
(edit) @23332   15 年 vboxsync iprt/linux/sysfs.h/cpp: code review, fixing RTLinuxSysFsGetLinkDest[V] …
(edit) @23309   15 年 vboxsync iprt/linux: add APIs for locating device nodes to sysfs APIs
(edit) @22969   15 年 vboxsync Runtime/fileaio-linux: Negate the result code. errno values are …
(edit) @22959   15 年 vboxsync sem*-linux.cpp,Makefile.kmk: Added check for cMillies==0 in RTSemEvent …
(edit) @22958   15 年 vboxsync i64Diff not u64Diff
(edit) @22957   15 年 vboxsync Runtime/semmutex: fix timeout handling like in semevent
(edit) @22956   15 年 vboxsync Runtime/semevent: clock_gettime(CLOCK_REALTIME) => …
(edit) @22955   15 年 vboxsync accident
(edit) @22954   15 年 vboxsync Runtime/semevent: stupid typos; no RT_UNLIKELY
(edit) @22952   15 年 vboxsync Runtime/semevent: Fix part II for the Linux-specific RTSemEvent*
(edit) @22950   15 年 vboxsync Runtime/semevent: Fix part I for the Linux-specific RTSemEvent*
(edit) @21505   15 年 vboxsync Fix Linux AIO by removing the needed header and defining needed types …
(edit) @21504   15 年 vboxsync Trying to fix OSE take 2
(edit) @21503   15 年 vboxsync bad idea
(edit) @21501   15 年 vboxsync try to fix the OSE burn
(edit) @19562   16 年 vboxsync Runtime/Aio: Change API again * pcReqs in RTFileAioCtxSubmit is …
(edit) @19371   16 年 vboxsync Runtime/Aio: Prevent inclusion of swabb.h because g++ doesn't like the …
(edit) @19346   16 年 vboxsync Runtime/Aio: Updates * Add POSIX backend needed for the Darwin …
(edit) @19185   16 年 vboxsync Runtime/Aio: Slight changes to the API for Windows. Fix the Solaris backend
(edit) @19126   16 年 vboxsync Runtime/Aio: * Move the validation macros to a new header because they …
(edit) @19054   16 年 vboxsync IPRT: svn props for tstFileAio.cpp and fileaio-linux.cpp. (Please use …
(edit) @17018   16 年 vboxsync RTProcIsRunningByName: spec update.
(edit) @17016   16 年 vboxsync RTProcIsRunningByName: Try /proc/N/exe first and /proc/N/cmdline is …
(edit) @17011   16 年 vboxsync RTProcIsRunningByName cleanup.
(edit) @17003   16 年 vboxsync iprt: Reading the exe link doesn't work on root processes. So use the …
(edit) @16999   16 年 vboxsync iprt: RTProcIsRunningByName implementation for Linux.
(edit) @15644   16 年 vboxsync IPRT: sysfs review, fixes and cleanup.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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