VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @17319   16 年 vboxsync IPRT: Added RTGETOPT_REQ_IPV4ADDR to RTGetOpt.
(edit) @17141   16 年 vboxsync IPRT: Added support for short option lists (ls -latrT4). This fixes a …
(edit) @17100   16 年 vboxsync RTGetOpt: Fixed 'tstHeadless -startvm vm' breakage from earlier today.
(edit) @17093   16 年 vboxsync RTGetOpt interface changes.
(edit) @17018   16 年 vboxsync RTProcIsRunningByName: spec update.
(edit) @17011   16 年 vboxsync RTProcIsRunningByName cleanup.
(edit) @16999   16 年 vboxsync iprt: RTProcIsRunningByName implementation for Linux.
(edit) @16977   16 年 vboxsync LOG_ENABLED fix
(edit) @16933   16 年 vboxsync IPRT/PDM,SUPLIb,REM: Extended RTLdrOpen with an architecture argument …
(edit) @16774   16 年 vboxsync RTBase64: no trailing newline.
(edit) @16773   16 年 vboxsync tstBase64: better test coverage.
(edit) @16767   16 年 vboxsync Wrote RTBase64Encode while at it.
(edit) @16766   16 年 vboxsync Wrote RTBase64Encode while at it.
(edit) @16765   16 年 vboxsync RTBase64Encode* testcase and adjustments.
(edit) @16764   16 年 vboxsync RTBase64DecodedSize testcase.
(edit) @16763   16 年 vboxsync RTBase64Decode testcase and bugfixes.
(edit) @16762   16 年 vboxsync RTBase64Decode testcase and bugfixes.
(edit) @16437   16 年 vboxsync tstLdr: Made it usable with 64-bit images and stuff.
(edit) @16436   16 年 vboxsync tstLdr-3: fixes.
(edit) @16435   16 年 vboxsync tstLdr-4: Fixes.
(edit) @15821   16 年 vboxsync tstDarwinSched: experiment with darwin scheduling.
(edit) @15813   16 年 vboxsync RTPathAbs: When the path is empty we return VERR_INVALID_PARAMETER …
(edit) @15808   16 年 vboxsync iprt: added RTPathGetCurrent.
(edit) @15806   16 年 vboxsync tstPath: style.
(edit) @15756   16 年 vboxsync Runtime: RTPathAbs: Fixed the "." case on POSIX, fixed the "" case on …
(edit) @15754   16 年 vboxsync Runtime/POSIX: RTPathAbs: Don't access file system when calculating …
(edit) @14831   16 年 vboxsync whole bunch: avoid runtime.h, include individual headers indead.
(edit) @14369   16 年 vboxsync Runtime/testcase: new testcase for sanity check of RTDirOpenFiltered.
(edit) @14368   16 年 vboxsync Runtime/testcase: Dir-2: message fixes.
(edit) @14324   16 年 vboxsync RTPathStripFilename root fix.
(edit) @14298   16 年 vboxsync Corrected a couple of grammos.
(edit) @14026   16 年 vboxsync tstNoCrt-1: Added simple strcpy test.
(edit) @14025   16 年 vboxsync tstNoCrt-1: Added simple strcpy test.
(edit) @14008   16 年 vboxsync tstUtf8: some more RTStrNICmp tests.
(edit) @13927   16 年 vboxsync Runtime: add RTStrNICmp and RTStrNCmp
(edit) @13841   16 年 vboxsync The VBox format types - they are not retired, just sligtly deprecated …
(edit) @13840   16 年 vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13839   16 年 vboxsync And yet more %V* -> %R* changes…
(edit) @13837   16 年 vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 年 vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13832   16 年 vboxsync IN_GC -> IN_RC.
(edit) @13472   16 年 vboxsync IPRT: Added a couple of function for simple string pattern matching …
(edit) @12989   16 年 vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12912   16 年 vboxsync warning
(edit) @12874   16 年 vboxsync IPRT: added a testcase for RTSemPingPong and some state inspection methods.
(edit) @12548   16 年 vboxsync iprt/tstTSC: Extended it with an option (-f) for sampling the …
(edit) @12247   16 年 vboxsync Runtime/Makefiles: eliminated PATH_TARGET, pushed them up to the root …
(edit) @12170   16 年 vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @12158   16 年 vboxsync format fix
(edit) @12107   16 年 vboxsync iprt: Updated tstMp-1 with the RTMp*Present* stuff.
(edit) @11836   16 年 vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @11822   16 年 vboxsync IPRT: RTR3Init cleanup.
(edit) @11543   16 年 vboxsync tstUuid: Display the fixed bits and the value they make up.
(edit) @11539   16 年 vboxsync oops. backed out accidental tstUuid change in 35114.
(edit) @11538   16 年 vboxsync pcnet: Rearranged the giant frame detection, adding the VLAN EtherType …
(edit) @11523   16 年 vboxsync iprt: Implemented the /dev/urandom base random generator as a RTRAND …
(edit) @11413   16 年 vboxsync Runtime: small fix to the UUID code, splitting the ClockSeq field and …
(edit) @11393   16 年 vboxsync tstUuid: experiment.
(edit) @11381   16 年 vboxsync Fix for unicode RTStrFormat testcase on Unix
(edit) @11376   16 年 vboxsync RTStrFormat fix for aligned unicode strings.
(edit) @11355   16 年 vboxsync tstSystemQueryOSInfo: don't require the driver.
(edit) @11352   16 年 vboxsync iprt: Implemented RTSystemQueryOSInfo for windows.
(edit) @11350   16 年 vboxsync iprt: Added RTSystemQueryOSInfo.
(edit) @11347   16 年 vboxsync iprt/rand: Added a generic RTRandAdv API for use with any random …
(edit) @11326   16 年 vboxsync iprt/tstTSC: Use mp.h
(edit) @11173   16 年 vboxsync IPRT: Added ASMModS64ByS32RetS32 and ASMModU64ByU32RetU32.
(edit) @11127   16 年 vboxsync iprt/tstHandleTable: Fixed uninitialized variable.
(edit) @11064   16 年 vboxsync iprt/RTRandUxy: Improved the distribution when not using the max …
(edit) @11024   16 年 vboxsync Playing around.
(edit) @11023   16 年 vboxsync Playing around.
(edit) @11021   16 年 vboxsync tstMemAutoPtr: cosmetics.
(edit) @11017   16 年 vboxsync iprt: Some RTMemAutoPtr optimizations.
(edit) @11016   16 年 vboxsync IPRT: Added tstMemAutoPtr - a testcase for RTMemAutoPtr.
(edit) @10995   16 年 vboxsync iprt: Added ASMByteSwapU16/64 and unit test for them + U32.
(edit) @10948   16 年 vboxsync tstTimer: windows doesn't have the extended timer API.
(edit) @10947   16 年 vboxsync tstOnce: extended the checks a bit.
(edit) @10946   16 年 vboxsync tstTimer: some adjustments.
(edit) @10944   16 年 vboxsync iprt: RTTimerLR - low resolution timer API (< 10 Hz).
(edit) @10941   16 年 vboxsync iprt/posix timers: Cleanup fixing the create/destroy races, a …
(edit) @10940   16 年 vboxsync IPRT: Implemented the RTOnce API.
(edit) @10905   16 年 vboxsync tstStrFormat: Fixed %RGv and %RGp bustage. Added %RRv test.
(edit) @10803   16 年 vboxsync tstHandleTable: reneabled all the tests.
(edit) @10794   16 年 vboxsync tstThread-1: cosmetics.
(edit) @10793   16 年 vboxsync IPRT: Added a simple thread testcase for the latest insertion race.
(edit) @10790   16 年 vboxsync IPRT: Fixed an overlooked race found by the threaded testcase.
(edit) @10789   16 年 vboxsync IPRT: Implemented the simple handle table variant too.
(edit) @10788   16 年 vboxsync IPRT: Implemented the context variant of the handle table.
(edit) @10453   16 年 vboxsync removed a surpurfluous flower box
(edit) @10452   16 年 vboxsync Cooked up some basic RTMp for darwin.
(edit) @10428   16 年 vboxsync Print online / offline status returned by RTMpIsCpuOnline for visual …
(edit) @10426   16 年 vboxsync Extended the testcase with the RTGetCur/MaxFrequency APIs.
(edit) @10419   16 年 vboxsync Linux implementation of the RTMp* bits we current need in ring-3.
(edit) @10048   16 年 vboxsync VBOX_KBUILD_HACKING
(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   16 年 vboxsync asm strlen. Added a few more string/mem functions to the windows R0 …
(edit) @9444   16 年 vboxsync Added iTick to FNTIMER (the timer callback).
(edit) @9212   16 年 vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9187   16 年 vboxsync Some kind of number puzzle.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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