VirtualBox

source: vbox/trunk/src/VBox/Runtime

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @19147   16 年 vboxsync #3854: Error checking for skb_gso_segment().
(edit) @19143   16 年 vboxsync Compile fixes
(edit) @19128   16 年 vboxsync gcc-4.4 warning
(edit) @19126   16 年 vboxsync Runtime/Aio: * Move the validation macros to a new header because they …
(edit) @19120   16 年 vboxsync Various files: Virtual Box -> VirtualBox.
(edit) @19071   16 年 vboxsync memobj-r0drv-freebsd.c: make the exit point easier to spot.
(edit) @19057   16 年 vboxsync IPRT/mp-r0drv-freebsd.c: Fixed a couple of issues. (hope it still works)
(edit) @19056   16 年 vboxsync IPRT/darwin-r0: Fixed bug in RTMpOnOthers.
(edit) @19054   16 年 vboxsync IPRT: svn props for tstFileAio.cpp and fileaio-linux.cpp. (Please use …
(edit) @19040   16 年 vboxsync IPRT/fileaio-linux.cpp: A quick code review and cleanup: * …
(edit) @19011   16 年 vboxsync Runtime/Aio: Implementation for Solaris
(edit) @19005   16 年 vboxsync Runtime/R0/FreeBSD: Fix the rc hack. We can safely return with …
(edit) @19001   16 年 vboxsync Runtime/R0/FreeBSD: Correct Makefile
(edit) @19000   16 年 vboxsync Runtime/R0/FreeBSD: Finish RTMp API which is needed for VT-x/SVM
(edit) @18999   16 年 vboxsync Runtime/Aio: Linux backend and a simple testcase. Disabled by default. …
(edit) @18997   16 年 vboxsync IPRT: Redid r46081.
(edit) @18991   16 年 vboxsync IPRT: tstFork().
(edit) @18990   16 年 vboxsync IPRT/Makefile.kmk: missing directory deps.
(edit) @18989   16 年 vboxsync iprt/process: update the cached process ID on fork
(edit) @18988   16 年 vboxsync PGM api changes
(edit) @18972   16 年 vboxsync IPRT/r0drv/freebsd: properties.
(edit) @18970   16 年 vboxsync memobj-r0drv-freebsd.c: nitpicking…
(edit) @18969   16 年 vboxsync IPRT/r0drv/freebsd: redid the mp-r0drv-freebsd.c rename (r45979 and …
(edit) @18960   16 年 vboxsync Runtime/R0/FreeBSD: Fix the host crash during VM termination with …
(edit) @18921   16 年 vboxsync Runtime/R0/FreeBSD: Makefile changes for the FreeBSD port. Use the …
(edit) @18920   16 年 vboxsync Runtime/R0/FreeBSD: Implement method to map kernel memory into user space
(edit) @18919   16 年 vboxsync Runtime/R0/FreeBSD: Use msleep_spin instead of msleep because the …
(edit) @18918   16 年 vboxsync Runtime/R0/FreeBSD: Include needed header files
(edit) @18917   16 年 vboxsync Runtime/R0/FreeBSD: Delete forgotten file
(edit) @18903   16 年 vboxsync Runtime: rather ugly hack to force execute permissions on windows …
(edit) @18859   16 年 vboxsync #2957: Dynamic add/remove via /dev/vboxnetctl ioctls.
(edit) @18847   16 年 vboxsync RTTest: Added alternative API that's easier to use.
(edit) @18808   16 年 vboxsync Runtime: Fix RTStrmGetLine() to return VERR_EOF when the end of …
(edit) @18805   16 年 vboxsync Runtime: fixed RTFileReadAll()
(edit) @18803   16 年 vboxsync Backed out r45795.
(edit) @18802   16 年 vboxsync 2957: Dynamic add/remove via /dev/vboxnetctl ioctls.
(edit) @18750   16 年 vboxsync RuntimeR0Drv: Promoted the random stuff from solaris to all.
(edit) @18744   16 年 vboxsync Runtime/getopt: provide way to figure out which option definition matched
(edit) @18638   16 年 vboxsync Doxygen: 2nd go at updating this; leaving selected indent and comment …
(edit) @18629   16 年 vboxsync backed out r45404 as it messes up the file, manual merge of the …
(edit) @18603   16 年 vboxsync heapsimple.cpp: Just convert to C style, plese, do NOT move comments …
(edit) @18602   16 年 vboxsync log-vbox.cpp: Just drop the warning, we can't add this to every other …
(edit) @18587   16 年 vboxsync typo + gcc warning
(edit) @18571   16 年 vboxsync tstUtf8: Converted to RTTest (awful lot of work) and added RTStrStr …
(edit) @18570   16 年 vboxsync RTStrIStr: fixed inverted test.
(edit) @18569   16 年 vboxsync RTTest: sub tests, more typical reporting of those.
(edit) @18562   16 年 vboxsync build fix?
(edit) @18561   16 年 vboxsync Warnings: move assertion statements for parameters past initial …
(edit) @18560   16 年 vboxsync Fix warning on linux about decls-after-statement.
(edit) @18552   16 年 vboxsync IPRT: Untested RTStrIStr and RTStrStr. (testcase is underways)
(edit) @18544   16 年 vboxsync RTStrToUpper/Lower: Document assumtions & todos properly, added …
(edit) @18538   16 年 vboxsync docs: do as doxygen suggested and run "doxygen -u" to update these …
(edit) @18537   16 年 vboxsync bah.
(edit) @18536   16 年 vboxsync logbackdoor.cpp: Use ASMOutStrU8.
(edit) @18528   16 年 vboxsync Runtime: added RTStrToLower & RTStrToUpper
(edit) @18522   16 年 vboxsync memobj-r0drv-linux.c: nitpicking.
(edit) @18496   16 年 vboxsync IPRT/the-nt-kernel.h: shut up warnings about stupid intrinsics.
(edit) @18468   16 年 vboxsync tstAvl: warning about useless test.
(edit) @18455   16 年 vboxsync tstRand: fixed warning stemming from a row of extra zeros.
(edit) @18454   16 年 vboxsync tstLdr: copy&past warning.
(edit) @18428   16 年 vboxsync heapsimple.cpp: MSC/64 warning.
(edit) @18427   16 年 vboxsync iprt/test.cpp: MSC/64 warnings.
(edit) @18426   16 年 vboxsync zip.cpp: shut up some conversion warnings (MSC/64).
(edit) @18425   16 年 vboxsync tstBitOperations: Use RT_ZERO instead of memset a couple of place so …
(edit) @18371   16 年 vboxsync RTAssertShouldPanic-vbox.cpp: don't waste stack.
(edit) @18367   16 年 vboxsync tstBitOperations: Another testcase (left over from debugging a silly …
(edit) @18366   16 年 vboxsync RTTest: RTTEST_CHECK, doxygen.
(edit) @18365   16 年 vboxsync tstBitOperations: Use RTTest.
(edit) @18364   16 年 vboxsync RTTest: kick-off for testcase helpers.
(edit) @18357   16 年 vboxsync tstLdr-3: cpu mode.
(edit) @18329   16 年 vboxsync iprt/err.h: Added VERR_INTERNAL_ERROR_2 and VERR_INTERNAL_ERROR_3 for …
(edit) @18323   16 年 vboxsync DHCP server/win: make it work again; NetFlt,Adp/win: IDC init polling
(edit) @18318   16 年 vboxsync space
(edit) @18250   16 年 vboxsync enable vm_insert_page() for Linux 2.6.23+
(edit) @18196   16 年 vboxsync Runtime: don't hide the return code from SUPR3Init()
(edit) @18188   16 年 vboxsync Added RTLogGetDefaultInstance
(edit) @18174   16 年 vboxsync fixed VBOX_ASSERT=gdb
(edit) @18129   16 年 vboxsync NetFlt/win: use fDisablePromiscuous flag
(edit) @18128   16 年 vboxsync IPRT, Shared Folders: Implemented file attributes access flags for …
(edit) @18117   16 年 vboxsync sed(1): make these locale independent by using [:alnum:] and friends. …
(edit) @18110   16 年 vboxsync gcc warning (not ideal btw)
(edit) @18100   16 年 vboxsync typo
(edit) @18096   16 年 vboxsync spaces, sigh.
(edit) @18095   16 年 vboxsync how difficult can this be…
(edit) @18055   16 年 vboxsync Runtime: call setlocale from RTR3Init, not as a global initialiser
(edit) @17951   16 年 vboxsync Runtime: reversed r44528
(edit) @17949   16 年 vboxsync Runtime: weaken an assertion in RTErrConvertToErrno
(edit) @17809   16 年 vboxsync fixed copyright
(edit) @17748   16 年 vboxsync fixed installation path
(edit) @17744   16 年 vboxsync IPRT: Added a static/dll guest lib called RuntimeGuestR3Shared (use …
(edit) @17588   16 年 vboxsync IPRT: heapsimple.cpp to RuntimeR0Drv_SOURCES not dot-something.
(edit) @17582   16 年 vboxsync Add heapsimple to the RuntimeR0Drv library for .win (remove from …
(edit) @17522   16 年 vboxsync strformattype.cpp: be a bit more gentle if the type is missing.
(edit) @17464   16 年 vboxsync Add heapsimple to the RuntimeGuestR0 library.
(edit) @17441   16 年 vboxsync IPRT/RTGetOpt: Added RTGETOPT_REQ_MACADDR.
(edit) @17416   16 年 vboxsync Backed out 43811; not required
(edit) @17410   16 年 vboxsync Don't flush the RC log in AssertMsg1/2; it's done automatically and …
(edit) @17405   16 年 vboxsync Don't flush so often
(edit) @17357   16 年 vboxsync todo in iprt
(edit) @17355   16 年 vboxsync IPRT: Build RuntimeR3 with the RT_NO_GIP option so we don't need to …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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