|
|
@13325
|
16 years |
vboxsync |
r0drv.linux: more missing files
|
|
|
@13323
|
16 years |
vboxsync |
vbi: fixes to vbi_stimer_begin.
|
|
|
@13319
|
16 years |
vboxsync |
linux kernel modules: export symbols where they are implemented
|
|
|
@13316
|
16 years |
vboxsync |
r0drv.linux: added missing function
|
|
|
@13314
|
16 years |
vboxsync |
Created assert-r0drv-linux.c (finally).
|
|
|
@13313
|
16 years |
vboxsync |
fixed warnings.
|
|
|
@13312
|
16 years |
vboxsync |
fixed warnings.
|
|
|
@13310
|
16 years |
vboxsync |
build fix.
|
|
|
@13309
|
16 years |
vboxsync |
hrmpf. forgot iprt/asm.h, C compilers rock…
|
|
|
@13307
|
16 years |
vboxsync |
assert-r0drv-solaris: minor adjustments.
|
|
|
@13306
|
16 years |
vboxsync |
IPRT,++: some assert.h cleanup, making a suitable place to call …
|
|
|
@13300
|
16 years |
vboxsync |
typo.
|
|
|
@13299
|
16 years |
vboxsync |
iprt: removed code duplicated in r0drv/solaris/vbi, copy back later …
|
|
|
@13298
|
16 years |
vboxsync |
iprt/r0drv/solaris/RTTimerCreateEx: initialize fAllCpu(s) and …
|
|
|
@13297
|
16 years |
vboxsync |
Runtime/vbi: Use MUTEX_SPIN for vbi too.
|
|
|
@13275
|
16 years |
vboxsync |
iprt: reverted r37922, it is not needed after I purge out/
|
|
|
@13274
|
16 years |
vboxsync |
iprt: temporarily disable RTThreadPreemptRestore for Windows hosts as …
|
|
|
@13272
|
16 years |
vboxsync |
mp-r0drv-nt.cpp: updated w2k8 todos.
|
|
|
@13262
|
16 years |
vboxsync |
iprt: RTThreadPreemptIsEanbled - check the interrupt flags too.
|
|
|
@13260
|
16 years |
vboxsync |
iprt: non-vbi solaris fix.
|
|
|
@13259
|
16 years |
vboxsync |
iprt: fixing windows burns.
|
|
|
@13255
|
16 years |
vboxsync |
build fix (log.cpp).
|
|
|
@13254
|
16 years |
vboxsync |
IPRT: Added RTThreadPreemptIsEnabled, RTThreadPreemptDisable and …
|
|
|
@13248
|
16 years |
vboxsync |
Runtime/Solaris: Use MUTEX_SPIN with dispatch level. (Temporary …
|
|
|
@13213
|
16 years |
vboxsync |
iprt/timer-posix.cpp: Don't access private siginfo members, that's not …
|
|
|
@13104
|
16 years |
vboxsync |
IPRT: Added todos for implementing INodeId and INodeIdDevice using the …
|
|
|
@13103
|
16 years |
vboxsync |
warning
|
|
|
@13083
|
16 years |
vboxsync |
Runtime: no need to add \n to the end of 'unknown status' error text
|
|
|
@13009
|
16 years |
vboxsync |
@todo is written always in a / */ or / comment, doxygen won't pick …
|
|
|
@13000
|
16 years |
vboxsync |
Implemented kernel driver build flag to allow better debuggability of …
|
|
|
@12989
|
16 years |
vboxsync |
VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
|
|
|
@12960
|
16 years |
vboxsync |
;
|
|
|
@12945
|
16 years |
vboxsync |
vbi v3
|
|
|
@12922
|
16 years |
vboxsync |
warnings
|
|
|
@12912
|
16 years |
vboxsync |
warning
|
|
|
@12907
|
16 years |
vboxsync |
typo
|
|
|
@12906
|
16 years |
vboxsync |
fixed type
|
|
|
@12905
|
16 years |
vboxsync |
fixed check
|
|
|
@12892
|
16 years |
vboxsync |
AssertMsgRC
|
|
|
@12874
|
16 years |
vboxsync |
IPRT: added a testcase for RTSemPingPong and some state inspection methods.
|
|
|
@12821
|
16 years |
vboxsync |
annoying warning
|
|
|
@12780
|
16 years |
vboxsync |
Makefiles: fixed misbehaving 'docs' target in VBOX_SINGLE_MAKEFILE=1 …
|
|
|
@12595
|
16 years |
vboxsync |
improved r36823 (handle jiffies wraparounds)
|
|
|
@12591
|
16 years |
vboxsync |
#2247 (public), #3193 (internal): handle jiffies wrap around
|
|
|
@12581
|
16 years |
vboxsync |
IPRT/log: Added a fallback path that deals with failure to obtain the …
|
|
|
@12548
|
16 years |
vboxsync |
iprt/tstTSC: Extended it with an option (-f) for sampling the …
|
|
|
@12423
|
16 years |
vboxsync |
IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
|
|
|
@12360
|
16 years |
vboxsync |
2.6.27 vboxdrv compile fix
|
|
|
@12302
|
16 years |
vboxsync |
iprt: fixed RTMemExec leak in RTLogDestroy.
|
|
|
@12292
|
16 years |
vboxsync |
iprt: Fixed spinlock leak in rtR0MpNotification
|
|
|
@12287
|
16 years |
vboxsync |
Fixed Tolkien birthdate.
|
|
|
@12247
|
16 years |
vboxsync |
Runtime/Makefiles: eliminated PATH_TARGET, pushed them up to the root …
|
|
|
@12170
|
16 years |
vboxsync |
Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
|
|
|
@12160
|
16 years |
vboxsync |
IPRT/semfastmutex-r0drv-nt: Fail RTSemFastMutexRequest calls with IRQL …
|
|
|
@12159
|
16 years |
vboxsync |
log: don't assert on lock failure, just return. (todo count)
|
|
|
@12158
|
16 years |
vboxsync |
format fix
|
|
|
@12154
|
16 years |
vboxsync |
warning
|
|
|
@12146
|
16 years |
vboxsync |
IPRT/ldrNative-posix: LogRel dlopen errors so we can get the exact …
|
|
|
@12141
|
16 years |
vboxsync |
timer-r0drv-linux. Fixed bug in RTTimerStart where changes to the +1 …
|
|
|
@12120
|
16 years |
vboxsync |
Added missing ASMSetDRx functions for win64.
|
|
|
@12108
|
16 years |
vboxsync |
iprt/mp-solaris: build fix.
|
|
|
@12107
|
16 years |
vboxsync |
iprt: Updated tstMp-1 with the RTMp*Present* stuff.
|
|
|
@12105
|
16 years |
vboxsync |
iprt: Solaris R3 implementation of RTMp*Present*.
|
|
|
@12104
|
16 years |
vboxsync |
iprt: Added RTMpGetPresentSet, RTMpGetPresentCount and …
|
|
|
@12099
|
16 years |
vboxsync |
iprt: splitting out some log stuff from log.cpp so we can avoid some …
|
|
|
@12029
|
16 years |
vboxsync |
mpnotifications-r0drv-linux: added explanatory comments.
|
|
|
@12015
|
16 years |
vboxsync |
redhat/centos 5.2 fix
|
|
|
@11982
|
16 years |
vboxsync |
All: license header changes for 2.0 (OSE headers, add Sun GPL/LGPL …
|
|
|
@11917
|
16 years |
vboxsync |
assert-r0drv-nt: (C).
|
|
|
@11916
|
16 years |
vboxsync |
assert-r0drv-nt: just do the same as everyone else.
|
|
|
@11900
|
16 years |
vboxsync |
IPRT: assert-r0drv-nt.c -> assert-r0drv-nt.cpp.
|
|
|
@11899
|
16 years |
vboxsync |
iprt: props and missing bits in assert-r0drv-nt.c.
|
|
|
@11888
|
16 years |
vboxsync |
IPRT: added RTLdrGetSuff.
|
|
|
@11873
|
16 years |
vboxsync |
Runtime/r0drv: Solaris non-vbi code build fix.
|
|
|
@11853
|
16 years |
vboxsync |
IPRT: Added a 'append' flag to the logger.
|
|
|
@11842
|
16 years |
vboxsync |
build fix
|
|
|
@11841
|
16 years |
vboxsync |
IPRT: RTR3InitEx.
|
|
|
@11840
|
16 years |
vboxsync |
rtProcInitExePath-solaris: build fix.
|
|
|
@11839
|
16 years |
vboxsync |
path.cpp: build fix.
|
|
|
@11838
|
16 years |
vboxsync |
IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
|
|
|
@11836
|
16 years |
vboxsync |
IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
|
|
|
@11822
|
16 years |
vboxsync |
IPRT: RTR3Init cleanup.
|
|
|
@11814
|
16 years |
vboxsync |
Initial commit of the NetFlt driver for Windows
|
|
|
@11810
|
16 years |
vboxsync |
RTMpIsCpuOnline() for Darwin
|
|
|
@11805
|
16 years |
vboxsync |
- rearranged SDK-only stuff in makefiles per Knut advise
|
|
|
@11794
|
16 years |
vboxsync |
SUP: SUPInit(ppSession=NULL, cbReserved=0) -> SUPR3Init(ppSession)
|
|
|
@11790
|
16 years |
vboxsync |
warnings
|
|
|
@11770
|
16 years |
vboxsync |
iprt: Pass TS_RUN to thread_create (non-vbi, solaris ring-0).
|
|
|
@11769
|
16 years |
vboxsync |
vbi thread fix.
|
|
|
@11768
|
16 years |
vboxsync |
vbi thread fix.
|
|
|
@11725
|
16 years |
vboxsync |
#3076: Merged in the branch with the alternate driver authentication …
|
|
|
@11721
|
16 years |
vboxsync |
- completly divorced SDK and binary, use 'kmk sdk' to build SDK
|
|
|
@11719
|
16 years |
vboxsync |
CPU speed fix for Solaris
|
|
|
@11708
|
16 years |
vboxsync |
Fix for huge MHz numbers reported by list hostinfo on darwin
|
|
|
@11703
|
16 years |
vboxsync |
Documentation: implement VBOX_ONLY_DOCS
|
|
|
@11682
|
16 years |
vboxsync |
iprt/VBox/logbackdoor-redirect: Gave RTLogLoggerEx a body.
|
|
|
@11680
|
16 years |
vboxsync |
iprt/vbox: ooops. debug #error.
|
|
|
@11679
|
16 years |
vboxsync |
iprt/vbox: Don't start gdb more than once when VBOX_ASSERT=gdb is enabled.
|
|
|
@11677
|
16 years |
vboxsync |
iprt/vbox: Made VBOX_ASSERT work again. Added VBOX_ASSERT_TERM for …
|
|
|
@11645
|
16 years |
vboxsync |
svn:executable
|
|
|