VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @33605   14 年 vboxsync iprt/cpp/ministring: Added printf and printfV methods.
(edit) @33595   14 年 vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33563   14 年 vboxsync iprt:ministring: Added the java-style equals() and equalsIgnoreCase() …
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33464   14 年 vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33450   14 年 vboxsync iprt/path: Added RTPathJoinA.
(edit) @33426   14 年 vboxsync iprt/symlink.h: Initial code (only tested on linux).
(edit) @33290   14 年 vboxsync Runtime: add a simple testcase for RTManifest
(edit) @33286   14 年 vboxsync Runtime: add lock free circular buffer + simple testcase
(edit) @33285   14 年 vboxsync Runtime: typo
(edit) @33269   14 年 vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33207   14 年 vboxsync tstRTInlineAsm: another fix
(edit) @33206   14 年 vboxsync tstRTInlineAsm: fixed CpuId test for newer Intel CPUs
(edit) @33198   14 年 vboxsync tstRTInlineAsm: show hex values
(edit) @33136   14 年 vboxsync iprt/asm.h,tstRTInlineAsm: Added 64-bit atomic OR, AND, INC, DEC, ADD …
(edit) @33130   14 年 vboxsync tstInlineAsm -> tstRTInlineAsm.
(edit) @32996   14 年 vboxsync belongs here
(edit) @32995   14 年 vboxsync RTUuidFromUtf16: bug fix + testcase
(edit) @32994   14 年 vboxsync RTUuidFromStr: bug fix + testcase.
(edit) @32993   14 年 vboxsync byte write test.
(edit) @32970   14 年 vboxsync RTSemEventMultiWaitEx and RTSemEventMultiWaitExDebug for windows.
(edit) @32966   14 年 vboxsync semeventmulti-posix.cpp: Implemented RTSemEventMultiWaitEx and …
(edit) @32949   14 年 vboxsync tstSemEvent -> tstRTSemEventMulti; removed tstSems.
(edit) @32946   14 年 vboxsync iprt/semaphore.h: Started adding RTSem*<Wait|Request>Ex[Debug].
(edit) @32901   14 年 vboxsync tstRTPrfIO: profile some I/O related APIs.
(edit) @32878   14 年 vboxsync strncat fixes
(edit) @32810   14 年 vboxsync tcp.cpp: Outlined fix rtTcpClose fix for 3.2.
(edit) @32801   14 年 vboxsync rtTcpClose: The trunk fix for the graceful shutdown hang.
(edit) @32757   14 年 vboxsync more fudge.
(edit) @32753   14 年 vboxsync tstRTR0Timer: fixes, works on linux now.
(edit) @32749   14 年 vboxsync tstRTR0Timer: fixes.
(edit) @32742   14 年 vboxsync tstRTR0Timer: some train code.
(edit) @32736   14 年 vboxsync tstRTR0Timer: More tests (almost there now).
(edit) @32669   14 年 vboxsync tstRTR0Timer: Some more tests.
(edit) @32648   14 年 vboxsync IPRT: linux kernel timer changes, testcase. hrtimers are not working …
(edit) @32611   14 年 vboxsync tstRTR0Timer: Started on a timer testcase for ring-0.
(edit) @32568   14 年 vboxsync OVA: parse ovf in memory on ova import (no need for a temporary ovf …
(edit) @32446   14 年 vboxsync tstRTList.cpp: Check one more thing.
(edit) @32445   14 年 vboxsync iprt/list.h: Added RTListForEachSafe and RTListForEachReverseSafe.
(edit) @32431   14 年 vboxsync scm cleanup
(edit) @32350   14 年 vboxsync Runtime/r3/coredumper: name flags similar to planned CFGM keys.
(edit) @32347   14 年 vboxsync Runtime/r3/coredumper: Setup SIGUSR2 and flags, allow taking live cores.
(edit) @32332   14 年 vboxsync tstTimer: be more verbose
(edit) @32330   14 年 vboxsync tstTimer: added some deviation statistics
(edit) @31913   14 年 vboxsync tstRTCoreDump: disable when done.
(edit) @31860   14 年 vboxsync RTCoreDumper: integration into IPRT, cleanup.
(edit) @31847   14 年 vboxsync iprt: removed crc32.h and crc64.h, use crc.h instead.
(edit) @31820   14 年 vboxsync tstRTCoreDump: minor change.
(edit) @31802   14 年 vboxsync tstRTCoreDump: cleanup, eliminate pread.
(edit) @31801   14 年 vboxsync tstRTCoreDump: fixed memory attributes in core.
(edit) @31796   14 年 vboxsync tstRTCoreDump: build fix.
(edit) @31795   14 年 vboxsync tstRTCoreDump: don't break OSE, export it.
(edit) @31787   14 年 vboxsync tstRTCoreDump: enable building.
(edit) @31412   14 年 vboxsync build fix
(edit) @31411   14 年 vboxsync tstInlineAsm: added bench for ASMGetApicId()
(edit) @31375   14 年 vboxsync gcc-4.4 workaround
(edit) @31370   14 年 vboxsync Main: cleanup machine renames, remove dead code
(edit) @31329   14 年 vboxsync RTLdrFlt was missing _TEMPLATE.
(edit) @31325   14 年 vboxsync RTLdrFlt.cpp: c++filt like thing resolving VMMR.r0 addresses in panic …
(edit) @31231   14 年 vboxsync command line help for keep alive, code style fixes
(edit) @31222   14 年 vboxsync Runtime/string: Utf-8 <-> Latin-1 testcase
(edit) @31157   14 年 vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @30859   14 年 vboxsync iprt/string.h: added RTStrPurgeEncoding.
(edit) @30801   14 年 vboxsync iprt/asm-amd64-x86.h: Added the missing ASMCpuId_<reg>() variants.
(edit) @30797   14 年 vboxsync tstInlineAsm.cpp: typo.
(edit) @30365   14 年 vboxsync RTFsQueryType: Use an enum. Added RTFsTypeName() for translating a …
(edit) @30320   14 年 vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30318   14 年 vboxsync iprt/cpp/ministring.h: Added a append variant taking a 'const char *' …
(edit) @30281   14 年 vboxsync Runtime: added Darwin support to RTFsQueryType
(edit) @30274   14 年 vboxsync iprt: testcase for RTFsQueryType()
(edit) @30255   14 年 vboxsync iprt/memcmp.asm: fixed wrongly returning 0 on 64-bit hosts if the …
(edit) @30250   14 年 vboxsync tstRTAssertCompile.cpp: Postpone array problem on MSC.
(edit) @30240   14 年 vboxsync iprt/assert.h: Added AssertCompileMembersAtSameOffset, …
(edit) @30163   14 年 vboxsync tstInlineAsm.cpp: guest phys addr
(edit) @30093   14 年 vboxsync IPRT: Removed VERR_LOGON_FAILURE in favor of …
(edit) @30088   14 年 vboxsync tstRTStrFormat: Added Rhxs & Rhxd tests.
(edit) @29906   14 年 vboxsync IPRT: fix testcase
(edit) @29845   14 年 vboxsync tstRTCidr: nits
(edit) @29841   14 年 vboxsync Runtime: testcase.
(edit) @29839   14 年 vboxsync tstRTCidr: another testcase
(edit) @29838   14 年 vboxsync Runtime: cosmetic.
(edit) @29837   14 年 vboxsync Runtime: fixed cDelimiterLimit calculation, short form (n.n/16 is the …
(edit) @29836   14 年 vboxsync tstRTCidr: more testcases
(edit) @29834   14 年 vboxsync Runtime: RTCidrStrToIPv4 changed to conform to rfc 4632 …
(edit) @29783   15 年 vboxsync iprt: %.5RX32 ++ bug fix - precision should padd with '0' as it used to do.
(edit) @29683   15 年 vboxsync strformatrt.cpp: Fixed cchPrecision and cchWidth mixup in three calls.
(edit) @29660   15 年 vboxsync IPRT: Fixed number formatting bug where we would pad with '0' instead …
(edit) @29560   15 年 vboxsync RTSystemQueryDmiString: Added RTSYSDMISTR_MANUFACTURER and implemented …
(edit) @29393   15 年 vboxsync iprt: tstRTFile*.
(edit) @29392   15 年 vboxsync iprt: Converted tstFileAio and tstFileAppend-1 to RTTest, fixing lock …
(edit) @29279   15 年 vboxsync Runtime: Made solaris.sparc64 link and run.
(edit) @29271   15 年 vboxsync Make VBoxRT build on sparc.
(edit) @29250   15 年 vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28514   15 年 vboxsync tstRTR0SemMutex: Added a missing check in the threaded part.
(edit) @28472   15 年 vboxsync tstRTR0SemMutex: More tests.
(edit) @28462   15 年 vboxsync IPRT,SUPDrv: Basic testcase for ring-0 RTSemMutex*.
(edit) @28437   15 年 vboxsync RTList: Fixed RTListNodeIsDummy and added RTListForEachReverse. Added …
(edit) @28317   15 年 vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @28298   15 年 vboxsync iprt,Config.kmk: Make sure the RTMemAllocVar* alignment gets poisoned …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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