|
|
@21536
|
15 years |
vboxsync |
iprt/thread.h: Redefined RTThreadPreemptIsEnabled for systems without …
|
|
|
@21497
|
15 years |
vboxsync |
RTR0MemObj*: correctly reject unsupported alignment requirements …
|
|
|
@21284
|
15 years |
vboxsync |
RTR0MemAreKernelAndUserRangesDifferent -> …
|
|
|
@21282
|
15 years |
vboxsync |
iprt/mem.h: Added RTR0MemAreKernelAndUserRangesDifferent.
|
|
|
@21280
|
15 years |
vboxsync |
RTR0MemUser/Kernel implementation for FreeBSD. (also completely untested)
|
|
|
@20554
|
15 years |
vboxsync |
thread-r0drv-freebsd.c: changed (C) to Sun.
|
|
|
@20553
|
15 years |
vboxsync |
blank lines.
|
|
|
@20525
|
15 years |
vboxsync |
iprt/memobj.h: Added RTR0MemObjProtect, only implemented for darwin.
|
|
|
@20449
|
15 years |
vboxsync |
FreeBSD: Implement preemption API for guest SMP and enable it …
|
|
|
@20448
|
15 years |
vboxsync |
Runtime/semevent-r0drv-freebsd: Use a sleeping mutex instead of a …
|
|
|
@20208
|
16 years |
vboxsync |
FreeBSD: typo
|
|
|
@20116
|
16 years |
vboxsync |
semevent-r0drv-freebsd.c: r=bird: two bugs.
|
|
|
@20107
|
16 years |
vboxsync |
SemEvent-r0drv/FreeBSD: Don't use tvtohz for an infinite timeout. …
|
|
|
@19972
|
16 years |
vboxsync |
SemEvent/FreeBSD: Use tsleep instead of msleep_spin. Looks like tlseep …
|
|
|
@19761
|
16 years |
vboxsync |
Fix allocating memory for code on FreeBSD AMD64. Strip debug symbols …
|
|
|
@19673
|
16 years |
vboxsync |
Runtime/r0drv-freebsd: Change the pag allocation code again. …
|
|
|
@19591
|
16 years |
vboxsync |
Runtime/r0drv-freebsd: Disable the active code for allocating pages …
|
|
|
@19565
|
16 years |
vboxsync |
Runtime/r0drv-freebsd: Allocate zeroed memory for the mutexes or we …
|
|
|
@19563
|
16 years |
vboxsync |
HostDrivers,Runtime/r0drv-freebsd: Fix compiling on FreeBSD 8. Thanks …
|
|
|
@19389
|
16 years |
vboxsync |
IPRT: Implemented RTMpPokeCpu where it made sense (untested).
|
|
|
@19341
|
16 years |
vboxsync |
Runtime/r0drv-freebsd: Fixes for FreeBSD 8.0. Thanks to Ulf Lilleengen
|
|
|
@19264
|
16 years |
vboxsync |
Runtime/MP-freebsd: Fix typo which makes the kernel module unloadable
|
|
|
@19071
|
16 years |
vboxsync |
memobj-r0drv-freebsd.c: make the exit point easier to spot.
|
|
|
@19057
|
16 years |
vboxsync |
IPRT/mp-r0drv-freebsd.c: Fixed a couple of issues. (hope it still works)
|
|
|
@19005
|
16 years |
vboxsync |
Runtime/R0/FreeBSD: Fix the rc hack. We can safely return with …
|
|
|
@19000
|
16 years |
vboxsync |
Runtime/R0/FreeBSD: Finish RTMp API which is needed for VT-x/SVM
|
|
|
@18972
|
16 years |
vboxsync |
IPRT/r0drv/freebsd: properties.
|
|
|
@18970
|
16 years |
vboxsync |
memobj-r0drv-freebsd.c: nitpicking…
|
|
|
@18969
|
16 years |
vboxsync |
IPRT/r0drv/freebsd: redid the mp-r0drv-freebsd.c rename (r45979 and …
|
|
|
@18960
|
16 years |
vboxsync |
Runtime/R0/FreeBSD: Fix the host crash during VM termination with …
|
|
|
@18920
|
16 years |
vboxsync |
Runtime/R0/FreeBSD: Implement method to map kernel memory into user space
|
|
|
@18919
|
16 years |
vboxsync |
Runtime/R0/FreeBSD: Use msleep_spin instead of msleep because the …
|
|
|
@18918
|
16 years |
vboxsync |
Runtime/R0/FreeBSD: Include needed header files
|
|
|
@18917
|
16 years |
vboxsync |
Runtime/R0/FreeBSD: Delete forgotten file
|
|
|
@15843
|
16 years |
vboxsync |
RTMpIsCpuWorkPending() -> RTMpIsCpuWorkPending(void), corrected …
|
|
|
@15837
|
16 years |
vboxsync |
Added RTMpIsCpuWorkPending stub.
|
|
|
@14824
|
16 years |
vboxsync |
IPRT: RTR0MemObjMapKernelEx for mapping a portion of a memory object …
|
|
|
@14318
|
16 years |
vboxsync |
Fix a couple of words doubled in comments. No code changes.
|
|
|
@9444
|
17 years |
vboxsync |
Added iTick to FNTIMER (the timer callback).
|
|
|
@9352
|
17 years |
vboxsync |
Added missing pTimer->iTick++.
|
|
|
@8245
|
17 years |
vboxsync |
rebranding: IPRT files again.
|
|
|
@8170
|
17 years |
vboxsync |
Rebranding: replacing more innotek strings.
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@7517
|
17 years |
vboxsync |
Additions/FreeBSD: initial commit
Mostly tested on FreeBSD 7.0.
…
|
|
|
@7254
|
17 years |
vboxsync |
Sketched out RTMp*. (All the platform specific code is disabled.)
|
|
|
@7042
|
17 years |
vboxsync |
Fence the r0drv heap routines for strict builds.
|
|
|
@6478
|
17 years |
vboxsync |
Drop annoying the cb != sizeof(void *) assertion.
|
|
|
@5334
|
17 years |
vboxsync |
check the right magic.
|
|
|
@4989
|
17 years |
vboxsync |
physnc fix.
|
|
|
@4542
|
17 years |
vboxsync |
Some freebsd fixes.
|
|
|
@4155
|
17 years |
vboxsync |
RTR0MemGetAddressR3 & RTR0MemObjLockUser. Linux memobj impl.
|
|
|
@4136
|
17 years |
vboxsync |
Added RTR0MemObjAllocPhysNC. Changed the two APIs taking ring-3 …
|
|
|
@4135
|
17 years |
vboxsync |
Use size_t for the page index. Added API for querying the ring-3 address.
|
|
|
@4049
|
17 years |
vboxsync |
Some untested FreeBSD memory code.
|
|
|
@4038
|
17 years |
vboxsync |
some notes from kernel digging.
|
|
|
@3977
|
17 years |
vboxsync |
Implemented the timer and time apis for freebsd, stubbed the memobj ones.
|
|
|
@3705
|
17 years |
vboxsync |
RTStrPrintfV
|
|
|
@3680
|
17 years |
vboxsync |
Implemented some more FreeBSD ring-0 driver code.
|
|
|
@3679
|
17 years |
vboxsync |
Implemented some more FreeBSD ring-0 driver code.
|