VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20299   16 years vboxsync Extra parameter checks for RTProcCreate.
(edit) @20293   16 years vboxsync Runtime/s3: be compatible with older libcurls
(edit) @20273   16 years vboxsync Runtime/thread: paranoia check in strict builds for held rwsem locks …
(edit) @20256   16 years vboxsync Runtime/rand: compiler warnings / typecast fixes
(edit) @20238   16 years vboxsync export
(edit) @20236   16 years vboxsync Runtime: use different openssl export table when building OSE
(edit) @20208   16 years vboxsync FreeBSD: typo
(edit) @20130   16 years vboxsync build fix.
(edit) @20124   16 years vboxsync IPRT,SUP: Minor driver version change - added …
(edit) @20116   16 years vboxsync semevent-r0drv-freebsd.c: r=bird: two bugs.
(edit) @20111   16 years vboxsync IPRT: Use the generic RTDirCreateTemp implementation - made it a bit …
(edit) @20110   16 years vboxsync tstRTR3: Use RTTestSkipAndDestroy.
(edit) @20109   16 years vboxsync RTTestSkipAndDestroy.
(edit) @20108   16 years vboxsync tstRTS3: always initialize iprt first.
(edit) @20107   16 years vboxsync SemEvent-r0drv/FreeBSD: Don't use tvtohz for an infinite timeout. …
(edit) @20104   16 years vboxsync IPRT: Added a generic implementation of RTDirCreateTemp (untested and …
(edit) @20103   16 years vboxsync r3/win/dir-win.cpp: r=bird: this isn't good enough.
(edit) @20102   16 years vboxsync space
(edit) @20101   16 years vboxsync IPRT: Rewrote RTPathTemp and added a testcase for it.
(edit) @20070   16 years vboxsync Runtime: wrong test
(edit) @20066   16 years vboxsync Runtime: added RTDirCreateTemp
(edit) @20051   16 years vboxsync exported to OSE
(edit) @20043   16 years vboxsync Runtime: export to OSE
(edit) @20033   16 years vboxsync another OSE fix
(edit) @20030   16 years vboxsync further OSE fixes
(edit) @20022   16 years vboxsync Runtime: S3 testcase
(edit) @20019   16 years vboxsync Runtime: to much
(edit) @20018   16 years vboxsync Runtime: Added method for returning the system temporary directory path.
(edit) @20008   16 years vboxsync PDMCritSect: rewrite, ring-0 unlocking not yet enabled.
(edit) @19998   16 years vboxsync Solaris/vbi: vbi_execute_on_one fix. New vbi binaries.
(edit) @19994   16 years vboxsync fix doc build.
(edit) @19990   16 years vboxsync initterm-r0drv-nt.cpp: more names.
(edit) @19989   16 years vboxsync critsect-generic.cpp: Xchg*32 -> Write*32.
(edit) @19983   16 years vboxsync initterm-r0drv-nt.cpp: Some more data.
(edit) @19975   16 years vboxsync initterm-r0drv-nt.cpp: Proper Vista64 test.
(edit) @19972   16 years vboxsync SemEvent/FreeBSD: Use tsleep instead of msleep_spin. Looks like tlseep …
(edit) @19971   16 years vboxsync initterm-r0drv-nt.cpp: XP64 (untested).
(edit) @19970   16 years vboxsync tstR0ThreadPreemption: Some adjustments.
(edit) @19969   16 years vboxsync IPRT/r0drv-nt: Cleaning up the preemption hacks; XP SP2 is done.
(edit) @19966   16 years vboxsync tstR0ThreadPreemption.cpp: Don't loop forever.
(edit) @19965   16 years vboxsync tstR0ThreadPreemption.cpp: Don't loop forever.
(edit) @19956   16 years vboxsync memobj-r0drv-darwin.cpp: Added an ugly hack in …
(edit) @19954   16 years vboxsync tstCritSect -> tstRTCritSect
(edit) @19953   16 years vboxsync tstCritSect: Converted to RTTest and disable the distribution test by …
(edit) @19952   16 years vboxsync RTTest: More macros. Made RTTestFailure check for trailing new line to …
(edit) @19950   16 years vboxsync tstCidr -> tstRTCidr.
(edit) @19949   16 years vboxsync tstCidr: Converted to RTTest.
(edit) @19948   16 years vboxsync tstBitOperations -> tstRTBitOperations
(edit) @19947   16 years vboxsync tstBase64 -> tstRTBase64.
(edit) @19946   16 years vboxsync tstBase64: Converted to RTTest.
(edit) @19945   16 years vboxsync tstAvl -> tstRTAvl; use RTTest.
(edit) @19944   16 years vboxsync iprt: Some more RTTest stuff.
(edit) @19943   16 years vboxsync tstR0ThreadPreemption.cpp: use thousand separators to make the ns and …
(edit) @19942   16 years vboxsync IPRT: Implemented thousand separators for the string formatting code …
(edit) @19941   16 years vboxsync iprt/linux: Fixed RTThreadPreemptIsEnabled, only tested without …
(edit) @19940   16 years vboxsync tstR0ThreadPreemption: fixes.
(edit) @19939   16 years vboxsync IPRT/test.cpp: Always report subtest results on a new line.
(edit) @19937   16 years vboxsync IPRT: Merge RTThreadPreemptDisable-r0drv-linux.c & …
(edit) @19936   16 years vboxsync tstR0ThreadPreemption: Improved the RTThreadPreemptIsPending test.
(edit) @19935   16 years vboxsync tstR0ThreadPreemption: Test nesting and fix enum.
(edit) @19934   16 years vboxsync oops
(edit) @19933   16 years vboxsync IPRT: RTThreadPreempt* testcase.
(edit) @19931   16 years vboxsync NtProcessStartup-stub.cpp: cdecl not stdcall.
(edit) @19930   16 years vboxsync IPRT: Added a dummy NtProcessStartup stub to RuntimeR0 to avoid having …
(edit) @19929   16 years vboxsync RTPathAppend: bugfix.
(edit) @19928   16 years vboxsync IPRT: More RTPathAppend docs updates.
(edit) @19926   16 years vboxsync IPRT: Added RTPathAppend.
(edit) @19925   16 years vboxsync tstPath.cpp: Converted to RTTest.
(edit) @19924   16 years vboxsync IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what …
(edit) @19922   16 years vboxsync iprt/semaphore-r0drv-darwin.cpp: Fixed interruptable waits, they …
(edit) @19920   16 years vboxsync iprt/os2: Implemented RTThreadPreempt*.
(edit) @19919   16 years vboxsync iprt/r0drv: Darwin implementation of RTThreadPreempt*. Stub …
(edit) @19918   16 years vboxsync iprt/r0drv-generic: RTThreadPreemptIsPending stub.
(edit) @19917   16 years vboxsync iprt/solaris: A quick shot at RTThreadPreemptIsPending.
(edit) @19915   16 years vboxsync iprt/nt: RTThreadPreemptIsPending (untested).
(edit) @19914   16 years vboxsync iprt/nt: RTThreadPreemptIsPending sketch.
(edit) @19912   16 years vboxsync iprt/linux: RTThreadPreemptIsPending update.
(edit) @19911   16 years vboxsync Don't assert. KeInsertQueueDPC returns FALSE if it's already in the queue.
(edit) @19907   16 years vboxsync IPRT: RTThreadPreemptIsPending for linux
(edit) @19898   16 years vboxsync IPRT: Termination callback framework - missing file. (not hooked up to …
(edit) @19897   16 years vboxsync IPRT: Termination callback framework. (not hooked up to anything yet)
(edit) @19896   16 years vboxsync IPRT: Added a RTOnceReset method (needed it for a testcase).
(edit) @19892   16 years vboxsync SUPLib: Implemented ring-3 version of the semaphore API and created a …
(edit) @19888   16 years vboxsync semevent-r0drv-linux.c: Use ASMAtomicWriteU32 instead of XchgU32.
(edit) @19887   16 years vboxsync semevent-r0drv-linux.c: Fixed missing initialization of the fState …
(edit) @19886   16 years vboxsync semevetnmulti-r0drv-linux.c: Fixed missing initialization of the …
(edit) @19865   16 years vboxsync IPRT: Made handletable.cpp and handletablectx.cpp build cleanly as C.
(edit) @19863   16 years vboxsync IPRT/zip: use 128K buffer in all cases (both for compressing and …
(edit) @19830   16 years vboxsync Bugfix
(edit) @19826   16 years vboxsync Implemented a non-blocking RTMpPokeCpu for Windows hosts.
(edit) @19805   16 years vboxsync IPRT/Makefile.kmk: VBoxRT needs RuntimeR3_SOURCES.$(KBUILD_TARGET_ARCH)
(edit) @19804   16 years vboxsync VBoxRTDeps.cpp: drag in ASMAtomicReadU54 and ASMAtomicCmpXchgU64.
(edit) @19763   16 years vboxsync IPRT/testcase: the two build fixes here should not be necessary.
(edit) @19761   16 years vboxsync Fix allocating memory for code on FreeBSD AMD64. Strip debug symbols …
(edit) @19757   16 years vboxsync VMM,IPRT,DBGC: Debug address spaces.
(edit) @19730   16 years vboxsync Backed out 47346
(edit) @19729   16 years vboxsync RTLogSetDefaultInstanceThread change; ring 0 logging fix for multiple VCPUs
(edit) @19711   16 years vboxsync HGSMI: host->guest command processing working
(edit) @19673   16 years vboxsync Runtime/r0drv-freebsd: Change the pag allocation code again. …
(edit) @19605   16 years vboxsync iprt/common/asm: id tag + docs.
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