VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @42973   12 years vboxsync tstRTProcCreateEx: Pass %TEMP% and other % stuff to the child process.
(edit) @42714   12 years vboxsync Runtime: RT*CreateTemp testcase, burn fix.
(edit) @42713   12 years vboxsync Runtime: RT*CreateTemp testcase, comment.
(edit) @42712   12 years vboxsync Runtime: add RTFileCreateTemp, RTFileCreateTempSecure and …
(edit) @42708   12 years vboxsync Runtime: add an fMode parameter to RTDirCreateTemp() and adjust callers.
(edit) @42697   12 years vboxsync tstLdr-3: Added --32/64 options (optional).
(edit) @42526   12 years vboxsync FE/Qt: 6234: Support for VM groups: Initial commit. GUI-3 branch …
(edit) @42503   12 years vboxsync Added a test profiling RTProcCreate+RTProcWait.
(edit) @42261   12 years vboxsync enabled shared clipboard support for Linux hosts (guest=>host only)
(edit) @42154   12 years vboxsync VS2010 preps.
(edit) @42067   12 years vboxsync Runtime: New variant for RTProcQueryUsername which allocates the …
(edit) @41952   12 years vboxsync fix OSE
(edit) @41948   12 years vboxsync Build fix.
(edit) @41947   12 years vboxsync Runtime/testcases: DbgKrnlInfo. OS specific info. querying is a todo.
(edit) @41919   12 years vboxsync Runtime/process: Add RTProcQueryUsername to query the username of the …
(edit) @41762   13 years vboxsync build fix
(edit) @41760   13 years vboxsync DIS: Chagned FNDISREADBYTES to permit reading more bytes that the …
(edit) @41737   13 years vboxsync DISOPCODE: s/opcode/uOpcode/
(edit) @41736   13 years vboxsync DISCPUMODE: s/mode/uCpuMode/ - found and removed a bunch of uncessary …
(edit) @41734   13 years vboxsync DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
(edit) @41731   13 years vboxsync DIS: Split up apvUserData, dropping the 3rd entry. 2nd entry (now …
(edit) @41692   13 years vboxsync DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it …
(edit) @41675   13 years vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41674   13 years vboxsync DISCoreOne* -> DISCore*.
(edit) @41671   13 years vboxsync DISInstr* -> DISInstrToStr + cbOutput argument.
(edit) @41668   13 years vboxsync DIS,DIS-users: Drop the operand/parameter formatting during …
(edit) @41658   13 years vboxsync DIS,VMM,REM,IPRT: Disassembler API adjustments.
(edit) @41557   13 years vboxsync tstErrUnique -> tstRTErrUnique
(edit) @41556   13 years vboxsync tstErrUnique.cpp: oops, left in a breakage there.
(edit) @41555   13 years vboxsync tstErrUnique.cpp: Converted to RTTest and updated with changes from r78322.
(edit) @41549   13 years vboxsync VFS/Filesystem: Convert the filesystem specific code to the VFS …
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @41296   13 years vboxsync tstErrUnique: repaired
(edit) @41078   13 years vboxsync tstLdr-3: out of range fix.
(edit) @41059   13 years vboxsync tstLdr-3: Extended the tool.
(edit) @41050   13 years vboxsync Made dbgkrnlinfo-r0drv-darwin.cpp work with 10.8 preview 3.
(edit) @41031   13 years vboxsync RT_MIN evaluates one of its parameters twice
(edit) @41001   13 years vboxsync tstSemXRoads: warning
(edit) @40938   13 years vboxsync runtime: backed out r77481,r77482,r77483,r77484,r77485
(edit) @40934   13 years vboxsync Runtime: linux 3.4-rc3 build fix [-fpermissive]
(edit) @40903   13 years vboxsync Runtime/testcase/tstRTDirCreateUniqueNumbered: warning.
(edit) @40856   13 years vboxsync IPRT: Transformed the RTR0MachKernel API into RTR0DbgKrnlInfo.
(edit) @40633   13 years vboxsync several warnings
(edit) @40627   13 years vboxsync Runtime/testcase: gcc-4.7 warnings
(edit) @40624   13 years vboxsync tstRTLockValidator: typo
(edit) @40365   13 years vboxsync IPRT/testcase: Added simple testcase for RTMemWipeThoroughly().
(edit) @40329   13 years vboxsync Main/Runtime/VBoxManage: SHA256 support comes with OVF 2.0
(edit) @40289   13 years vboxsync tstLdr: parfait: range error
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40123   13 years vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40074   13 years vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40071   13 years vboxsync Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
(edit) @40065   13 years vboxsync Runtime/testcase: fix a comment.
(edit) @40058   13 years vboxsync RTBase64: fix trailing newline suppression in RTBase64EncodedLength, …
(edit) @40029   13 years vboxsync Runtime: Add filesystem API to detect which ranges of a medium are in …
(edit) @40027   13 years vboxsync Runtime/Dvm: Add callbacks to query the allocation status of blocks …
(edit) @39935   13 years vboxsync tstTimerLR: typo
(edit) @39910   13 years vboxsync Runtime/Timers: RTTimerLRChangeInterval function and testcase
(edit) @39903   13 years vboxsync IPRT/RTCString: fix find method, add testcase
(edit) @39835   13 years vboxsync tstRTProcCreateEx: Fixed return value.
(edit) @39690   13 years vboxsync IPRT: Added RTPipeQueryReadable.
(edit) @39636   13 years vboxsync reqpool: fixed RTREQPOOLSTAT_REQUESTS_PROCESSED.
(edit) @39633   13 years vboxsync forgot to add the testcase…
(edit) @39632   13 years vboxsync Most of the reqpool code is there now. The testcase didn't turn up any …
(edit) @39612   13 years vboxsync IPRT/*: add _NO_SYMLINKS flags to certain functions
(edit) @39515   13 years vboxsync *: Use RTLISTANCHOR.
(edit) @39448   13 years vboxsync Runtime: forgot the Makefiles
(edit) @39447   13 years vboxsync Runtime: add Uniform Resource Identifier handling support
(edit) @39327   13 years vboxsync scm whitespace cleanups.
(edit) @39252   13 years vboxsync NOINST -> INSTTYPE=none; adding DEBUG_INSTTYPE=both if the NOINST was …
(edit) @39246   13 years vboxsync iprt/ctype.h: Corrected bugs and adding a complete testcase.
(edit) @39176   13 years vboxsync tstRTStrVersion.cpp: A few more tests.
(edit) @39083   13 years vboxsync IPRT: -Wunused-parameter.
(edit) @39030   13 years vboxsync RTFileGetSize/posix: Make it figure the size of a volume/disk.
(edit) @39028   13 years vboxsync RTFileGetSize/win: Made it grok volume & disks (some disks anyway).
(edit) @39027   13 years vboxsync RTFileGetSize/win: Made it grok volume & disks (some disks anyway).
(edit) @38735   13 years vboxsync %lS -> %ls.
(edit) @38733   13 years vboxsync %S -> %s and some other minor cleanups.
(edit) @38651   13 years vboxsync tstDir-2: Print names correctly.
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38325   13 years vboxsync VMM: Renamed VM::fRawR0Enabled and VM::fRawR3Enabled, inverting their …
(edit) @38082   13 years vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(edit) @37966   13 years vboxsync testcase+fixes
(edit) @37965   13 years vboxsync testcase
(edit) @37861   13 years vboxsync IPRT: fix assigning of empty lists
(edit) @37829   13 years vboxsync header fixes
(edit) @37809   13 years vboxsync gcc-4.6 warnings (shadowed declaration)
(edit) @37720   13 years vboxsync Runtime: add C++-like vector implementation in C
(edit) @37631   13 years vboxsync coredumper-solaris.*,tstRTCoreDump: Don't use RTFile*; rewrote …
(edit) @37573   13 years vboxsync iprt: More kernel symbol resolving on darwin.
(edit) @37566   13 years vboxsync more testing, bugfixing and docs.
(edit) @37560   13 years vboxsync IPRT: Darwin symbol hacking in progress.
(edit) @37270   14 years vboxsync IPRT/Dvm: Commit BSD disklabel support.
(edit) @37210   14 years vboxsync circbuf: make the structure abstract.
(edit) @37016   14 years vboxsync Added VBOX_VERSION_STRING_RAW to only handle/store the pure VBox …
(edit) @36881   14 years vboxsync IPRT/tstRTPath: Fixed result / displaying values.
(edit) @36816   14 years vboxsync IPRT: Initial commit of the disk volume management API. Supports …
(edit) @36611   14 years vboxsync iprt: add RTPathUserDocuments
(edit) @36580   14 years vboxsync Trunk: forward ported r70973: Additions/common/VBoxService: the …
(edit) @36578   14 years vboxsync iprt: grr, missed Makefiles
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