|
|
@19907
|
16 years |
vboxsync |
IPRT: RTThreadPreemptIsPending for linux
|
|
|
@19898
|
16 years |
vboxsync |
IPRT: Termination callback framework - missing file. (not hooked up to …
|
|
|
@19897
|
16 years |
vboxsync |
IPRT: Termination callback framework. (not hooked up to anything yet)
|
|
|
@19896
|
16 years |
vboxsync |
IPRT: Added a RTOnceReset method (needed it for a testcase).
|
|
|
@19892
|
16 years |
vboxsync |
SUPLib: Implemented ring-3 version of the semaphore API and created a …
|
|
|
@19888
|
16 years |
vboxsync |
semevent-r0drv-linux.c: Use ASMAtomicWriteU32 instead of XchgU32.
|
|
|
@19887
|
16 years |
vboxsync |
semevent-r0drv-linux.c: Fixed missing initialization of the fState …
|
|
|
@19886
|
16 years |
vboxsync |
semevetnmulti-r0drv-linux.c: Fixed missing initialization of the …
|
|
|
@19865
|
16 years |
vboxsync |
IPRT: Made handletable.cpp and handletablectx.cpp build cleanly as C.
|
|
|
@19863
|
16 years |
vboxsync |
IPRT/zip: use 128K buffer in all cases (both for compressing and …
|
|
|
@19830
|
16 years |
vboxsync |
Bugfix
|
|
|
@19826
|
16 years |
vboxsync |
Implemented a non-blocking RTMpPokeCpu for Windows hosts.
|
|
|
@19805
|
16 years |
vboxsync |
IPRT/Makefile.kmk: VBoxRT needs RuntimeR3_SOURCES.$(KBUILD_TARGET_ARCH)
|
|
|
@19804
|
16 years |
vboxsync |
VBoxRTDeps.cpp: drag in ASMAtomicReadU54 and ASMAtomicCmpXchgU64.
|
|
|
@19763
|
16 years |
vboxsync |
IPRT/testcase: the two build fixes here should not be necessary.
|
|
|
@19761
|
16 years |
vboxsync |
Fix allocating memory for code on FreeBSD AMD64. Strip debug symbols …
|
|
|
@19757
|
16 years |
vboxsync |
VMM,IPRT,DBGC: Debug address spaces.
|
|
|
@19730
|
16 years |
vboxsync |
Backed out 47346
|
|
|
@19729
|
16 years |
vboxsync |
RTLogSetDefaultInstanceThread change; ring 0 logging fix for multiple VCPUs
|
|
|
@19711
|
16 years |
vboxsync |
HGSMI: host->guest command processing working
|
|
|
@19673
|
16 years |
vboxsync |
Runtime/r0drv-freebsd: Change the pag allocation code again. …
|
|
|
@19605
|
16 years |
vboxsync |
iprt/common/asm: id tag + docs.
|
|
|
@19603
|
16 years |
vboxsync |
More build fixes.
|
|
|
@19600
|
16 years |
vboxsync |
GCC 4.3.3 workarounds for ASMAtomicCmpXchgU64 and ASMAtomicReadU64.
|
|
|
@19591
|
16 years |
vboxsync |
Runtime/r0drv-freebsd: Disable the active code for allocating pages …
|
|
|
@19573
|
16 years |
vboxsync |
iprt/makefile.kmk: warning.
|
|
|
@19566
|
16 years |
vboxsync |
OSE fix
|
|
|
@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 …
|
|
|
@19562
|
16 years |
vboxsync |
Runtime/Aio: Change API again
* pcReqs in RTFileAioCtxSubmit is …
|
|
|
@19559
|
16 years |
vboxsync |
IPRT: Coded up the debug address space, adding a RTUINTPTR AVL range …
|
|
|
@19558
|
16 years |
vboxsync |
Runtime: typo (win32 build)
|
|
|
@19555
|
16 years |
vboxsync |
VboxRTDeps.cpp: openssl stuff for darwin.
|
|
|
@19554
|
16 years |
vboxsync |
VBoxRT,++: linking libxml and openssl into VBoxRT.
|
|
|
@19550
|
16 years |
vboxsync |
oops.
|
|
|
@19549
|
16 years |
vboxsync |
libxml2: build change in progress.
|
|
|
@19547
|
16 years |
vboxsync |
IPRT: unexport internal rtMem* functions.
|
|
|
@19546
|
16 years |
vboxsync |
space
|
|
|
@19523
|
16 years |
vboxsync |
IPRT: Build common/asm/ASMAtomicCmpXchgU64.asm into the R3 runtime.
|
|
|
@19522
|
16 years |
vboxsync |
IPRT: Added a 32-bit implementation of ASMAtomicCmpXchgU64
|
|
|
@19509
|
16 years |
vboxsync |
IPRT: Started on debug support, RTDbg*.
|
|
|
@19501
|
16 years |
vboxsync |
2xRTMpPokeCpu-r0drv-solaris.c: svn properties, Id string, status codes.
|
|
|
@19496
|
16 years |
vboxsync |
Solaris optimized version of RTMpPokeCpu
|
|
|
@19391
|
16 years |
vboxsync |
IPRT: Explained RTMpOthers preemption req to the caller in mp.h, but …
|
|
|
@19389
|
16 years |
vboxsync |
IPRT: Implemented RTMpPokeCpu where it made sense (untested).
|
|
|
@19387
|
16 years |
vboxsync |
Runtime/r0drv: include string (StrDup/DupEx/Free) into r0drv.
|
|
|
@19384
|
16 years |
vboxsync |
iprt/common/string/string.cpp: RTR3DECL -> RTDECL (see header).
|
|
|
@19371
|
16 years |
vboxsync |
Runtime/Aio: Prevent inclusion of swabb.h because g++ doesn't like the …
|
|
|
@19370
|
16 years |
vboxsync |
Runtime/Aio: Fix the POSIX backend for Darwin. We have to obey the …
|
|
|
@19368
|
16 years |
vboxsync |
IPRT: initial check in of the runtime S3 interface (not used yet)
|
|
|
@19355
|
16 years |
vboxsync |
Runtime/r0drv/Solaris: fixed warning.
|
|
|
@19350
|
16 years |
vboxsync |
IPRT,tstDisasm-2: defined flags for RTFileReadAllEx and …
|
|
|
@19348
|
16 years |
vboxsync |
Runtime/Aio: Properties
|
|
|
@19346
|
16 years |
vboxsync |
Runtime/Aio: Updates
* Add POSIX backend needed for the Darwin …
|
|
|
@19341
|
16 years |
vboxsync |
Runtime/r0drv-freebsd: Fixes for FreeBSD 8.0. Thanks to Ulf Lilleengen
|
|
|
@19338
|
16 years |
vboxsync |
3880 VirtualBox and Solaris build 114 - don't use curproc
|
|
|
@19332
|
16 years |
vboxsync |
Runtime/r0drv/solaris: RTSemEventMulti fix for waking all threads not one.
|
|
|
@19315
|
16 years |
vboxsync |
Logging: introducing NAT and NET log groups
|
|
|
@19308
|
16 years |
vboxsync |
gcc-4.4 warnings
|
|
|
@19264
|
16 years |
vboxsync |
Runtime/MP-freebsd: Fix typo which makes the kernel module unloadable
|
|
|
@19212
|
16 years |
vboxsync |
Newline.
|
|
|
@19211
|
16 years |
vboxsync |
IPRT: Function RTDirRemoveRecursive added. Only partially implemented …
|
|
|
@19206
|
16 years |
vboxsync |
IPRT: Use generic UUID code on windows as well.
|
|
|
@19205
|
16 years |
vboxsync |
tstUuid: Updated to RTTest and added tests for the new Utf16 functions.
|
|
|
@19198
|
16 years |
vboxsync |
IPRT: Added RTUuidFrom/ToUtf16. (untested)
|
|
|
@19188
|
16 years |
vboxsync |
Runtime/Aio: Makefile
|
|
|
@19187
|
16 years |
vboxsync |
Runtime/Aio: Add FreeBSD backend
|
|
|
@19186
|
16 years |
vboxsync |
Runtime/Aio: Add Windows backend
|
|
|
@19185
|
16 years |
vboxsync |
Runtime/Aio: Slight changes to the API for Windows. Fix the Solaris backend
|
|
|
@19171
|
16 years |
vboxsync |
Shared folders: less ugly solution for making execute bits set on …
|
|
|
@19167
|
16 years |
vboxsync |
iprt/cdefs.h,RTLdr: Added an generic RT_NOTHING macro to fixing issues …
|
|
|
@19166
|
16 years |
vboxsync |
IPRT/include/internal/fileaio.h: export; (C) year.
|
|
|
@19147
|
16 years |
vboxsync |
#3854: Error checking for skb_gso_segment().
|
|
|
@19143
|
16 years |
vboxsync |
Compile fixes
|
|
|
@19128
|
16 years |
vboxsync |
gcc-4.4 warning
|
|
|
@19126
|
16 years |
vboxsync |
Runtime/Aio: * Move the validation macros to a new header because they …
|
|
|
@19120
|
16 years |
vboxsync |
Various files: Virtual Box -> VirtualBox.
|
|
|
@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)
|
|
|
@19056
|
16 years |
vboxsync |
IPRT/darwin-r0: Fixed bug in RTMpOnOthers.
|
|
|
@19054
|
16 years |
vboxsync |
IPRT: svn props for tstFileAio.cpp and fileaio-linux.cpp. (Please use …
|
|
|
@19040
|
16 years |
vboxsync |
IPRT/fileaio-linux.cpp: A quick code review and cleanup:
* …
|
|
|
@19011
|
16 years |
vboxsync |
Runtime/Aio: Implementation for Solaris
|
|
|
@19005
|
16 years |
vboxsync |
Runtime/R0/FreeBSD: Fix the rc hack. We can safely return with …
|
|
|
@19001
|
16 years |
vboxsync |
Runtime/R0/FreeBSD: Correct Makefile
|
|
|
@19000
|
16 years |
vboxsync |
Runtime/R0/FreeBSD: Finish RTMp API which is needed for VT-x/SVM
|
|
|
@18999
|
16 years |
vboxsync |
Runtime/Aio: Linux backend and a simple testcase. Disabled by default. …
|
|
|
@18997
|
16 years |
vboxsync |
IPRT: Redid r46081.
|
|
|
@18991
|
16 years |
vboxsync |
IPRT: tstFork().
|
|
|
@18990
|
16 years |
vboxsync |
IPRT/Makefile.kmk: missing directory deps.
|
|
|
@18989
|
16 years |
vboxsync |
iprt/process: update the cached process ID on fork
|
|
|
@18988
|
16 years |
vboxsync |
PGM api changes
|
|
|
@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 …
|
|
|
@18921
|
16 years |
vboxsync |
Runtime/R0/FreeBSD: Makefile changes for the FreeBSD port. Use the …
|
|
|
@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
|
|
|