VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @9963   16 年 vboxsync More pretty printing.
(edit) @9950   16 年 vboxsync Corrected NtQueryTimerResolution (max resolution == the lower number), …
(edit) @9909   16 年 vboxsync fixed spelling (r32159)
(edit) @9502   17 年 vboxsync asm strlen. Added a few more string/mem functions to the windows R0 …
(edit) @9444   17 年 vboxsync Added iTick to FNTIMER (the timer callback).
(edit) @9212   17 年 vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9187   17 年 vboxsync Some kind of number puzzle.
(edit) @9186   17 年 vboxsync Better testcases for ASMMemFill32 and ASMMemZero32.
(edit) @9185   17 年 vboxsync Added testcase for ASMMemFill32 and ASMMemZero32.
(edit) @9138   17 年 vboxsync tstFileAppendWin-1 for exploring FILE_APPEND_DATA.
(edit) @8889   17 年 vboxsync Added ASMGetCpuModuleIntel/Amd and ASMIsIntelCpu and ASMIsIntelCpuEx …
(edit) @8882   17 年 vboxsync Added ASMGetCpuFamily, ASMGetCpuModel and ASMGetCpuStepping to pack up …
(edit) @8760   17 年 vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8730   17 年 vboxsync Include the testcase bit using the sub-makefile setup.
(edit) @8729   17 年 vboxsync cosmetics
(edit) @8727   17 年 vboxsync sorted the stuff.
(edit) @8295   17 年 vboxsync Renamed ip.cpp, tstIp.cpp and ip.h to cidr so they correspond to the …
(edit) @8290   17 年 vboxsync svn properties. comment bars and iprt init.
(edit) @8284   17 年 vboxsync simple scanning function for IPv4 CIDR addresses
(edit) @8279   17 年 vboxsync Give VWRN_NUMBER_TOO_BIG highest priority among the warnings.
(edit) @8245   17 年 vboxsync rebranding: IPRT files again.
(edit) @8190   17 年 vboxsync gcc warnings
(edit) @8170   17 年 vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @8147   17 年 vboxsync Extended RTGetOpt: o Support 8-, 16- and 64-bit types too. o Added …
(edit) @7620   17 年 vboxsync RTGCPHYS is now 64 bits
(edit) @7421   17 年 vboxsync Reimplemented RTStrICmp so it's actually UTF-8 and not subject to the …
(edit) @7418   17 年 vboxsync UCS-2 -> UTF-16.
(edit) @7215   17 年 vboxsync msc hack.
(edit) @7214   17 年 vboxsync moved stuff around.
(edit) @7210   17 年 vboxsync Testcases for memcpy, mempcpy, memset, memchr, strchr, memcmp and …
(edit) @7204   17 年 vboxsync Simple memmove testcase.
(edit) @7183   17 年 vboxsync Added RTStrFormatTypeRegister/SetUser/Deregister for runtime …
(edit) @7180   17 年 vboxsync Added ASMAtomicAddU32 and ASMAtomicAddS32. Extended the inline …
(edit) @7016   17 年 vboxsync Compile fixes
(edit) @6777   17 年 vboxsync added simple benchmark for low-level assembler instructions
(edit) @6750   17 年 vboxsync Added a optimization testcase mode.
(edit) @6749   17 年 vboxsync fixed two second mixups.
(edit) @6741   17 年 vboxsync Extended the testcase a bit.
(edit) @6740   17 年 vboxsync Removed VBox'isms and crt deps. Prefix output. Return a usable code.
(edit) @6739   17 年 vboxsync fixed props.
(edit) @6736   17 年 vboxsync simple RTSemMutex testcase
(edit) @6644   17 年 vboxsync Add CmpXchg functions to IPRT which additionally pass back the old …
(edit) @6430   17 年 vboxsync oops, removed a return 0; statement that left over from testing.
(edit) @6429   17 年 vboxsync r=bird: file sizes and offets are given as RTFOFF now (the uint64_t …
(edit) @6421   17 年 vboxsync iprt: added RTFileGetMaxSize()
(edit) @6266   17 年 vboxsync tstTime-4: Check that RTTimeNanoTS and RTTimeSystemNanoTS are using …
(edit) @6252   17 年 vboxsync Print the delta relative to cpu0.
(edit) @6095   17 年 vboxsync Sort the result by apic id.
(edit) @6000   17 年 vboxsync The Giant CDDL Dual-License Header Change, fixes.
(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) @5912   17 年 vboxsync backed out r26450
(edit) @5911   17 年 vboxsync RTGetOpt does not alter argv[] does it?
(edit) @5882   17 年 vboxsync optimize tstTSC.
(edit) @5881   17 年 vboxsync barcelona needs more time?
(edit) @5856   17 年 vboxsync and another one.
(edit) @5855   17 年 vboxsync another one.
(edit) @5843   17 年 vboxsync r=bird: Adjusted the RTGetOpt API a little bit.
(edit) @5781   17 年 vboxsync Fixed some overflow detection issues.
(edit) @5606   17 年 vboxsync ALIGNP SIZEOFMEMB
(edit) @5605   17 年 vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5525   17 年 vboxsync PDMUsb changes.
(edit) @5456   17 年 vboxsync New RTTimeNanoTS/GIP code.
(edit) @4957   17 年 vboxsync Compile fix
(edit) @4750   17 年 vboxsync eol style native
(edit) @4546   17 年 vboxsync Only use SUPR0 on pe and lx targets. ditto for VMMGCBuiltin.
(edit) @4475   17 年 vboxsync Some adjustments to RTEnv and RTProcCreate. Should work on darwin now.
(edit) @4372   17 年 vboxsync Finally corrected the RTFileRead, RTFileReadAt, RTFileWrite and …
(edit) @4176   17 年 vboxsync Use -e sym instead of -entry=sym since this works for both solaris and …
(edit) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4029   17 年 vboxsync Added missing checks and a fallback path for RTPathUserHome.
(edit) @3991   17 年 vboxsync drop the two sysmods on solaris as the templates aren't up to speed yet.
(edit) @3699   17 年 vboxsync double underscore cleanup.
(edit) @3672   17 年 vboxsync RT_OS_* and RT_ARCH_* for Runtime/ and Support/
(edit) @3365   17 年 vboxsync Runtime: Fixed the POSIX version of RTPathAbs() so that it now …
(edit) @2988   18 年 vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2981   18 年 vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2629   18 年 vboxsync some flags and fixed broken RTTimeLocaleNow on windows.
(edit) @2478   18 年 vboxsync [Mm]akefile -> Makefile.kmk
(edit) @2333   18 年 vboxsync gcc-4.2 warnings
(edit) @2306   18 年 vboxsync r=frank
(edit) @2303   18 年 vboxsync you didn't quite understand me…
(edit) @2254   18 年 vboxsync r=frank
(edit) @2253   18 年 vboxsync Added (disabled) the overflow testcase for ASMMultU64ByU32DivByU32.
(edit) @1888   18 年 vboxsync ASMMultU64ByU32DivByU32 (for TSC calculation).
(edit) @1849   18 年 vboxsync Just a few updates from a more recent cpuid spec.
(edit) @1692   18 年 vboxsync Testcase for reading the TSC on all CPUs in an SMP system.
(edit) @1537   18 年 vboxsync min/max.
(edit) @1206   18 年 vboxsync use the mscount member of the GIS for system monotonic time source on OS/2.
(edit) @1203   18 年 vboxsync RTR3Init.
(edit) @1195   18 年 vboxsync Forgot this.
(edit) @1191   18 年 vboxsync svn properties.
(edit) @1190   18 年 vboxsync Ported IPRT to ring-0 OS/2.
(edit) @941   18 年 vboxsync 64-bit build break.
(edit) @919   18 年 vboxsync const code.
(edit) @918   18 年 vboxsync reproduce the EMAll.cpp relocation issue.
(edit) @917   18 年 vboxsync Allow mixing of platform code.
(edit) @916   18 年 vboxsync oops
(edit) @915   18 年 vboxsync A new loader testcase.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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