|
|
@7942
|
17 years |
vboxsync |
move variables around to be able to compile this as .c (debug kernel …
|
|
|
@7879
|
17 years |
vboxsync |
warning
|
|
|
@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'.
|
|
|
@7620
|
17 years |
vboxsync |
RTGCPHYS is now 64 bits
|
|
|
@7579
|
17 years |
vboxsync |
Extra tests
|
|
|
@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.
|
|
|
@7417
|
17 years |
vboxsync |
Fixed regression in _strlenUtf16.
|
|
|
@7414
|
17 years |
vboxsync |
UCS2->UTF-16
|
|
|
@7279
|
17 years |
vboxsync |
Runtime function to load a shared library from the application directories.
|
|
|
@7253
|
17 years |
vboxsync |
Shut up stupid warning.
|
|
|
@7240
|
17 years |
vboxsync |
spaces.
|
|
|
@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.
|
|
|
@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.
|
|
|
@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 …
|
|
|
@7185
|
17 years |
vboxsync |
no-crt memmove implementation.
|
|
|
@7183
|
17 years |
vboxsync |
Added RTStrFormatTypeRegister/SetUser/Deregister for runtime …
|
|
|
@7169
|
17 years |
vboxsync |
Doxygen fixes.
|
|
|
@7085
|
17 years |
vboxsync |
forgot this
|
|
|
@7054
|
17 years |
vboxsync |
fixed debug windows build.
|
|
|
@7026
|
17 years |
vboxsync |
RTGCPHYS is now 64 bits wide on all host platforms
|
|
|
@6961
|
17 years |
vboxsync |
Generic implementation (in case it's needed).
|
|
|
@6677
|
17 years |
vboxsync |
forward port from 1.5: build vditool for Linux if BUILD_TYPE=l4
|
|
|
@6657
|
17 years |
vboxsync |
Use the generic templates for building the OS/2 guest additions. …
|
|
|
@6541
|
17 years |
vboxsync |
Fixed missing logger locking in ring-0.
|
|
|
@6525
|
17 years |
vboxsync |
UART_BASE -> IPRT_UART_BASE so it can safely be overrided by a DEFS += …
|
|
|
@6515
|
17 years |
vboxsync |
Added a 'pid' prefix flag to the logger. This is primarily intended …
|
|
|
@6493
|
17 years |
vboxsync |
Made it possible to make debug versions of vboxdrv on linux. This will …
|
|
|
@6296
|
17 years |
vboxsync |
LED and Network Config interfaces added. Fix in TMAll.cpp: Assertions …
|
|
|
@6285
|
17 years |
vboxsync |
(C) 2008
|
|
|
@6080
|
17 years |
vboxsync |
Fix for the vista psdk.
|
|
|
@6041
|
17 years |
vboxsync |
Added RTUtf16CalcUtf8Len and RTUtf16CalcUtf8LenEx.
|
|
|
@6013
|
17 years |
vboxsync |
Created generic templates for compiling guest additions (for new …
|
|
|
@6000
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change, fixes.
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5978
|
17 years |
vboxsync |
gcc warning
|
|
|
@5975
|
17 years |
vboxsync |
removed left over #if 1.
|
|
|
@5974
|
17 years |
vboxsync |
Implemented RTTimeNormalize. Added a offUTC field to RTTIME (only …
|
|
|
@5971
|
17 years |
vboxsync |
Use the new RT_C_* stuff in iprt/ctype.h. Made VBOX_LOG='*usb*=~0' …
|
|
|
@5912
|
17 years |
vboxsync |
backed out r26450
|
|
|
@5911
|
17 years |
vboxsync |
RTGetOpt does not alter argv[] does it?
|
|
|
@5843
|
17 years |
vboxsync |
r=bird: Adjusted the RTGetOpt API a little bit.
|
|
|
@5781
|
17 years |
vboxsync |
Fixed some overflow detection issues.
|
|
|
@5766
|
17 years |
vboxsync |
export getopt.cpp
|
|
|
@5712
|
17 years |
vboxsync |
Added warnings about trailing chars & spaces in the RTStrTo*Int* …
|
|
|
@5666
|
17 years |
vboxsync |
PFNSTRFORMAT should return size_t.
|
|
|
@5605
|
17 years |
vboxsync |
BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
|
|
|
@5556
|
17 years |
vboxsync |
kStuff on Darwin and OS/2, no more special magic in src/VBox/Runtime.
|
|
|
@5552
|
17 years |
vboxsync |
Darwin build fixes.
|
|
|
@5551
|
17 years |
vboxsync |
kStuff integration in progress.
|
|
|
@5547
|
17 years |
vboxsync |
cTries.
|
|
|
@5531
|
17 years |
vboxsync |
ring-0 import fix.
|
|
|
@5521
|
17 years |
vboxsync |
unused variable now
|
|
|
@5519
|
17 years |
vboxsync |
Runtime: Fixed memory leaks found by valgrind.
|
|
|
@5510
|
17 years |
vboxsync |
don't assert.
|
|
|
@5508
|
17 years |
vboxsync |
fFound wasn't ever set.
|
|
|
@5490
|
17 years |
vboxsync |
Converted gcc ASMMultU64ByU32DivByU32 inline code to nasm in order to …
|
|
|
@5489
|
17 years |
vboxsync |
Some hacks from yesterday.
|
|
|
@5488
|
17 years |
vboxsync |
mkdir asm
|
|
|
@5484
|
17 years |
vboxsync |
fixed header
|
|
|
@5468
|
17 years |
vboxsync |
silly typo.
|
|
|
@5463
|
17 years |
vboxsync |
Fixed link error. Added an alignment dummy.
|
|
|
@5461
|
17 years |
vboxsync |
Made u64Prev a pointer so TM can share it between contexts. Added R3, …
|
|
|
@5460
|
17 years |
vboxsync |
GOT rules…
|
|
|
@5457
|
17 years |
vboxsync |
New RTTimeNanoTS/GIP code.
|
|
|
@5456
|
17 years |
vboxsync |
New RTTimeNanoTS/GIP code.
|
|
|
@5455
|
17 years |
vboxsync |
|
|
|
@5430
|
17 years |
vboxsync |
Added missing Makefile.kup.
|
|
|
@5424
|
17 years |
vboxsync |
math -> common/math
|
|
|
@5422
|
17 years |
vboxsync |
table -> common/table
|
|
|
@5421
|
17 years |
vboxsync |
ldr* -> common/ldr/
|
|
|
@5420
|
17 years |
vboxsync |
mkdir common/ldr
|
|
|
@5419
|
17 years |
vboxsync |
err* RTErr* -> common/err/
|
|
|
@5418
|
17 years |
vboxsync |
mkdir common/err
|
|
|
@5417
|
17 years |
vboxsync |
various stray files -> common/misc/
|
|
|
@5416
|
17 years |
vboxsync |
misc -> common/misc
|
|
|
@5415
|
17 years |
vboxsync |
log* -> common/log/
|
|
|
@5414
|
17 years |
vboxsync |
mkdir common/log
|
|
|
@5413
|
17 years |
vboxsync |
uni* str* utf* -> common/string/
|
|
|
@5412
|
17 years |
vboxsync |
crc* md5* -> common/checksum
|
|
|
@5411
|
17 years |
vboxsync |
Added common\checksum
|
|
|
@5410
|
17 years |
vboxsync |
alloc* -> common/alloc
|
|
|
@5409
|
17 years |
vboxsync |
string -> common/string
|
|
|
@5408
|
17 years |
vboxsync |
time -> common/time
|
|
|
@5407
|
17 years |
vboxsync |
new dir.
|