VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @46700   11 年 vboxsync ldrNative-win.cpp: Assert on relative paths.
(edit) @46697   11 年 vboxsync additional check
(edit) @46668   11 年 vboxsync Runtime/r3/darwin/mp-darwin: fixed typo
(edit) @46640   11 年 vboxsync typo.
(edit) @46639   11 年 vboxsync Added RTMpGetOnlineCoreCount and RTMpGetPresentCoreCount.
(edit) @46637   11 年 vboxsync remove test /16.
(edit) @46635   11 年 vboxsync RTMpGetCoreCount: Very complicated way of walking an array, I'd say, …
(edit) @46625   11 年 vboxsync unify casing
(edit) @46624   11 年 vboxsync use RTLdrLoadSystem here as well
(edit) @46619   11 年 vboxsync typo
(edit) @46618   11 年 vboxsync Runtime/r3/mp-win: coding style
(edit) @46617   11 年 vboxsync Runtime/r3/mp-win, Runtime/Makefile: build fix.
(edit) @46616   11 年 vboxsync Runtime/r3/mp-win, Runtime/Makefile: Support for getting physical core …
(edit) @46593   11 年 vboxsync updates
(edit) @46577   11 年 vboxsync build fix.
(edit) @46572   11 年 vboxsync More correct.
(edit) @46570   11 年 vboxsync hacked up a way of getting one block of low memory.
(edit) @46568   11 年 vboxsync build fix
(edit) @46567   11 年 vboxsync RTMemAllocEx for ring-3.
(edit) @46561   11 年 vboxsync Runtime/r3/win: rtldrNative restriction
(edit) @46547   11 年 vboxsync grml
(edit) @46546   11 年 vboxsync Runtime/alloc: activating memory tracking and electric fence at the …
(edit) @46404   11 年 vboxsync Forward ported r86229, r86230 + r86234 (IPRT/process-win.cpp: If …
(edit) @46333   11 年 vboxsync rtTestXmlStart: fix.
(edit) @46326   11 年 vboxsync RT_STR_TUPLE
(edit) @46324   11 年 vboxsync Runtime/linux/RTSystemQueryAvailableRam: also consider the cached memory
(edit) @46317   11 年 vboxsync RTTest: fixed typo
(edit) @46298   11 年 vboxsync RTTest: Added some new features/APIs for forwarding bootsector test …
(edit) @46251   12 年 vboxsync Runtime: Bugfix for RTFileSg* API
(edit) @46248   12 年 vboxsync build fixes
(edit) @46245   12 年 vboxsync Runtime: RTFileSg{Read|Write}At API
(edit) @46231   12 年 vboxsync GetTickCount isn't usable, bit the bullet and read interrupt time from …
(edit) @46223   12 年 vboxsync Must use same time source in user and kernel land otherwise we might …
(edit) @46169   12 年 vboxsync Changes in parsing, extracting and processing an OVF version in/from a …
(edit) @46144   12 年 vboxsync Runtime: RTMpGetCoreCount() for Linux
(edit) @46035   12 年 vboxsync Remove L4 support from main tree.
(edit) @46014   12 年 vboxsync RTDirQueryUnknownType* adjustment.
(edit) @46013   12 年 vboxsync RTDirQueryUnknownType* adjustment.
(edit) @46008   12 年 vboxsync iprt/dir.h,++: Added RTDirQueryUnknownType, RTDirQueryUnknownTypeEx, …
(edit) @45948   12 年 vboxsync IPRT: Added RTTcpClientConnectEx and RTTcpClientCancelConnect.
(edit) @45678   12 年 vboxsync Runtime/aio: Add flags parameter to RTFileAioCtxCreate
(edit) @45630   12 年 vboxsync rtDirOpenCommon: We don't need to resolve symbolic links in the path, …
(edit) @45593   12 年 vboxsync VBoxRT-openssl-ose.def: Build fix from Sander.
(edit) @45375   12 年 vboxsync RTPathParse -> RTPathParseSimple.
(edit) @45356   12 年 vboxsync tabs
(edit) @45350   12 年 vboxsync More ntBldSymDb.cpp work.
(edit) @45338   12 年 vboxsync Runtime/stream: initialize fRecheckMode
(edit) @45263   12 年 vboxsync rand-posix.cpp: Another S10 (testboxsh1) fix/hack.
(edit) @45260   12 年 vboxsync We should probably check the iconv return value a little more closely. …
(edit) @45243   12 年 vboxsync Use NSStartSearchPathEnumeration + NSDocumentDirectory insted of …
(edit) @45176   12 年 vboxsync Runtime: export systemmem-ose to OSE
(edit) @45174   12 年 vboxsync accident
(edit) @45173   12 年 vboxsync doc: re-added vbox-greeter documentation
(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) @44817   12 年 vboxsync win build fix
(edit) @44556   12 年 vboxsync Use posix_spawn on mac as well, its (mostly) there since 10.5.
(edit) @44555   12 年 vboxsync process-creation-posix.cpp: posix_spawnattr_setsigmask doesn't take …
(edit) @44554   12 年 vboxsync RTTestPassed/RTTestIPassed does not accept NULL as a parameter. Use …
(edit) @44549   12 年 vboxsync Runtime/posix/RTProcCreateEx: unblock all signals for the new child process
(edit) @44529   12 年 vboxsync header (C) fixes
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @44494   12 年 vboxsync needs checking up…
(edit) @44489   12 年 vboxsync The deatch problem on OS/2 is in RTProcCreate.
(edit) @44487   12 年 vboxsync IPRT: Poll on OS/2.
(edit) @44486   12 年 vboxsync Just save all the init flags instead of just the unobtrusive one.
(edit) @44485   12 年 vboxsync RT_BOOL.
(edit) @44472   12 年 vboxsync IPRT: Merging poll-win.cpp and poll-posix.cpp, part 2.
(edit) @44469   12 年 vboxsync IPRT: Merging poll-win.cpp and poll-posix.cpp, part 1.
(edit) @44462   12 年 vboxsync pipe-os2.cpp: Basic implementation passes the test case.
(edit) @44460   12 年 vboxsync build fix
(edit) @44456   12 年 vboxsync Runtime: add unobtrusive initialisation option which does not block …
(edit) @44429   12 年 vboxsync IPRT/r3/socket.cpp: OS/2 has trouble sending buffers larger than 64KB, …
(edit) @44298   12 年 vboxsync Implemented RTFileSetOwner on non-windows systems.
(edit) @44255   12 年 vboxsync Test value unit constants.
(edit) @44231   12 年 vboxsync dir-win.cpp: supposed to return success even if no matches were found, …
(edit) @44220   12 年 vboxsync tstRTTime: Renamed from tstTime, convert to RTTest and restricted the …
(edit) @44192   12 年 vboxsync r3/test.cpp: Added IPRT_TEST_OMIT_TOP_TEST env.var. for supressing the …
(edit) @44140   12 年 vboxsync IPRT/r3/test.cpp: No element values, only attribute values. Simplifies …
(edit) @44025   12 年 vboxsync Put IN_RT_STATIC in the VBOXR3STATIC template so everyone have the …
(edit) @44020   12 年 vboxsync IPRT/thread-posix.cpp: avoid the pthread_setname_np dlsym trickery in …
(edit) @43902   12 年 vboxsync IPRT/xml: Add getPrefix() method to get a prefix a xml node (pref:name …
(edit) @43880   12 年 vboxsync Implemented RTSystemQueryTotalRam and RTSystemQueryAvailableRam on solaris.
(edit) @43879   12 年 vboxsync Extended RTOnce with termination cleanups. (Changes existing …
(edit) @43686   12 年 vboxsync Solaris/coredumper: Remove dead code. Can't use RTDirOpen while …
(edit) @43685   12 年 vboxsync Solaris/coredumper: doxygen.
(edit) @43684   12 年 vboxsync Solaris/coredumper: comment.
(edit) @43574   12 年 vboxsync src/libs/openssl: retired VBOX_OPENSSL_ALL
(edit) @43560   12 年 vboxsync RT/darwin: enhancements after review.
(edit) @43559   12 年 vboxsync RT: build fix.
(edit) @43558   12 年 vboxsync RT/Darwin: introduces simplefied phread_mutex_timedlock
(edit) @43548   12 年 vboxsync Runtime/r3/linux: improved RTSystemQueryAvailableRam() and added a TODO
(edit) @43535   12 年 vboxsync fixed SVN properties
(edit) @43443   12 年 vboxsync IPRT: Implemented RTSystemQueryTotalRam and RTSystemQueryAvailableRam …
(edit) @43386   12 年 vboxsync exploring nt.
(edit) @43363   12 年 vboxsync Haiku Additions.
(edit) @43213   12 年 vboxsync RTSocketGetAddrInfo -> RTSocketQueryAddressStr
(edit) @43206   12 年 vboxsync More cleanups.
(edit) @43205   12 年 vboxsync cleanup fix
(edit) @43204   12 年 vboxsync The code breaks NT4 additions, trying a quick fix before backing out …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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