|
|
@36563
|
14 years |
vboxsync |
iprt-cpp: More RTC*List methods. Added explicit constructors to the …
|
|
|
@36561
|
14 years |
vboxsync |
RTCString::join: Optimization.
|
|
|
@36560
|
14 years |
vboxsync |
IPRT: Perform the mangling check when building.
|
|
|
@36555
|
14 years |
vboxsync |
Use DECLHIDDEN, especially in IPRT.
|
|
|
@36549
|
14 years |
vboxsync |
IPRT: hide stuff…
|
|
|
@36544
|
14 years |
vboxsync |
iprt-cpp: fix RTCString::join when the list contains just one item
|
|
|
@36540
|
14 years |
vboxsync |
memuserkernel-r0drv-darwin.cpp needs iprt/assert.h
|
|
|
@36532
|
14 years |
vboxsync |
IPRT-C++: iprt::list -> RTCList; iprt::mtlist -> RTCMTList
|
|
|
@36529
|
14 years |
vboxsync |
iprt::non_copyable -> RTCNonCopyable (now in utils.h), moved and …
|
|
|
@36527
|
14 years |
vboxsync |
iprt::MiniString -> RTCString.
|
|
|
@36525
|
14 years |
vboxsync |
IPRT-C++: fix rel build boxes
|
|
|
@36524
|
14 years |
vboxsync |
IPRT-C++: add a thread-safe variant of the generic list class
|
|
|
@36523
|
14 years |
vboxsync |
Renamed iprt::Error to RTCError.
|
|
|
@36521
|
14 years |
vboxsync |
iprt/cpp/lock.h: RTLock, RTLockMtx -> RTCLock, RTClockMtx. 'RTC' is …
|
|
|
@36508
|
14 years |
vboxsync |
iprt/C++: some cleanup.
|
|
|
@36507
|
14 years |
vboxsync |
Doxyfile.*: Fixed ALIASES.
|
|
|
@36505
|
14 years |
vboxsync |
Runtime/r0drv/solaris/vbi: log.
|
|
|
@36501
|
14 years |
vboxsync |
IPRT: add join/split and + operators to the string class
|
|
|
@36500
|
14 years |
vboxsync |
IPRT: add a generic list class
|
|
|
@36492
|
14 years |
vboxsync |
iprt: CRITSECT_WITHOUT_REMAPPING -> RTCRITSECT_WITHOUT_REMAPPING.
|
|
|
@36488
|
14 years |
vboxsync |
iprt/Makefile.kmk: Added a test-mangling rule.
|
|
|
@36474
|
14 years |
vboxsync |
Runtime/r3/solaris/coredumper: log stmt.
|
|
|
@36472
|
14 years |
vboxsync |
addendum to r70394 for RTCrit*
|
|
|
@36465
|
14 years |
vboxsync |
Runtime/r3/solaris/coredumper: replace RTFileOpen() with open() …
|
|
|
@36440
|
14 years |
vboxsync |
build fix
|
|
|
@36438
|
14 years |
vboxsync |
RTSystemQueryDmiString: Should call CoUninitialize if …
|
|
|
@36408
|
14 years |
vboxsync |
log rotation review and adjustments: Don't delete any excess files if …
|
|
|
@36407
|
14 years |
vboxsync |
IPRT: Added RTStrCopyP, RTStrCopyPEx, RTStrCatP and RTStrCatPEx. These …
|
|
|
@36405
|
14 years |
vboxsync |
IPRT/xml: add optional parameter for adding a comment to the created …
|
|
|
@36392
|
14 years |
vboxsync |
r0drv/solaris/solevent*: Must re-check the wait condition before going …
|
|
|
@36390
|
14 years |
vboxsync |
thread-win.cpp: Backed out r70739 as OleUninitialize will decrement …
|
|
|
@36387
|
14 years |
vboxsync |
remove extra ole ref decrement
|
|
|
@36379
|
14 years |
vboxsync |
thread2-r0drv-linux.c: iprt-%s not vbox-%s as thread name (old …
|
|
|
@36378
|
14 years |
vboxsync |
thread2-r0drv-linux.c: Missing break in the RTTHREADTYPE_TIMER case. …
|
|
|
@36376
|
14 years |
vboxsync |
build fix
|
|
|
@36372
|
14 years |
vboxsync |
RTR0MemObjSize: Correct documentation and added alignment guarantee.
|
|
|
@36368
|
14 years |
vboxsync |
thread-win.cpp: Enabled the COM assertions + automatic cleanup.
|
|
|
@36367
|
14 years |
vboxsync |
fileio-win.cpp: Handle ERROR_NOT_ENOUGH_MEMORY conditions occuring …
|
|
|
@36366
|
14 years |
vboxsync |
iprt/thread-win.cpp: Experimental code (disabled) for checking for …
|
|
|
@36363
|
14 years |
vboxsync |
IPRT: Added g_frtAtExitCalled.
|
|
|
@36362
|
14 years |
vboxsync |
iprt/dllmain-win.cpp: Make sure IPRT doesn't ever get unloaded.
|
|
|
@36360
|
14 years |
vboxsync |
Runtime/r0drv/linux: fail to lock kernel memory for kmap()'ed memory
|
|
|
@36349
|
14 years |
vboxsync |
Runtime/log: another forgotten file
|
|
|
@36347
|
14 years |
vboxsync |
Runtime/log: adapt more places
|
|
|
@36344
|
14 years |
vboxsync |
Runtime/log: implement log rotation, adapt all code creating log files …
|
|
|
@36312
|
14 years |
vboxsync |
Runtime/common/misc/sg: temporarily sanity check
|
|
|
@36287
|
14 years |
vboxsync |
Runtime/r0drv/solaris: Fix for PIL changes while spinning across calls …
|
|
|
@36286
|
14 years |
vboxsync |
Warning again.
|
|
|
@36284
|
14 years |
vboxsync |
iprt/RTErrConvertToErrno: added VERR_NOT_IMPLEMENTED
|
|
|
@36282
|
14 years |
vboxsync |
Supress a Warning.
|
|
|
@36264
|
14 years |
vboxsync |
mp-r0drv-darwin.cpp: Use the generic 'possible' implementation.
|
|
|
@36262
|
14 years |
vboxsync |
SUPDrv,IPRT,++: Enabled the code for supporting up to 256 host …
|
|
|
@36261
|
14 years |
vboxsync |
Runtime/r0drv/solaris/semeventwait: Assert that PIL should not be …
|
|
|
@36254
|
14 years |
vboxsync |
GIP,++: Lots of CPUs (disabled).
|
|
|
@36244
|
14 years |
vboxsync |
Runtime/r0drv/linux: fix for older kernels
|
|
|
@36242
|
14 years |
vboxsync |
burn fix
|
|
|
@36241
|
14 years |
vboxsync |
cosmetics
|
|
|
@36240
|
14 years |
vboxsync |
reverted values
|
|
|
@36239
|
14 years |
vboxsync |
IPRT: set Linux R0 thread priority, compilation warning
|
|
|
@36233
|
14 years |
vboxsync |
IPRT: linux R0 threads
|
|
|
@36232
|
14 years |
vboxsync |
RTCPUSET, SUPDrv: Preparation for supporting 256 CPUs/cores/threads.
|
|
|
@36220
|
14 years |
vboxsync |
GIP: Force a couple of aCPUs accesses within bounds.
|
|
|
@36210
|
14 years |
vboxsync |
DrvIntNet: todo
|
|
|
@36192
|
14 years |
vboxsync |
typo
|
|
|
@36190
|
14 years |
vboxsync |
IPRT,Drivers: Committed a modified version of the …
|
|
|
@36167
|
14 years |
vboxsync |
Runtime/r3/posix: RTDirCreate should fail when creating a directory …
|
|
|
@36166
|
14 years |
vboxsync |
Runtime/r3/posix: RTDirCreate should fail when creating a directory …
|
|
|
@36155
|
14 years |
vboxsync |
Runtime/r3/solaris/coredumper: Make sure directory exists during …
|
|
|
@36123
|
14 years |
vboxsync |
IPRT: Required fixes for VFS on Windows.
|
|
|
@35960
|
14 years |
vboxsync |
IPRT/FreeBSD: uio_yield() was removed recently, use kern_yield()
|
|
|
@35935
|
14 years |
vboxsync |
Renabled the rtDirReadMore assertion, but made it ignore ENOENT.
|
|
|
@35884
|
14 years |
vboxsync |
shared folders: bogus assert
|
|
|
@35877
|
14 years |
vboxsync |
thread-posix.cpp: Use THREAD_BASIC_INFO_COUNT like tstDarwinSched.cpp does.
|
|
|
@35876
|
14 years |
vboxsync |
thread-posix.cpp: don't use uninitialized variables, fail instead. nits
|
|
|
@35857
|
14 years |
vboxsync |
Runtime: errmsgxpcom only for non-Windows
|
|
|
@35850
|
14 years |
vboxsync |
OS X: Implement missing method for CPU capping
|
|
|
@35811
|
14 years |
vboxsync |
nit
|
|
|
@35810
|
14 years |
vboxsync |
VMM: Replace most VERR_VERSION_MISMATCH by more specific error …
|
|
|
@35807
|
14 years |
vboxsync |
another comment
|
|
|
@35806
|
14 years |
vboxsync |
does not apply
|
|
|
@35805
|
14 years |
vboxsync |
comment
|
|
|
@35802
|
14 years |
vboxsync |
Runtime/r3/thread-posix: Implemented sys+user time for Solaris …
|
|
|
@35729
|
14 years |
vboxsync |
Runtime: extend XML attribute string buffers (fixes dropped CPUID leaf …
|
|
|
@35662
|
14 years |
vboxsync |
fix for r69559
|
|
|
@35655
|
14 years |
vboxsync |
Runtime/Makefile.kmk: Always build VBoxRTImp, shuts up kmk warning …
|
|
|
@35647
|
14 years |
vboxsync |
Linux 2.6.38-rc1 autoconf.h mess
|
|
|
@35603
|
14 years |
vboxsync |
Runtime/r0drv/linux/memobj: try a bit harder to allocate a page, …
|
|
|
@35585
|
14 years |
vboxsync |
iprt/string.h: Added RTStrFormatU[8|16|32|64|128] and …
|
|
|
@35572
|
14 years |
vboxsync |
Only VBoxRT, VBoxVMM, VBoxDD, VBoxDD2 and VBoxREM should be PIC avoiding.
|
|
|
@35568
|
14 years |
vboxsync |
IPRT: another ministring testcase
|
|
|
@35567
|
14 years |
vboxsync |
IPRT: fix rare crash in MiniString::substr(); rename substr() to …
|
|
|
@35558
|
14 years |
vboxsync |
Runtime/process: add a Solaris-specific flag to suppress changing the …
|
|
|
@35525
|
14 years |
vboxsync |
Followup to r69260: Need the size_t redefinition, so include …
|
|
|
@35512
|
14 years |
vboxsync |
iprt/types.h: Added RTFLOAT64U, RTFLOAT80U and RTFLOAT80U2.
|
|
|
@35499
|
14 years |
vboxsync |
Doppelmoppel
|
|
|
@35464
|
14 years |
vboxsync |
iprt/string.h: Added RTStrSpaceGetN.
|
|
|
@35463
|
14 years |
vboxsync |
TARGET_<target> -> <target>_1_TARGET, PATH_<…
|
|
|
@35445
|
14 years |
vboxsync |
Runtime/errmsgwin: add a heuristics for providing a human readable …
|
|
|
@35408
|
14 years |
vboxsync |
fileaio-win.cpp: Log native error code for unresolved errors …
|
|
|
@35398
|
14 years |
vboxsync |
re-applied r69255, r69257: properly wrap mem* to xf86mem* for older …
|
|
|