VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @3624   17 years vboxsync FreeBSD kernel.
(edit) @3600   17 years vboxsync Undefine PAGE_SHIFT to kill some warnings.
(edit) @3549   17 years vboxsync Renamed members of RTRECT
(edit) @3530   17 years vboxsync docs and missing type.
(edit) @3526   17 years vboxsync Introduced RTRECT data type
(edit) @3361   17 years vboxsync fixed some GNU asm macros (missing clobber)
(edit) @3311   17 years vboxsync MEMALING = 8, even for L4
(edit) @3281   17 years vboxsync Made cdefs.h and type.h work with IBM Visual Age for C++ (3.08)
(edit) @3250   17 years vboxsync Two more timspec functions.
(edit) @3243   17 years vboxsync LogRelBackdoor and map LogRel to it when LOG_TO_BACKDOOR is defined.
(edit) @3242   17 years vboxsync LogRelBackdoor and map LogRel to it when LOG_TO_BACKDOOR is defined.
(edit) @3223   17 years vboxsync Moved the backdoor logging prototypes from VBox/log.h to iprt/log.h …
(edit) @3162   17 years vboxsync #undef RT_MAX on OS/2.
(edit) @3161   17 years vboxsync #undef PAGE_SIZE to avoid clashes (you change the header order if you …
(edit) @3123   17 years vboxsync Made VBOX_LOG_FLAGS=msprog work in GC.
(edit) @3111   17 years vboxsync Added some missing assert macros
(edit) @3092   17 years vboxsync Work in the linux kernel env. too.
(edit) @3086   17 years vboxsync introduced RTLogCreateEx and RTLogCreateExV to be able to pass an …
(edit) @3022   18 years vboxsync Check that there is a symbol table in the ELF relocatable image we're …
(edit) @3008   18 years vboxsync export it.
(edit) @3007   18 years vboxsync Moved the template code out of cdefs.h, partly because it didn't …
(edit) @3004   18 years vboxsync Moved the declarations up to the top so changes to the #defines can be …
(edit) @2988   18 years vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2911   18 years vboxsync Backed out 21577 as it was the wrong fix for log.cpp asserting on …
(edit) @2906   18 years vboxsync Changed VALID_PTR check for Win64.
(edit) @2778   18 years vboxsync updated comments
(edit) @2769   18 years vboxsync for discussion of #1856 (Knut, Dmitry pls)
(edit) @2748   18 years vboxsync typo
(edit) @2669   18 years vboxsync IPRT: Added <iprt/memory> C++ extension.
(edit) @2660   18 years vboxsync Runtime: Added missing 'const' to DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP.
(edit) @2623   18 years vboxsync Fixed UTC typo.
(edit) @2612   18 years vboxsync Implemented local time functions. (not properly tested yet)
(edit) @2604   18 years vboxsync Added RTErrConvertFromDarwin[COM|IO|Kern].
(edit) @2443   18 years vboxsync fix visibility for incompatible gcc-3.4 compilers
(edit) @2439   18 years vboxsync part3 of gcc-3 fix
(edit) @2437   18 years vboxsync partly fixed my last commit for gcc-3
(edit) @2435   18 years vboxsync with gcc, mark all ELF symbols with visibility=hidden by default and …
(edit) @2358   18 years vboxsync New VMDK code.
(edit) @2305   18 years vboxsync We're using 2002 not 2003 it seems. too bad.
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