VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette