VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12912   16 years vboxsync warning
(edit) @12874   16 years vboxsync IPRT: added a testcase for RTSemPingPong and some state inspection methods.
(edit) @12548   16 years vboxsync iprt/tstTSC: Extended it with an option (-f) for sampling the …
(edit) @12247   16 years vboxsync Runtime/Makefiles: eliminated PATH_TARGET, pushed them up to the root …
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @12158   16 years vboxsync format fix
(edit) @12107   16 years vboxsync iprt: Updated tstMp-1 with the RTMp*Present* stuff.
(edit) @11836   16 years vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @11822   16 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11543   16 years vboxsync tstUuid: Display the fixed bits and the value they make up.
(edit) @11539   16 years vboxsync oops. backed out accidental tstUuid change in 35114.
(edit) @11538   16 years vboxsync pcnet: Rearranged the giant frame detection, adding the VLAN EtherType …
(edit) @11523   16 years vboxsync iprt: Implemented the /dev/urandom base random generator as a RTRAND …
(edit) @11413   16 years vboxsync Runtime: small fix to the UUID code, splitting the ClockSeq field and …
(edit) @11393   16 years vboxsync tstUuid: experiment.
(edit) @11381   16 years vboxsync Fix for unicode RTStrFormat testcase on Unix
(edit) @11376   16 years vboxsync RTStrFormat fix for aligned unicode strings.
(edit) @11355   16 years vboxsync tstSystemQueryOSInfo: don't require the driver.
(edit) @11352   16 years vboxsync iprt: Implemented RTSystemQueryOSInfo for windows.
(edit) @11350   16 years vboxsync iprt: Added RTSystemQueryOSInfo.
(edit) @11347   16 years vboxsync iprt/rand: Added a generic RTRandAdv API for use with any random …
(edit) @11326   16 years vboxsync iprt/tstTSC: Use mp.h
(edit) @11173   16 years vboxsync IPRT: Added ASMModS64ByS32RetS32 and ASMModU64ByU32RetU32.
(edit) @11127   16 years vboxsync iprt/tstHandleTable: Fixed uninitialized variable.
(edit) @11064   16 years vboxsync iprt/RTRandUxy: Improved the distribution when not using the max …
(edit) @11024   16 years vboxsync Playing around.
(edit) @11023   16 years vboxsync Playing around.
(edit) @11021   16 years vboxsync tstMemAutoPtr: cosmetics.
(edit) @11017   16 years vboxsync iprt: Some RTMemAutoPtr optimizations.
(edit) @11016   16 years vboxsync IPRT: Added tstMemAutoPtr - a testcase for RTMemAutoPtr.
(edit) @10995   16 years vboxsync iprt: Added ASMByteSwapU16/64 and unit test for them + U32.
(edit) @10948   16 years vboxsync tstTimer: windows doesn't have the extended timer API.
(edit) @10947   16 years vboxsync tstOnce: extended the checks a bit.
(edit) @10946   16 years vboxsync tstTimer: some adjustments.
(edit) @10944   16 years vboxsync iprt: RTTimerLR - low resolution timer API (< 10 Hz).
(edit) @10941   16 years vboxsync iprt/posix timers: Cleanup fixing the create/destroy races, a …
(edit) @10940   16 years vboxsync IPRT: Implemented the RTOnce API.
(edit) @10905   16 years vboxsync tstStrFormat: Fixed %RGv and %RGp bustage. Added %RRv test.
(edit) @10803   16 years vboxsync tstHandleTable: reneabled all the tests.
(edit) @10794   16 years vboxsync tstThread-1: cosmetics.
(edit) @10793   16 years vboxsync IPRT: Added a simple thread testcase for the latest insertion race.
(edit) @10790   16 years vboxsync IPRT: Fixed an overlooked race found by the threaded testcase.
(edit) @10789   16 years vboxsync IPRT: Implemented the simple handle table variant too.
(edit) @10788   16 years vboxsync IPRT: Implemented the context variant of the handle table.
(edit) @10453   16 years vboxsync removed a surpurfluous flower box
(edit) @10452   16 years vboxsync Cooked up some basic RTMp for darwin.
(edit) @10428   16 years vboxsync Print online / offline status returned by RTMpIsCpuOnline for visual …
(edit) @10426   16 years vboxsync Extended the testcase with the RTGetCur/MaxFrequency APIs.
(edit) @10419   16 years vboxsync Linux implementation of the RTMp* bits we current need in ring-3.
(edit) @10048   16 years vboxsync VBOX_KBUILD_HACKING
(edit) @9963   16 years vboxsync More pretty printing.
(edit) @9950   16 years vboxsync Corrected NtQueryTimerResolution (max resolution == the lower number), …
(edit) @9909   16 years vboxsync fixed spelling (r32159)
(edit) @9502   17 years vboxsync asm strlen. Added a few more string/mem functions to the windows R0 …
(edit) @9444   17 years vboxsync Added iTick to FNTIMER (the timer callback).
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9187   17 years vboxsync Some kind of number puzzle.
(edit) @9186   17 years vboxsync Better testcases for ASMMemFill32 and ASMMemZero32.
(edit) @9185   17 years vboxsync Added testcase for ASMMemFill32 and ASMMemZero32.
(edit) @9138   17 years vboxsync tstFileAppendWin-1 for exploring FILE_APPEND_DATA.
(edit) @8889   17 years vboxsync Added ASMGetCpuModuleIntel/Amd and ASMIsIntelCpu and ASMIsIntelCpuEx …
(edit) @8882   17 years vboxsync Added ASMGetCpuFamily, ASMGetCpuModel and ASMGetCpuStepping to pack up …
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8730   17 years vboxsync Include the testcase bit using the sub-makefile setup.
(edit) @8729   17 years vboxsync cosmetics
(edit) @8727   17 years vboxsync sorted the stuff.
(edit) @8295   17 years vboxsync Renamed ip.cpp, tstIp.cpp and ip.h to cidr so they correspond to the …
(edit) @8290   17 years vboxsync svn properties. comment bars and iprt init.
(edit) @8284   17 years vboxsync simple scanning function for IPv4 CIDR addresses
(edit) @8279   17 years vboxsync Give VWRN_NUMBER_TOO_BIG highest priority among the warnings.
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8190   17 years vboxsync gcc warnings
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8147   17 years vboxsync Extended RTGetOpt: o Support 8-, 16- and 64-bit types too. o Added …
(edit) @7620   17 years vboxsync RTGCPHYS is now 64 bits
(edit) @7421   17 years vboxsync Reimplemented RTStrICmp so it's actually UTF-8 and not subject to the …
(edit) @7418   17 years vboxsync UCS-2 -> UTF-16.
(edit) @7215   17 years vboxsync msc hack.
(edit) @7214   17 years vboxsync moved stuff around.
(edit) @7210   17 years vboxsync Testcases for memcpy, mempcpy, memset, memchr, strchr, memcmp and …
(edit) @7204   17 years vboxsync Simple memmove testcase.
(edit) @7183   17 years vboxsync Added RTStrFormatTypeRegister/SetUser/Deregister for runtime …
(edit) @7180   17 years vboxsync Added ASMAtomicAddU32 and ASMAtomicAddS32. Extended the inline …
(edit) @7016   17 years vboxsync Compile fixes
(edit) @6777   17 years vboxsync added simple benchmark for low-level assembler instructions
(edit) @6750   17 years vboxsync Added a optimization testcase mode.
(edit) @6749   17 years vboxsync fixed two second mixups.
(edit) @6741   17 years vboxsync Extended the testcase a bit.
(edit) @6740   17 years vboxsync Removed VBox'isms and crt deps. Prefix output. Return a usable code.
(edit) @6739   17 years vboxsync fixed props.
(edit) @6736   17 years vboxsync simple RTSemMutex testcase
(edit) @6644   17 years vboxsync Add CmpXchg functions to IPRT which additionally pass back the old …
(edit) @6430   17 years vboxsync oops, removed a return 0; statement that left over from testing.
(edit) @6429   17 years vboxsync r=bird: file sizes and offets are given as RTFOFF now (the uint64_t …
(edit) @6421   17 years vboxsync iprt: added RTFileGetMaxSize()
(edit) @6266   17 years vboxsync tstTime-4: Check that RTTimeNanoTS and RTTimeSystemNanoTS are using …
(edit) @6252   17 years vboxsync Print the delta relative to cpu0.
(edit) @6095   17 years vboxsync Sort the result by apic id.
Note: See TracRevisionLog for help on using the revision log.

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