|
|
@8148
|
17 years |
vboxsync |
iShort must be > 0, so assert on that.
|
|
|
@8147
|
17 years |
vboxsync |
Extended RTGetOpt:
o Support 8-, 16- and 64-bit types too.
o Added …
|
|
|
@8097
|
17 years |
vboxsync |
Convert kIOReturnUnsupported.
|
|
|
@8023
|
17 years |
vboxsync |
solaris mp: Explicitly disable/enable preemption, fix for r29671.
|
|
|
@8013
|
17 years |
vboxsync |
Use X_CALL_LOPRI since X_CALL_HIPRI seems to imply that we've taken …
|
|
|
@7986
|
17 years |
vboxsync |
Runtime: Fixed RTSemEventMultiSignal(): pthread_cond_signal => …
|
|
|
@7966
|
17 years |
vboxsync |
soalris vboxdrv: proper priority values and locking in …
|
|
|
@7942
|
17 years |
vboxsync |
move variables around to be able to compile this as .c (debug kernel …
|
|
|
@7938
|
17 years |
vboxsync |
Solaris: semrw-posix fix.
|
|
|
@7922
|
17 years |
vboxsync |
Fixed darwin build error.
|
|
|
@7920
|
17 years |
vboxsync |
Adjusted the RTSemRW interface to do recursion. Updated the posix …
|
|
|
@7913
|
17 years |
vboxsync |
Check for NIL_CPUID in RTMpOnSpecific.
|
|
|
@7879
|
17 years |
vboxsync |
warning
|
|
|
@7798
|
17 years |
vboxsync |
rtR0MemObjNativeAllocPhysNC
|
|
|
@7783
|
17 years |
vboxsync |
Don't try implement rtR0MemObjNativeAllocPhysNC without an optimal …
|
|
|
@7713
|
17 years |
vboxsync |
forgot the comment with the max output size.
|
|
|
@7711
|
17 years |
vboxsync |
typo
|
|
|
@7710
|
17 years |
vboxsync |
append one space after the cpu id
|
|
|
@7709
|
17 years |
vboxsync |
Added a cpuid / apicid logging prefix. New *_LOG_FLAGS is 'cpuid'.
|
|
|
@7639
|
17 years |
vboxsync |
More strictness.
|
|
|
@7620
|
17 years |
vboxsync |
RTGCPHYS is now 64 bits
|
|
|
@7602
|
17 years |
vboxsync |
Runtime: switch guest R3 logging from backdoor to normal (with …
|
|
|
@7579
|
17 years |
vboxsync |
Extra tests
|
|
|
@7554
|
17 years |
vboxsync |
typo
|
|
|
@7553
|
17 years |
vboxsync |
vboxdrv: re-added sanity check
|
|
|
@7544
|
17 years |
vboxsync |
r=bird: libraries doesn't use/need LIBS properties.
|
|
|
@7532
|
17 years |
vboxsync |
typo
|
|
|
@7531
|
17 years |
vboxsync |
vboxdrv: set_pages_attr is not available for 2.6.25 anymore
|
|
|
@7517
|
17 years |
vboxsync |
Additions/FreeBSD: initial commit
Mostly tested on FreeBSD 7.0.
…
|
|
|
@7506
|
17 years |
vboxsync |
Made assertion private
|
|
|
@7491
|
17 years |
vboxsync |
Freebsd only needs one RTTimerCreate-generic.cpp.
|
|
|
@7490
|
17 years |
vboxsync |
RTTimerCreate is in generic code for a year now.
|
|
|
@7465
|
17 years |
vboxsync |
fixed RTFileCopy* regression.
|
|
|
@7459
|
17 years |
vboxsync |
More comments
|
|
|
@7458
|
17 years |
vboxsync |
Comment
|
|
|
@7426
|
17 years |
vboxsync |
RTUCS2 -> RTUTF16.
|
|
|
@7422
|
17 years |
vboxsync |
Another silly _strnlenUtf16 regression.
|
|
|
@7421
|
17 years |
vboxsync |
Reimplemented RTStrICmp so it's actually UTF-8 and not subject to the …
|
|
|
@7420
|
17 years |
vboxsync |
Added RTStrCmp. Added missing NULL handling in RTStrICmp.
|
|
|
@7419
|
17 years |
vboxsync |
Added missing RTMpGetMaxCpuId.
|
|
|
@7418
|
17 years |
vboxsync |
UCS-2 -> UTF-16.
|
|
|
@7417
|
17 years |
vboxsync |
Fixed regression in _strlenUtf16.
|
|
|
@7414
|
17 years |
vboxsync |
UCS2->UTF-16
|
|
|
@7403
|
17 years |
vboxsync |
typo.
|
|
|
@7401
|
17 years |
vboxsync |
Don't use UCS2 routines & types. Fixed bug in RTPathUserHome().
|
|
|
@7391
|
17 years |
vboxsync |
OSE
|
|
|
@7370
|
17 years |
vboxsync |
A little adjustment of the RTFILECOPY flags.
|
|
|
@7362
|
17 years |
vboxsync |
quick adaption of system-win.cpp into mp-win.cpp.
|
|
|
@7360
|
17 years |
vboxsync |
quick adaption of system-os2.cpp into mp-os2.cpp.
|
|
|
@7357
|
17 years |
vboxsync |
compile fix.
|
|
|
@7356
|
17 years |
vboxsync |
RTMpGetCount for 'posix'.
|
|
|
@7355
|
17 years |
vboxsync |
for fun.
|
|
|
@7352
|
17 years |
vboxsync |
smp_call_function_single only exists starting 2.6.19. Added missing …
|
|
|
@7348
|
17 years |
vboxsync |
Generic implementations of the new RTMp functions.
|
|
|
@7347
|
17 years |
vboxsync |
Fixed typo in fallback code.
|
|
|
@7340
|
17 years |
vboxsync |
Runtime: Added fFlags (RTFILECOPY_FLAG_NO_DENY_WRITE) to RTFileCopyEx.
|
|
|
@7337
|
17 years |
vboxsync |
Enabled RTMp on linux.
|
|
|
@7331
|
17 years |
vboxsync |
Solaris RTMp implementation (untested).
|
|
|
@7279
|
17 years |
vboxsync |
Runtime function to load a shared library from the application directories.
|
|
|
@7271
|
17 years |
vboxsync |
Implemented MP api for NT
|
|
|
@7254
|
17 years |
vboxsync |
Sketched out RTMp*. (All the platform specific code is disabled.)
|
|
|
@7253
|
17 years |
vboxsync |
Shut up stupid warning.
|
|
|
@7245
|
17 years |
vboxsync |
Must update cbReq.
|
|
|
@7244
|
17 years |
vboxsync |
Fixed corruption in RTMemExecAlloc when fencing was enabled …
|
|
|
@7240
|
17 years |
vboxsync |
spaces.
|
|
|
@7215
|
17 years |
vboxsync |
msc hack.
|
|
|
@7214
|
17 years |
vboxsync |
moved stuff around.
|
|
|
@7213
|
17 years |
vboxsync |
the clearing of xAX was supposed to be in the common part (see …
|
|
|
@7212
|
17 years |
vboxsync |
Fixed wrong shift in the 32-bit code, caused high word to be zero.
|
|
|
@7210
|
17 years |
vboxsync |
Testcases for memcpy, mempcpy, memset, memchr, strchr, memcmp and …
|
|
|
@7209
|
17 years |
vboxsync |
Implemented the MSC version and fixed the 64-bit GCC bit so that rax …
|
|
|
@7208
|
17 years |
vboxsync |
Initialize xAX to zero, was broken in the 64-bit success path.
|
|
|
@7204
|
17 years |
vboxsync |
Simple memmove testcase.
|
|
|
@7203
|
17 years |
vboxsync |
Fixed backwards copy, play it safe.
|
|
|
@7201
|
17 years |
vboxsync |
Runtime/Common: strformattype.cpp has to be compilable by a C compiler …
|
|
|
@7198
|
17 years |
vboxsync |
FreeBSD needs memmove for the kernel bit too.
|
|
|
@7189
|
17 years |
vboxsync |
memmove for RuntimeR0 too.
|
|
|
@7186
|
17 years |
vboxsync |
nocrt memmove. Use it for RuntimeGuestR0Drv and GC.
|
|
|
@7185
|
17 years |
vboxsync |
no-crt memmove implementation.
|
|
|
@7183
|
17 years |
vboxsync |
Added RTStrFormatTypeRegister/SetUser/Deregister for runtime …
|
|
|
@7180
|
17 years |
vboxsync |
Added ASMAtomicAddU32 and ASMAtomicAddS32. Extended the inline …
|
|
|
@7173
|
17 years |
vboxsync |
Doxygen fixes.
|
|
|
@7172
|
17 years |
vboxsync |
Doxygen fixes.
|
|
|
@7169
|
17 years |
vboxsync |
Doxygen fixes.
|
|
|
@7085
|
17 years |
vboxsync |
forgot this
|
|
|
@7062
|
17 years |
vboxsync |
build fix.
|
|
|
@7056
|
17 years |
vboxsync |
Try fix memcmp link issue for debug windows builds.
|
|
|
@7054
|
17 years |
vboxsync |
fixed debug windows build.
|
|
|
@7042
|
17 years |
vboxsync |
Fence the r0drv heap routines for strict builds.
|
|
|
@7032
|
17 years |
vboxsync |
Ring-0 semaphore debugging aid (linux).
|
|
|
@7026
|
17 years |
vboxsync |
RTGCPHYS is now 64 bits wide on all host platforms
|
|
|
@7019
|
17 years |
vboxsync |
Use the new ASMAtomic[Uo]Read/Write stuff.
|
|
|
@7016
|
17 years |
vboxsync |
Compile fixes
|
|
|
@7013
|
17 years |
vboxsync |
vboxdrv logging setup in #if 0..#endif so it can easily be enabled.
|
|
|
@6994
|
17 years |
vboxsync |
Restrict RTFILE_O_NOT_CONTENT_INDEXED to file creation. Rearranged the …
|
|
|
@6992
|
17 years |
vboxsync |
Restrict RTFILE_O_NOT_CONTENT_INDEXED to file creation.
|
|
|
@6991
|
17 years |
vboxsync |
r=bird: Close the file on failure.
|
|
|
@6984
|
17 years |
vboxsync |
IPRT:
Bugfix for RTFILE_O_VALID_MASK, did not recognize …
|
|
|
@6971
|
17 years |
vboxsync |
Fixed: Newly created files and directories won't be indexed …
|
|
|
@6962
|
17 years |
vboxsync |
Enable the posix TLS implementation.
|
|
|