VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @44238   12 years vboxsync Runtime/FreeBSD: Build fix
(edit) @43856   12 years vboxsync Runtime/timer: actually disable the interrupts while having the …
(edit) @43699   12 years vboxsync r0drv/solaris: comment spaces.
(edit) @43637   12 years vboxsync Linux 3.7 fixes
(edit) @43578   12 years vboxsync debug build fix
(edit) @43437   12 years vboxsync Runtime/FreeBSD: Shorten wait channel name to 6 characters (thanks to …
(edit) @43434   12 years vboxsync Fix comments (thanks to Ed Maste)
(edit) @43403   12 years vboxsync r0drv/haiku: cleanup.
(edit) @43381   12 years vboxsync the-darwin-kernel.h: kIOMemoryMapperNone was introduced in 10.6 it seems.
(edit) @43375   12 years vboxsync memobj-r0drv-darwin.cpp: 10.8.2 fixes.
(edit) @43373   12 years vboxsync Additions/Haiku: missed commits.
(edit) @43366   12 years vboxsync Haiku Additions: cleanup, missed file.
(edit) @43363   12 years vboxsync Haiku Additions.
(edit) @43355   12 years vboxsync r0drv/darwin: memobj-r0drv-darwin; complete() and prepare() must be …
(edit) @43304   12 years vboxsync Forward ported r78691 from 4.1: Extend r80723 / r78414 to Snow Leopard.
(edit) @43303   12 years vboxsync Forward ported r78414 from 4.1: Fix VERR_NO_MEMORY loading VMMR0.r0
(edit) @42835   12 years vboxsync Runtime/r0drv/solaris: custom r0 assert diversion.
(edit) @42784   12 years vboxsync Linux 3.6-rc1 compile fix, spaces
(edit) @42597   12 years vboxsync Runtime/FreeBSD: Fix build on recent 10-CURRENT (thanks to Garrett …
(edit) @42496   12 years vboxsync Runtime/FreeBSD: Fix R0 spinlocks breaking VBox
(edit) @42154   12 years vboxsync VS2010 preps.
(edit) @42037   12 years vboxsync Runtime/Darwin: RT_BIT -> iprt/x86.h constants (please review)
(edit) @42035   12 years vboxsync r0drv/darwin/memobj: RT_ALIGN_Z.
(edit) @42025   12 years vboxsync A few missed copyright year updates.
(edit) @42024   12 years vboxsync VMM: RDTSCP support on Intel. Segregated some common CPU features from …
(edit) @41968   12 years vboxsync Runtime/r0drv/solaris: comments, spaces.
(edit) @41946   12 years vboxsync r0drv/solaris/dbgkrnlinfo: initialize with NIL_RTDBGKRNLINFO.
(edit) @41895   12 years vboxsync Runtime/r0drv: unused var.
(edit) @41879   12 years vboxsync Runtime/r0drv/solaris: Fix failure path to exclusive lock pages before …
(edit) @41875   12 years vboxsync Misleading comment.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41776   12 years vboxsync doxygen comments.
(edit) @41774   12 years vboxsync bugref..
(edit) @41701   12 years vboxsync Runtime/r0drv/solaris: comment.
(edit) @41684   12 years vboxsync Runtime/r0drv/solaris: cosmetics.
(edit) @41682   12 years vboxsync Runtime/r0drv/solaris: Query PG_NORELOC support for large pages.
(edit) @41680   12 years vboxsync Runtime/r0drv/solaris: cleanup.
(edit) @41660   12 years vboxsync IPRT/r0drv/Linux: make it work with Linux 3.5 kernels
(edit) @41656   12 years vboxsync Runtime/r0drv/solaris: We don't directly use kflts anymore, don't …
(edit) @41652   12 years vboxsync Runtime/r0drv/solaris: Proper high limit constraint on PHYS_NC …
(edit) @41629   12 years vboxsync Runtime/r0drv/solaris: Off-by-one error fix.
(edit) @41628   12 years vboxsync Runtime/r0drv/solaris: cosmetics.
(edit) @41627   12 years vboxsync Runtime/r0drv/solaris: Fix to prevent paging out during freeing of 4K …
(edit) @41622   12 years vboxsync Runtime/r0drv/Solaris: Implemented large page support. Fixed possible …
(edit) @41169   13 years vboxsync IPRT,SUPDrv: RTR0MemKernelCopyFrom/To for safe kernel memory access in …
(edit) @41146   13 years vboxsync memobj-r0drv-solaris: Implemented rtR0MemObjNativeMapKernel.
(edit) @41116   13 years vboxsync rtR0MemObjNativeLockUser: Force write access to COW pages.
(edit) @41090   13 years vboxsync memobj-r0drv-darwin.cpp: Attempt at fixing the vm_protect/fExecute problem.
(edit) @41082   13 years vboxsync Runtime/r0drv/linux: PhysHighest is inclusive, highest permittable …
(edit) @41081   13 years vboxsync Runtime/r0drv/solaris: implemented honoring upper physical limit in …
(edit) @41077   13 years vboxsync Disabled the broken vm_protect code again.
(edit) @41070   13 years vboxsync memobj-r0drv-darwin.cpp: Respect the fExecutable flag again.
(edit) @41069   13 years vboxsync GMMR0,memobj-r0drv-darwin.cpp: Moved the allocate fudge factor from …
(edit) @41061   13 years vboxsync alloc-r0drv-darwin.cpp: call RTR0MemObjProtect since fExecutable isn't …
(edit) @41060   13 years vboxsync Disabled experimental honoring of the fExecutable parameter in …
(edit) @41054   13 years vboxsync alloc-r0drv-darwin.cpp: Use RTR0MemObjAllocPage to satisfy …
(edit) @41053   13 years vboxsync memobj-r0drv-darwin.cpp: Use rtR0MemObjNativeProtect to set …
(edit) @41052   13 years vboxsync Deal with 10.8 being PIE and not loaded at the link address.
(edit) @41050   13 years vboxsync Made dbgkrnlinfo-r0drv-darwin.cpp work with 10.8 preview 3.
(edit) @40978   13 years vboxsync Runtime/r0drv/solaris: unused global variable.
(edit) @40977   13 years vboxsync Runtime/r0drv/solaris: minor cleanup.
(edit) @40972   13 years vboxsync Runtime/r0drv/solaris: use page.h's PG_KFLT define.
(edit) @40971   13 years vboxsync Runtime/r0drv/solaris: remove temporary debug prints.
(edit) @40970   13 years vboxsync Runtime/r0drv/solaris: Finally delete vbi subdir.
(edit) @40969   13 years vboxsync Runtime/r0drv/solaris: dbg -> dbgkrnlinfo.
(edit) @40968   13 years vboxsync Runtime/r0drv/solaris: VBI integrate, move files.
(edit) @40967   13 years vboxsync Runtime/r0drv/solaris: spaces and remove debug printfs.
(edit) @40966   13 years vboxsync Runtime/r0drv/solaris: Dissolve VBI into IPRT.
(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) @40916   13 years vboxsync FreeBSD/MemObjR0: Bug fixes (Thanks to Andriy Gapon and Bernhard Froehlich)
(edit) @40894   13 years vboxsync IPRT/SUPDrv: Don't create a fixed sized heap if we don't have to, use …
(edit) @40871   13 years vboxsync build fix
(edit) @40856   13 years vboxsync IPRT: Transformed the RTR0MachKernel API into RTR0DbgKrnlInfo.
(edit) @40855   13 years vboxsync RTR0DbgKrnlInfo: Release shall accept NIL handle. Made QuerySymbol …
(edit) @40817   13 years vboxsync Seems to work.
(edit) @40809   13 years vboxsync Seems to work on solaris too.
(edit) @40808   13 years vboxsync Seems to work fine on linux.
(edit) @40806   13 years vboxsync RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a …
(edit) @40745   13 years vboxsync Runtime/r0drv/solaris: spaces.
(edit) @40702   13 years vboxsync Runtime/r0drv/solaris: dbg-r0drv build fix.
(edit) @40701   13 years vboxsync Runtime/r0drv/solaris: dbg-r0drv fix.
(edit) @40700   13 years vboxsync Runtime/r0drv/solaris: dbg-r0drv build fix.
(edit) @40698   13 years vboxsync Runtime/r0drv/solaris: build fix.
(edit) @40696   13 years vboxsync Runtime/r0drv/solaris: dbg-r0drv naming.
(edit) @40695   13 years vboxsync Runtime/r0drv/solaris: dbg-r0drv addressed todo and some fixes.
(edit) @40689   13 years vboxsync dbg-r0drv-solaris.c: gcc 4.5.2 build fixes and a todo.
(edit) @40670   13 years vboxsync Runtime/r0drv/solaris: ugh, tabs.
(edit) @40669   13 years vboxsync Runtime/r0drv: endif header include guard comment.
(edit) @40668   13 years vboxsync Runtime/r0drv: RTR0DbgKrnl implementation for Solaris.
(edit) @40304   13 years vboxsync IPRT: fixed OS/2 'bitrot'.
(edit) @40231   13 years vboxsync Runtime/r0drv/solaris, HostDrivers/VBoxNetFlt/Solaris: Hold mod_lock …
(edit) @40227   13 years vboxsync VMM/VMMR0 SupDrv Solaris/MpNotification: Fix guru meditation/panics …
(edit) @40216   13 years vboxsync Runtime/r0drv/solaris: dead code removal.
(edit) @40149   13 years vboxsync Runtime/r0drv/solaris: fix debug build on Solaris 10 to not assert in …
(edit) @40050   13 years vboxsync Runtime/r0drv/solaris/vbi: removed obsolete files
(edit) @39841   13 years vboxsync d'oh!
(edit) @39840   13 years vboxsync more Linux 3.3 fixes
(edit) @39829   13 years vboxsync Runtime/linux: linux-3.3.0-rc1 some headers requires IS_ENABLED(x) …
(edit) @39808   13 years vboxsync Runtime/r0drv: get the physical address of Linux kernel kmap mappings …
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