VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @68996   7 years vboxsync Runtime/r0drv/darwin: Don't obfuscate R0 pointers, kernel addresses …
(edit) @68995   7 years vboxsync Runtime/r0drv/darwin: Don't obfuscate R0 pointers, kernel addresses …
(edit) @63519   8 years vboxsync IPRT: warnings (clang)
(edit) @63509   8 years vboxsync IPRT: warnings (clang)
(edit) @63508   8 years vboxsync IPRT: warnings (clang)
(edit) @63451   8 years vboxsync Runtime: warnings
(edit) @62477   8 years vboxsync (C) 2016
(edit) @58800   9 years vboxsync Runtime/r0drv: Add 'pszModule' argument to RTR0DbgKrnlInfoQueryMember …
(edit) @58598   9 years vboxsync dbgkernel-info-r0drv-darwin.cpp: Look for development and debug …
(edit) @58278   9 years vboxsync r0drv: Make it possible to use RTMEM_WRAP_TO_EF_APIS in the VBOXR0DRV …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57274   9 years vboxsync iprt/r0drv/darwin: The remaining (hopefully) places where we might …
(edit) @57252   9 years vboxsync SUPDrv,VBoxNetFlt,VBoxNetAdp: Include the-darwin-kernel.h to avoid …
(edit) @57246   9 years vboxsync iprt/darwin/r0drv: More saving of EFLAGS/AC, seems anything that may …
(edit) @57230   9 years vboxsync spinlock-r0drv-darwin.cpp: Fix leak.
(edit) @57228   9 years vboxsync IPRT/r0drv/darwin: More EFLAGS.AC paranoia.
(edit) @57077   9 years vboxsync Fixed copy & past burn (from the-linux-kernel.h).
(edit) @57074   9 years vboxsync r0drv/darwin: Added a whole bunch of EFLAGS.AC save and restores when …
(edit) @56699   9 years vboxsync dbgkrnlinfo-r0drv-darwin.cpp: Replaced vm_map_wire with vm_map_unwire …
(edit) @56362   9 years vboxsync threadpreempt-r0drv-darwin.cpp: Account for two new AST values in …
(edit) @56361   9 years vboxsync dbgkernelinfo-r0drv-darwin.cpp: Don't use sysctlbyname as a standard …
(edit) @56355   9 years vboxsync dbgkrnlinfo-r0drv-darwin.cpp: Kernel location changed in 10.10, it seems.
(edit) @56290   9 years vboxsync IPRT: Updated (C) year.
(edit) @56221   10 years vboxsync warnings
(edit) @54415   10 years vboxsync IPRT/r0drv/mp: Added RTMpCurSetIndex and RTMpCurSetIndexAndId.
(edit) @54374   10 years vboxsync nit
(edit) @54358   10 years vboxsync IPRT/R0Drv: Fix (windows & solaris) / kludge (the rest) for thread …
(edit) @52822   10 years vboxsync Runtime: Fix RTTimeMilliTS() on FreeBSD. Use macros for time units …
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48905   11 years vboxsync Promoted Runtime/include/internal/ldrMach-O.h to …
(edit) @47639   11 years vboxsync RTThreadPreemptIsPending/darwin: Seems three more bits have been added …
(edit) @45540   12 years vboxsync threadpreempt-r0drv-darwin.cpp: Check for AST_QUANTUM as well.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(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) @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) @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) @41169   13 years vboxsync IPRT,SUPDrv: RTR0MemKernelCopyFrom/To for safe kernel memory access in …
(edit) @41090   13 years vboxsync memobj-r0drv-darwin.cpp: Attempt at fixing the vm_protect/fExecute problem.
(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) @40856   13 years vboxsync IPRT: Transformed the RTR0MachKernel API into RTR0DbgKrnlInfo.
(edit) @40806   13 years vboxsync RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a …
(edit) @39744   13 years vboxsync rtr0memobj: Status code adjustments.
(edit) @39515   13 years vboxsync *: Use RTLISTANCHOR.
(edit) @39443   13 years vboxsync Introduced RTThreadSleepNoLog for spinlocking in the electric fence …
(edit) @37597   13 years vboxsync darwin build fix
(edit) @37578   13 years vboxsync duh
(edit) @37577   13 years vboxsync IPRT/darwin-r0drv: Redid RTFileReadAt without using vn_rdwr which …
(edit) @37575   13 years vboxsync IPRT/darwin-r0drv: Implemented RTMpPokeCpu and …
(edit) @37573   13 years vboxsync iprt: More kernel symbol resolving on darwin.
(edit) @37569   13 years vboxsync IPRT: More in kernel file I/O code for darwin.
(edit) @37568   13 years vboxsync opening files from the kernel (darwin)…
(edit) @37566   13 years vboxsync more testing, bugfixing and docs.
(edit) @37565   13 years vboxsync mach_kernel-r0drv-darwin.cpp: Added a bunch of known symbols.
(edit) @37562   13 years vboxsync fixes.
(edit) @37561   13 years vboxsync build fix
(edit) @37560   13 years vboxsync IPRT: Darwin symbol hacking in progress.
(edit) @37055   14 years vboxsync threadpreempt-r0drv-darwin.cpp: g_aPreemptHacks is too small for snow …
(edit) @37054   14 years vboxsync mp-r0drv-darwin.cpp: Eliminate MY_DARWIN_MAX_CPUS - snow leopard …
(edit) @37041   14 years vboxsync IPRT: Refined the RTThreadPreemptIsPending fix.
(edit) @37040   14 years vboxsync RTThreadPreemptIsPending/darwin: Try to unbreak this on AMD64.
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @36540   14 years vboxsync memuserkernel-r0drv-darwin.cpp needs iprt/assert.h
(edit) @36264   14 years vboxsync mp-r0drv-darwin.cpp: Use the generic 'possible' implementation.
(edit) @36232   14 years vboxsync RTCPUSET, SUPDrv: Preparation for supporting 256 CPUs/cores/threads.
(edit) @36192   14 years vboxsync typo
(edit) @36190   14 years vboxsync IPRT,Drivers: Committed a modified version of the …
(edit) @34256   14 years vboxsync IPRT: Must clear the TLS entry holding RTTHREAD before freeing the …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33269   14 years vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33158   14 years vboxsync build fixes
(edit) @33155   14 years vboxsync IPRT: Added RTSemEventGetResolution and RTSemEventMultiGetResolution …
(edit) @33047   14 years vboxsync IPRT: Implemented RTSemEventWaitEx* for r0drv darwin.
(edit) @33042   14 years vboxsync IPRT: Implemented RTSemEventMultiWaitEx* for r0drv darwin.
(edit) @32708   14 years vboxsync iprt: build fixes
(edit) @32707   14 years vboxsync IPRT: Added RTMemAllocEx[Tag] and RTMemFreeEx, only implemented in …
(edit) @32674   14 years vboxsync IPRT: started on some internal ring-0 alloc api.
(edit) @32348   14 years vboxsync RTR0MemObj*: Return VERR_NOT_SUPPORTED instead of VERR_NOT_IMPLEMENTED …
(edit) @29255   15 years vboxsync darwin+asm.h build fixes.
(edit) @29027   15 years vboxsync RTR0MemObjEnterPhys/rtR0MemObjNativeEnterPhys: Validate the cache …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28777   15 years vboxsync iprt: added CachePolicy parameter to RTR0MemObjEnterPhys()
(edit) @28515   15 years vboxsync semmutex-r0drv-darwin.cpp: Initial implementation.
(edit) @28503   15 years vboxsync IPRT: Split up r0drv/darwin/semaphore-r0drv-darwin.cpp.
(edit) @28298   15 years vboxsync iprt,Config.kmk: Make sure the RTMemAllocVar* alignment gets poisoned …
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