|
|
@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.
|
|
|
@3549
|
17 years |
vboxsync |
Renamed members of RTRECT
|
|
|
@3530
|
17 years |
vboxsync |
docs and missing type.
|
|
|
@3526
|
17 years |
vboxsync |
Introduced RTRECT data type
|
|
|
@3361
|
17 years |
vboxsync |
fixed some GNU asm macros (missing clobber)
|
|
|
@3311
|
17 years |
vboxsync |
MEMALING = 8, even for L4
|
|
|
@3281
|
17 years |
vboxsync |
Made cdefs.h and type.h work with IBM Visual Age for C++ (3.08)
|
|
|
@3250
|
17 years |
vboxsync |
Two more timspec functions.
|
|
|
@3243
|
17 years |
vboxsync |
LogRelBackdoor and map LogRel to it when LOG_TO_BACKDOOR is defined.
|
|
|
@3242
|
17 years |
vboxsync |
LogRelBackdoor and map LogRel to it when LOG_TO_BACKDOOR is defined.
|
|
|
@3223
|
17 years |
vboxsync |
Moved the backdoor logging prototypes from VBox/log.h to iprt/log.h …
|
|
|
@3162
|
17 years |
vboxsync |
#undef RT_MAX on OS/2.
|
|
|
@3161
|
17 years |
vboxsync |
#undef PAGE_SIZE to avoid clashes (you change the header order if you …
|
|
|
@3123
|
17 years |
vboxsync |
Made VBOX_LOG_FLAGS=msprog work in GC.
|
|
|
@3111
|
17 years |
vboxsync |
Added some missing assert macros
|
|
|
@3092
|
17 years |
vboxsync |
Work in the linux kernel env. too.
|
|
|
@3086
|
17 years |
vboxsync |
introduced RTLogCreateEx and RTLogCreateExV to be able to pass an …
|
|
|
@3022
|
18 years |
vboxsync |
Check that there is a symbol table in the ELF relocatable image we're …
|
|
|
@3008
|
18 years |
vboxsync |
export it.
|
|
|
@3007
|
18 years |
vboxsync |
Moved the template code out of cdefs.h, partly because it didn't …
|
|
|
@3004
|
18 years |
vboxsync |
Moved the declarations up to the top so changes to the #defines can be …
|
|
|
@2988
|
18 years |
vboxsync |
InnoTek -> innotek part 4: more miscellaneous files.
|
|
|
@2981
|
18 years |
vboxsync |
InnoTek -> innotek: all the headers and comments.
|
|
|
@2911
|
18 years |
vboxsync |
Backed out 21577 as it was the wrong fix for log.cpp asserting on …
|
|
|
@2906
|
18 years |
vboxsync |
Changed VALID_PTR check for Win64.
|
|
|
@2778
|
18 years |
vboxsync |
updated comments
|
|
|
@2769
|
18 years |
vboxsync |
for discussion of #1856 (Knut, Dmitry pls)
|
|
|