VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @41762   12 年 vboxsync build fix
(edit) @41760   12 年 vboxsync DIS: Chagned FNDISREADBYTES to permit reading more bytes that the …
(edit) @41737   12 年 vboxsync DISOPCODE: s/opcode/uOpcode/
(edit) @41736   12 年 vboxsync DISCPUMODE: s/mode/uCpuMode/ - found and removed a bunch of uncessary …
(edit) @41734   12 年 vboxsync DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
(edit) @41731   12 年 vboxsync DIS: Split up apvUserData, dropping the 3rd entry. 2nd entry (now …
(edit) @41692   12 年 vboxsync DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it …
(edit) @41675   12 年 vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41674   12 年 vboxsync DISCoreOne* -> DISCore*.
(edit) @41671   12 年 vboxsync DISInstr* -> DISInstrToStr + cbOutput argument.
(edit) @41668   12 年 vboxsync DIS,DIS-users: Drop the operand/parameter formatting during …
(edit) @41658   12 年 vboxsync DIS,VMM,REM,IPRT: Disassembler API adjustments.
(edit) @41557   12 年 vboxsync tstErrUnique -> tstRTErrUnique
(edit) @41556   12 年 vboxsync tstErrUnique.cpp: oops, left in a breakage there.
(edit) @41555   12 年 vboxsync tstErrUnique.cpp: Converted to RTTest and updated with changes from r78322.
(edit) @41549   12 年 vboxsync VFS/Filesystem: Convert the filesystem specific code to the VFS …
(edit) @41477   12 年 vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @41296   13 年 vboxsync tstErrUnique: repaired
(edit) @41078   13 年 vboxsync tstLdr-3: out of range fix.
(edit) @41059   13 年 vboxsync tstLdr-3: Extended the tool.
(edit) @41050   13 年 vboxsync Made dbgkrnlinfo-r0drv-darwin.cpp work with 10.8 preview 3.
(edit) @41031   13 年 vboxsync RT_MIN evaluates one of its parameters twice
(edit) @41001   13 年 vboxsync tstSemXRoads: warning
(edit) @40938   13 年 vboxsync runtime: backed out r77481,r77482,r77483,r77484,r77485
(edit) @40934   13 年 vboxsync Runtime: linux 3.4-rc3 build fix [-fpermissive]
(edit) @40903   13 年 vboxsync Runtime/testcase/tstRTDirCreateUniqueNumbered: warning.
(edit) @40856   13 年 vboxsync IPRT: Transformed the RTR0MachKernel API into RTR0DbgKrnlInfo.
(edit) @40633   13 年 vboxsync several warnings
(edit) @40627   13 年 vboxsync Runtime/testcase: gcc-4.7 warnings
(edit) @40624   13 年 vboxsync tstRTLockValidator: typo
(edit) @40365   13 年 vboxsync IPRT/testcase: Added simple testcase for RTMemWipeThoroughly().
(edit) @40329   13 年 vboxsync Main/Runtime/VBoxManage: SHA256 support comes with OVF 2.0
(edit) @40289   13 年 vboxsync tstLdr: parfait: range error
(edit) @40282   13 年 vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40123   13 年 vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40074   13 年 vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40071   13 年 vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40065   13 年 vboxsync Runtime/testcase: fix a comment.
(edit) @40058   13 年 vboxsync RTBase64: fix trailing newline suppression in RTBase64EncodedLength, …
(edit) @40029   13 年 vboxsync Runtime: Add filesystem API to detect which ranges of a medium are in …
(edit) @40027   13 年 vboxsync Runtime/Dvm: Add callbacks to query the allocation status of blocks …
(edit) @39935   13 年 vboxsync tstTimerLR: typo
(edit) @39910   13 年 vboxsync Runtime/Timers: RTTimerLRChangeInterval function and testcase
(edit) @39903   13 年 vboxsync IPRT/RTCString: fix find method, add testcase
(edit) @39835   13 年 vboxsync tstRTProcCreateEx: Fixed return value.
(edit) @39690   13 年 vboxsync IPRT: Added RTPipeQueryReadable.
(edit) @39636   13 年 vboxsync reqpool: fixed RTREQPOOLSTAT_REQUESTS_PROCESSED.
(edit) @39633   13 年 vboxsync forgot to add the testcase…
(edit) @39632   13 年 vboxsync Most of the reqpool code is there now. The testcase didn't turn up any …
(edit) @39612   13 年 vboxsync IPRT/*: add _NO_SYMLINKS flags to certain functions
(edit) @39515   13 年 vboxsync *: Use RTLISTANCHOR.
(edit) @39448   13 年 vboxsync Runtime: forgot the Makefiles
(edit) @39447   13 年 vboxsync Runtime: add Uniform Resource Identifier handling support
(edit) @39327   13 年 vboxsync scm whitespace cleanups.
(edit) @39252   13 年 vboxsync NOINST -> INSTTYPE=none; adding DEBUG_INSTTYPE=both if the NOINST was …
(edit) @39246   13 年 vboxsync iprt/ctype.h: Corrected bugs and adding a complete testcase.
(edit) @39176   13 年 vboxsync tstRTStrVersion.cpp: A few more tests.
(edit) @39083   13 年 vboxsync IPRT: -Wunused-parameter.
(edit) @39030   13 年 vboxsync RTFileGetSize/posix: Make it figure the size of a volume/disk.
(edit) @39028   13 年 vboxsync RTFileGetSize/win: Made it grok volume & disks (some disks anyway).
(edit) @39027   13 年 vboxsync RTFileGetSize/win: Made it grok volume & disks (some disks anyway).
(edit) @38735   13 年 vboxsync %lS -> %ls.
(edit) @38733   13 年 vboxsync %S -> %s and some other minor cleanups.
(edit) @38651   13 年 vboxsync tstDir-2: Print names correctly.
(edit) @38636   13 年 vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38325   13 年 vboxsync VMM: Renamed VM::fRawR0Enabled and VM::fRawR3Enabled, inverting their …
(edit) @38082   13 年 vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(edit) @37966   13 年 vboxsync testcase+fixes
(edit) @37965   13 年 vboxsync testcase
(edit) @37861   13 年 vboxsync IPRT: fix assigning of empty lists
(edit) @37829   13 年 vboxsync header fixes
(edit) @37809   13 年 vboxsync gcc-4.6 warnings (shadowed declaration)
(edit) @37720   13 年 vboxsync Runtime: add C++-like vector implementation in C
(edit) @37631   13 年 vboxsync coredumper-solaris.*,tstRTCoreDump: Don't use RTFile*; rewrote …
(edit) @37573   13 年 vboxsync iprt: More kernel symbol resolving on darwin.
(edit) @37566   13 年 vboxsync more testing, bugfixing and docs.
(edit) @37560   13 年 vboxsync IPRT: Darwin symbol hacking in progress.
(edit) @37270   13 年 vboxsync IPRT/Dvm: Commit BSD disklabel support.
(edit) @37210   14 年 vboxsync circbuf: make the structure abstract.
(edit) @37016   14 年 vboxsync Added VBOX_VERSION_STRING_RAW to only handle/store the pure VBox …
(edit) @36881   14 年 vboxsync IPRT/tstRTPath: Fixed result / displaying values.
(edit) @36816   14 年 vboxsync IPRT: Initial commit of the disk volume management API. Supports …
(edit) @36611   14 年 vboxsync iprt: add RTPathUserDocuments
(edit) @36580   14 年 vboxsync Trunk: forward ported r70973: Additions/common/VBoxService: the …
(edit) @36578   14 年 vboxsync iprt: grr, missed Makefiles
(edit) @36577   14 年 vboxsync iprt: add RTDirCreateUniqueNumbered
(edit) @36563   14 年 vboxsync iprt-cpp: More RTC*List methods. Added explicit constructors to the …
(edit) @36561   14 年 vboxsync RTCString::join: Optimization.
(edit) @36544   14 年 vboxsync iprt-cpp: fix RTCString::join when the list contains just one item
(edit) @36532   14 年 vboxsync IPRT-C++: iprt::list -> RTCList; iprt::mtlist -> RTCMTList
(edit) @36529   14 年 vboxsync iprt::non_copyable -> RTCNonCopyable (now in utils.h), moved and …
(edit) @36527   14 年 vboxsync iprt::MiniString -> RTCString.
(edit) @36525   14 年 vboxsync IPRT-C++: fix rel build boxes
(edit) @36524   14 年 vboxsync IPRT-C++: add a thread-safe variant of the generic list class
(edit) @36508   14 年 vboxsync iprt/C++: some cleanup.
(edit) @36501   14 年 vboxsync IPRT: add join/split and + operators to the string class
(edit) @36500   14 年 vboxsync IPRT: add a generic list class
(edit) @36492   14 年 vboxsync iprt: CRITSECT_WITHOUT_REMAPPING -> RTCRITSECT_WITHOUT_REMAPPING.
(edit) @36472   14 年 vboxsync addendum to r70394 for RTCrit*
(edit) @35568   14 年 vboxsync IPRT: another ministring testcase
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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