|
|
@6076
|
17 years |
vboxsync |
Merged dmik/s2 branch (r25959:26751) to the trunk.
|
|
|
@6069
|
17 years |
vboxsync |
AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86.
|
|
|
@6041
|
17 years |
vboxsync |
Added RTUtf16CalcUtf8Len and RTUtf16CalcUtf8LenEx.
|
|
|
@6000
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change, fixes.
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5997
|
17 years |
vboxsync |
small optimization
|
|
|
@5974
|
17 years |
vboxsync |
Implemented RTTimeNormalize. Added a offUTC field to RTTIME (only …
|
|
|
@5968
|
17 years |
vboxsync |
Added a bunch of RT_C_IS/TO macros that mimics the C (aka POSIX) …
|
|
|
@5967
|
17 years |
vboxsync |
Made it ring-3 only. Hope it won't break stuff.
|
|
|
@5963
|
17 years |
vboxsync |
-DLINUX not needed anymore
|
|
|
@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.
|
|
|
@5838
|
17 years |
vboxsync |
Added missing parentheseis (to avoid stuff like '1 …
|
|
|
@5767
|
17 years |
vboxsync |
export getopt.h
|
|
|
@5765
|
17 years |
vboxsync |
2.6.24-rc2 compile fixes
|
|
|
@5760
|
17 years |
vboxsync |
runtime: add generic command line parser, moved from webservice.
|
|
|
@5712
|
17 years |
vboxsync |
Added warnings about trailing chars & spaces in the RTStrTo*Int* …
|
|
|
@5710
|
17 years |
vboxsync |
WRN_TRAILING_CHARS
|
|
|
@5709
|
17 years |
vboxsync |
VWRN_TRAILING_SPACES
|
|
|
@5708
|
17 years |
vboxsync |
Trailing spaces/characters - for str2num stuff.
|
|
|
@5704
|
17 years |
vboxsync |
Runtime: extended the types.h linux hack to include uintptr_t, which …
|
|
|
@5690
|
17 years |
vboxsync |
BEGINCONST - defaults to text (BEGINCODE) on most platforms, be warned.
|
|
|
@5666
|
17 years |
vboxsync |
PFNSTRFORMAT should return size_t.
|
|
|
@5647
|
17 years |
vboxsync |
use _NP macros in assert functions as the assert functions try to …
|
|
|
@5629
|
17 years |
vboxsync |
remove deprecated macros
|
|
|
@5606
|
17 years |
vboxsync |
ALIGNP SIZEOFMEMB
|
|
|
@5605
|
17 years |
vboxsync |
BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
|
|
|
@5550
|
17 years |
vboxsync |
be less strict here
|
|
|
@5537
|
17 years |
vboxsync |
more export and svn attribs. sigh.
|
|
|
@5511
|
17 years |
vboxsync |
Runtime: Fixed the RTLOGGER_THREAD/"RT_THREAD" pair.
|
|
|
@5490
|
17 years |
vboxsync |
Converted gcc ASMMultU64ByU32DivByU32 inline code to nasm in order to …
|
|
|
@5489
|
17 years |
vboxsync |
Some hacks from yesterday.
|
|
|
@5485
|
17 years |
vboxsync |
Use inline with GCC instead of inline, since the latter can be …
|
|
|
@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, …
|
|
|
@5456
|
17 years |
vboxsync |
New RTTimeNanoTS/GIP code.
|
|
|
@5328
|
17 years |
vboxsync |
Fixed VALID_PTR for 64-bit Solaris.
|
|
|
@5265
|
17 years |
vboxsync |
Be careful with PAGE_ADDRESS, it only works for pointers in the …
|
|
|
@5233
|
17 years |
vboxsync |
Added a request for resetting GVMM stats. not hooked up to STAM yet.
|
|
|
@5104
|
17 years |
vboxsync |
RT_UOFFSETOF
|
|
|
@4979
|
17 years |
vboxsync |
New ring-0 assertion avoidance, now for all platforms.
|
|
|
@4976
|
17 years |
vboxsync |
backing out 24661 and 24659.
|
|
|
@4927
|
17 years |
vboxsync |
Only bool is required, no need for _Bool.
|
|
|
@4919
|
17 years |
vboxsync |
Introduced RT_NO_RING0_ASSERTIONS
|
|
|
@4917
|
17 years |
vboxsync |
Don't trigger breakpoints in ring 0. (AssertRelease & co)
|
|
|
@4907
|
17 years |
vboxsync |
Second try
|
|
|
@4905
|
17 years |
vboxsync |
Reverted for now
|
|
|
@4904
|
17 years |
vboxsync |
Fix (hopefully!) for bool type handling in Linux
|
|
|
@4860
|
17 years |
vboxsync |
Activated the full backdoor logger in release builds of the Linux …
|
|
|
@4852
|
17 years |
vboxsync |
CTR3R0TYPE isn't needed.
|
|
|
@4822
|
17 years |
vboxsync |
Fixed bad name.
|
|
|
@4808
|
17 years |
vboxsync |
Added an RTErrnoConvertFromErr function to simplify error management …
|
|
|
@4807
|
17 years |
vboxsync |
DECLCALLBACKPTR and DECLCALLBACKMEMBER aren't supposed to be ring-3 only.
|
|
|
@4787
|
17 years |
vboxsync |
Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
|
|
|
@4755
|
17 years |
vboxsync |
Reverse allocation for Windows hosts: physical pages are allocated in …
|
|
|
@4747
|
17 years |
vboxsync |
file header.
|
|
|
@4734
|
17 years |
vboxsync |
_TIMEVAL and _TIMESPEC for darwin.
|
|
|
@4721
|
17 years |
vboxsync |
regenerated.
|
|
|
@4697
|
17 years |
vboxsync |
Force R3 context for DECLCALLBACKMEMBER & DECLCALLBACKPTR
|
|
|
@4687
|
17 years |
vboxsync |
Added RTAvllU32*. Applied enumeration fixes for non-unique tree. …
|
|
|
@4633
|
17 years |
vboxsync |
OS/2 + FreeBSD timspec and timeval indicators.
|
|
|
@4631
|
17 years |
vboxsync |
TIMEVAL_TO_TIMESPEC doesn't necessarily imply timeval.
|
|
|
@4475
|
17 years |
vboxsync |
Some adjustments to RTEnv and RTProcCreate. Should work on darwin now.
|
|
|
@4473
|
17 years |
vboxsync |
movxz -> movzbl in the GNU parts. (hopefully this fixes some mac os x …
|
|
|
@4372
|
17 years |
vboxsync |
Finally corrected the RTFileRead, RTFileReadAt, RTFileWrite and …
|
|
|
@4351
|
17 years |
vboxsync |
Added additional logging macros
|
|
|
@4287
|
17 years |
vboxsync |
Solaris
|
|
|
@4256
|
17 years |
vboxsync |
CR/LF
|
|
|
@4217
|
17 years |
vboxsync |
Updated the AllocNC and ReserveKernel docs.
|
|
|
@4170
|
17 years |
vboxsync |
eol-style native.
|
|
|
@4169
|
17 years |
vboxsync |
eol-style native.
|
|
|
@4168
|
17 years |
vboxsync |
eol-style native
|
|
|
@4167
|
17 years |
vboxsync |
RT_ARCH_X86|AMD64 + eol-style
|
|
|
@4155
|
17 years |
vboxsync |
RTR0MemGetAddressR3 & RTR0MemObjLockUser. Linux memobj impl.
|
|
|
@4136
|
17 years |
vboxsync |
Added RTR0MemObjAllocPhysNC. Changed the two APIs taking ring-3 …
|
|
|
@4135
|
17 years |
vboxsync |
Use size_t for the page index. Added API for querying the ring-3 address.
|
|
|
@4071
|
17 years |
vboxsync |
Biggest check-in ever. New source code headers for all (C) innotek files.
|
|
|
@4063
|
17 years |
vboxsync |
Runtime: Added basic RTEnv...(RTENV,..) API.
|
|
|
@3978
|
17 years |
vboxsync |
Extended the RTTimerCreateEx interface by defining some flags for …
|
|
|
@3929
|
17 years |
vboxsync |
Clashed on some @file headers too. Fixed a thing.
|
|
|
@3924
|
17 years |
vboxsync |
Added copyright header
|
|
|
@3922
|
17 years |
vboxsync |
Missing copyright headers
|
|
|
@3913
|
17 years |
vboxsync |
Solaris.
|
|
|
@3888
|
17 years |
vboxsync |
Solaris.
|
|
|
@3885
|
17 years |
vboxsync |
two portmes.
|
|
|
@3860
|
17 years |
vboxsync |
introduced some generic IPRT functions for requesting several pathes
|
|
|
@3683
|
17 years |
vboxsync |
reversed top & bottom
|
|
|
@3682
|
17 years |
vboxsync |
Top right coordinates are exclusive
|
|
|
@3642
|
17 years |
vboxsync |
darn.
|
|
|
@3640
|
17 years |
vboxsync |
some cleanup.
|
|
|
@3639
|
17 years |
vboxsync |
amd64 -> RT_ARCH_AMD64
|
|
|
@3637
|
17 years |
vboxsync |
LINUX -> RT_OS_LINUX.
|
|
|
@3636
|
17 years |
vboxsync |
AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86; [OS] (except …
|
|
|
@3631
|
17 years |
vboxsync |
iprt_hdr_h -> _iprt_hdr_h
|
|
|
@3630
|
17 years |
vboxsync |
iprt_hdr_h -> _iprt_hdr_h
|
|
|
@3629
|
17 years |
vboxsync |
The SOMETHING OS and architecture #defines are now deprecated. …
|
|
|
@3625
|
17 years |
vboxsync |
FreeBSD kernel.
|
|
|
@3624
|
17 years |
vboxsync |
FreeBSD kernel.
|
|
|
@3600
|
17 years |
vboxsync |
Undefine PAGE_SHIFT to kill some warnings.
|
|
|