VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20929   16 years vboxsync semevent-r0drv-nt.cpp: s/pEventInt/pThis/g
(edit) @20923   16 years vboxsync semevent*-r0drv-nt.cpp: we've agreed that only the object is subject …
(edit) @20913   16 years vboxsync semevent*-r0drv-nt.cpp: Removed left over WaitReason bits.
(edit) @20912   16 years vboxsync semeventmulti-r0drv-nt.cpp,semevent-r0drv-nt.cpp: Seems it's ok to …
(edit) @20909   16 years vboxsync initterm-r0drv.cpp: Must call rtThreadTerm on Windows or we'll be …
(edit) @20884   16 years vboxsync More comments
(edit) @20883   16 years vboxsync Call KeWaitForSingleObject with UserMode for event semaphores
(edit) @20793   16 years vboxsync semevent*-r0drv-solaris.c(+spinlock-r0drv-solaris.c+the-solaris-kernel. …
(edit) @20554   16 years vboxsync thread-r0drv-freebsd.c: changed (C) to Sun.
(edit) @20553   16 years vboxsync blank lines.
(edit) @20526   16 years vboxsync rtR0MemObjNativeAllocLow/solaris: removed misplaced assertion (it …
(edit) @20525   16 years vboxsync iprt/memobj.h: Added RTR0MemObjProtect, only implemented for darwin.
(edit) @20507   16 years vboxsync memobj-r0drv-darwin.cpp: Failed attempt at fixing …
(edit) @20480   16 years vboxsync warning
(edit) @20477   16 years vboxsync fix stupid cut and paste
(edit) @20471   16 years vboxsync xtracker 3945 - allow lowmem allocs to be non-contig
(edit) @20449   16 years vboxsync FreeBSD: Implement preemption API for guest SMP and enable it …
(edit) @20448   16 years vboxsync Runtime/semevent-r0drv-freebsd: Use a sleeping mutex instead of a …
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20364   16 years vboxsync IPRT: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20355   16 years vboxsync IPRT: some dbgmod bits.
(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) @20107   16 years vboxsync SemEvent-r0drv/FreeBSD: Don't use tvtohz for an infinite timeout. …
(edit) @19998   16 years vboxsync Solaris/vbi: vbi_execute_on_one fix. New vbi binaries.
(edit) @19990   16 years vboxsync initterm-r0drv-nt.cpp: more names.
(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) @19969   16 years vboxsync IPRT/r0drv-nt: Cleaning up the preemption hacks; XP SP2 is done.
(edit) @19956   16 years vboxsync memobj-r0drv-darwin.cpp: Added an ugly hack in …
(edit) @19941   16 years vboxsync iprt/linux: Fixed RTThreadPreemptIsEnabled, only tested without …
(edit) @19937   16 years vboxsync IPRT: Merge RTThreadPreemptDisable-r0drv-linux.c & …
(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) @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) @19830   16 years vboxsync Bugfix
(edit) @19826   16 years vboxsync Implemented a non-blocking RTMpPokeCpu for Windows hosts.
(edit) @19761   16 years vboxsync Fix allocating memory for code on FreeBSD AMD64. Strip debug symbols …
(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) @19591   16 years vboxsync Runtime/r0drv-freebsd: Disable the active code for allocating pages …
(edit) @19565   16 years vboxsync Runtime/r0drv-freebsd: Allocate zeroed memory for the mutexes or we …
(edit) @19563   16 years vboxsync HostDrivers,Runtime/r0drv-freebsd: Fix compiling on FreeBSD 8. Thanks …
(edit) @19501   16 years vboxsync 2xRTMpPokeCpu-r0drv-solaris.c: svn properties, Id string, status codes.
(edit) @19496   16 years vboxsync Solaris optimized version of RTMpPokeCpu
(edit) @19391   16 years vboxsync IPRT: Explained RTMpOthers preemption req to the caller in mp.h, but …
(edit) @19389   16 years vboxsync IPRT: Implemented RTMpPokeCpu where it made sense (untested).
(edit) @19355   16 years vboxsync Runtime/r0drv/Solaris: fixed warning.
(edit) @19341   16 years vboxsync Runtime/r0drv-freebsd: Fixes for FreeBSD 8.0. Thanks to Ulf Lilleengen
(edit) @19338   16 years vboxsync 3880 VirtualBox and Solaris build 114 - don't use curproc
(edit) @19332   16 years vboxsync Runtime/r0drv/solaris: RTSemEventMulti fix for waking all threads not one.
(edit) @19264   16 years vboxsync Runtime/MP-freebsd: Fix typo which makes the kernel module unloadable
(edit) @19071   16 years vboxsync memobj-r0drv-freebsd.c: make the exit point easier to spot.
(edit) @19057   16 years vboxsync IPRT/mp-r0drv-freebsd.c: Fixed a couple of issues. (hope it still works)
(edit) @19056   16 years vboxsync IPRT/darwin-r0: Fixed bug in RTMpOnOthers.
(edit) @19005   16 years vboxsync Runtime/R0/FreeBSD: Fix the rc hack. We can safely return with …
(edit) @19000   16 years vboxsync Runtime/R0/FreeBSD: Finish RTMp API which is needed for VT-x/SVM
(edit) @18988   16 years vboxsync PGM api changes
(edit) @18972   16 years vboxsync IPRT/r0drv/freebsd: properties.
(edit) @18970   16 years vboxsync memobj-r0drv-freebsd.c: nitpicking…
(edit) @18969   16 years vboxsync IPRT/r0drv/freebsd: redid the mp-r0drv-freebsd.c rename (r45979 and …
(edit) @18960   16 years vboxsync Runtime/R0/FreeBSD: Fix the host crash during VM termination with …
(edit) @18920   16 years vboxsync Runtime/R0/FreeBSD: Implement method to map kernel memory into user space
(edit) @18919   16 years vboxsync Runtime/R0/FreeBSD: Use msleep_spin instead of msleep because the …
(edit) @18918   16 years vboxsync Runtime/R0/FreeBSD: Include needed header files
(edit) @18917   16 years vboxsync Runtime/R0/FreeBSD: Delete forgotten file
(edit) @18522   16 years vboxsync memobj-r0drv-linux.c: nitpicking.
(edit) @18496   16 years vboxsync IPRT/the-nt-kernel.h: shut up warnings about stupid intrinsics.
(edit) @18250   16 years vboxsync enable vm_insert_page() for Linux 2.6.23+
(edit) @16958   16 years vboxsync mp-r0drv-darwin: don't use ml_get_max_cpus, it's obsolete.
(edit) @16722   16 years vboxsync runtime fix for solaris shared folders
(edit) @16720   16 years vboxsync handle upcoming xc_call() change and can build as part of VirtualBox
(edit) @16464   16 years vboxsync set VM_LOCKED to pin pages allocated with mmap()
(edit) @16354   16 years vboxsync mp-r0drv-darwin.cpp, the-darwin-kernel.h: ml_get_max_cpus() isn't …
(edit) @16332   16 years vboxsync time-r0drv-darwin.cpp: removed duplicated documentation.
(edit) @16331   16 years vboxsync time-r0drv-darwin.cpp: 10.6 build fix.
(edit) @16330   16 years vboxsync the-darwin-kernel.h: Added IOKit/IOBufferMemoryDescriptor.h and made …
(edit) @16329   16 years vboxsync memobj-r0drv-darwin.cpp: A few APIs was retired or deprecated in …
(edit) @16328   16 years vboxsync darwin-r0/RTMpGetSet: Generic implementation.
(edit) @16200   16 years vboxsync Solaris/vboxdrv: Use rwlock instead of mutex (#3021).
(edit) @15907   16 years vboxsync Solaris/vbi: implemented RTMpCpuWorkIsPending.
(edit) @15896   16 years vboxsync Oops
(edit) @15895   16 years vboxsync RTMpIsCpuWorkPending changed; previous code wasn't useful
(edit) @15851   16 years vboxsync small cosmetical fix
(edit) @15843   16 years vboxsync RTMpIsCpuWorkPending() -> RTMpIsCpuWorkPending(void), corrected …
(edit) @15839   16 years vboxsync Experimental implementation of RTMpIsCpuWorkPending for windows hosts.
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