VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18586   16 years vboxsync HostServices/SharedClipboard/X11: added opaque data pointers to the …
(edit) @18585   16 years vboxsync HostServices/SharedClipboard: split up the X11 host clipboard code …
(edit) @18579   16 years vboxsync IPRT: Solaris 10 compilation
(edit) @18575   16 years vboxsync Correct typos.
(edit) @18569   16 years vboxsync RTTest: sub tests, more typical reporting of those.
(edit) @18566   16 years vboxsync Storage/API/VBoxManage/...: add maximum size check to prevent creation …
(edit) @18558   16 years vboxsync comment consistency update
(edit) @18556   16 years vboxsync iprt: typo of the typo
(edit) @18555   16 years vboxsync iprt: typos
(edit) @18552   16 years vboxsync IPRT: Untested RTStrIStr and RTStrStr. (testcase is underways)
(edit) @18544   16 years vboxsync RTStrToUpper/Lower: Document assumtions & todos properly, added …
(edit) @18532   16 years vboxsync PDMCritSect: Increased the padding size on 32-bit (+32 bytes) for …
(edit) @18529   16 years vboxsync Main: added toLower, toUpper & contains
(edit) @18528   16 years vboxsync Runtime: added RTStrToLower & RTStrToUpper
(edit) @18526   16 years vboxsync VbglR3PidFile,VbglR3PidFileClose: Made it build everywhere.
(edit) @18525   16 years vboxsync iprt/string.h: clearification on RTUtf16ToUtf8 returns.
(edit) @18523   16 years vboxsync Runtime: typos
(edit) @18521   16 years vboxsync iprt/asm.h: Finally added string I/O.
(edit) @18515   16 years vboxsync Main/xml: MSC makes a fuss about instantiating objects making use of …
(edit) @18481   16 years vboxsync iprt/types.h: Changed RTCPUID from RTHCUINTPTR to uint32_t since it …
(edit) @18471   16 years vboxsync iprt/nocrt/inttypes.h: Added some 32-bit ones.
(edit) @18467   16 years vboxsync cpptuils.h: Fixed no virtual destructor warning.
(edit) @18434   16 years vboxsync pdmifs.h,DevATA,ATAController,DrvHostDVD: Changed the pcbBuf parameter …
(edit) @18424   16 years vboxsync iprt/string.h: Added the macros RT_ZERO(Obj) and RT_BZERO(pv, cb) for …
(edit) @18399   16 years vboxsync GuestHost/SharedClipboard: these were not yet for committing
(edit) @18398   16 years vboxsync HostServices/SharedClipboard: move the first code to the GuestHost …
(edit) @18368   16 years vboxsync iprt/asm.h: Cleaned up ASMBitNextSet and ASMBitNextClear.
(edit) @18366   16 years vboxsync RTTest: RTTEST_CHECK, doxygen.
(edit) @18364   16 years vboxsync RTTest: kick-off for testcase helpers.
(edit) @18342   16 years vboxsync iprt/err.h: Created a group for internal processing error codes since …
(edit) @18329   16 years vboxsync iprt/err.h: Added VERR_INTERNAL_ERROR_2 and VERR_INTERNAL_ERROR_3 for …
(edit) @18322   16 years vboxsync SCSI, LsiLogic: Fix sense data handling. Fixes warning during boot of …
(edit) @18320   16 years vboxsync Additions/common/VbglR3Lib: separate pidfile and daemonising code. …
(edit) @18298   16 years vboxsync Build fix
(edit) @18291   16 years vboxsync PGM: Map PGMRAMRANGES above 4GB outside HMA (see defect). Changed …
(edit) @18287   16 years vboxsync MMHeap,MMHyper: Adjusting statistics.
(edit) @18263   16 years vboxsync Main,VBox/param.h: Move the hard RAM limit out of the schema.
(edit) @18232   16 years vboxsync IOMMMIOModifyPage -> IOMMMIOMapMMIO2Page.
(edit) @18230   16 years vboxsync PGM,IOM: Implemented MMIO2 aliases for MMIO pages. This involved some …
(edit) @18191   16 years vboxsync SUPLoggerCtl: program for controlling the ring-0 logging.
(edit) @18190   16 years vboxsync VBoxGuest.h: comments. grr.
(edit) @18189   16 years vboxsync VBox/log.h: Removed obsolete group.
(edit) @18188   16 years vboxsync Added RTLogGetDefaultInstance
(edit) @18187   16 years vboxsync RTGetOpt: Corrected sample code.
(edit) @18178   16 years vboxsync copirught: 2008->2009
(edit) @18148   16 years vboxsync Main: don't call length() twice
(edit) @18143   16 years vboxsync VMM,Devices: Changed ROM registration and fixed some shadowed ROM …
(edit) @18135   16 years vboxsync VBoxVideo.h: added () around constants.
(edit) @18128   16 years vboxsync IPRT, Shared Folders: Implemented file attributes access flags for …
(edit) @18122   16 years vboxsync Shared folders: attributes access flags (Windows guest).
(edit) @18117   16 years vboxsync sed(1): make these locale independent by using [:alnum:] and friends. …
(edit) @18102   16 years vboxsync Runtime/getopt: fix sample to do proper error handling when non-ascii …
(edit) @18101   16 years vboxsync PDM,PGM,DevPcArch,types.h: Added GCPhys2CCPtr conversion methods to …
(edit) @18097   16 years vboxsync Runtime/getopt: fix sample code
(edit) @18090   16 years vboxsync Typo corrected
(edit) @18068   16 years vboxsync remove tap for non-linux platforms
(edit) @18052   16 years vboxsync OVF: use AnnotationSection for VM description, don't fail on export if …
(edit) @18050   16 years vboxsync Typos.
(edit) @18045   16 years vboxsync SSM: Added SSMR3HandleGetUnitOffset for assiting in debugging saved …
(edit) @17998   16 years vboxsync Additions/VBoxGuest.h: made HGCM requests return a signed value which …
(edit) @17973   16 years vboxsync warning
(edit) @17972   16 years vboxsync fixed return types
(edit) @17970   16 years vboxsync API/HardDisk, Storage/VBoxHDD, Frontend/VBoxManage: eliminated base …
(edit) @17955   16 years vboxsync Main: add some converter methods
(edit) @17911   16 years vboxsync #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); …
(edit) @17858   16 years vboxsync Additions/common/VBoxGuestLib: add support for the new user guest …
(edit) @17848   16 years vboxsync comment
(edit) @17836   16 years vboxsync API/HardDisk, Storage/VBoxHDD: use image variant, and to implement …
(edit) @17817   16 years vboxsync Correct some typos in comments; adjust some line lengths to fit in 80 cols.
(edit) @17775   16 years vboxsync Storage/VMDK: implement creating/writing (slightly relaxed append …
(edit) @17771   16 years vboxsync iprt/net.h: More DCHP constants.
(edit) @17745   16 years vboxsync Main: check for null strings
(edit) @17742   16 years vboxsync Main: more string compare hacking
(edit) @17740   16 years vboxsync Main: adds endsWith compare operation
(edit) @17721   16 years vboxsync Turbolinux
(edit) @17705   16 years vboxsync HGSMI: VBVA header updates.
(edit) @17702   16 years vboxsync X86_EFL_POPF_BITS
(edit) @17701   16 years vboxsync Added X86_EFL_PUSHF_BITS
(edit) @17676   16 years vboxsync HGSMI: VBVA header updates.
(edit) @17662   16 years vboxsync SSM: SSMFIELD preps and ideas.
(edit) @17661   16 years vboxsync PGMROMPROT remark.
(edit) @17648   16 years vboxsync OVF: API documentation
(edit) @17646   16 years vboxsync OVF: add actual image export
(edit) @17634   16 years vboxsync OVF: add export support for remaining description entry items (actual …
(edit) @17624   16 years vboxsync HGSMI: the VBVA interface header.
(edit) @17616   16 years vboxsync Inform SELM about shadow CR3 changes.
(edit) @17573   16 years vboxsync xml: separate element, attribute and content nodes
(edit) @17566   16 years vboxsync OVF: implement NAT/Bridged network import/export; some network API …
(edit) @17547   16 years vboxsync GMM: executed the GMM_GCPHYS_LAST todo, fixed GMM_GCPHYS_UNSHAREABLE, …
(edit) @17546   16 years vboxsync VMM: Don't make host calls for Assertion or logging purposes when …
(edit) @17541   16 years vboxsync MM,CFGM,VBox/param.h: Added a RamHoleSize CFGM value that defaults to …
(edit) @17538   16 years vboxsync REM,PGM: Added two mutualy exclusive flags to …
(edit) @17537   16 years vboxsync REM: Added REMR3InitFinalize and moved the dirty page bit map …
(edit) @17535   16 years vboxsync VBox/param.h: Adjusted MM_HYPER_AREA_MAX_SIZE to be able to deal with …
(edit) @17534   16 years vboxsync PGM: Made PGMPhysRead/Write return VERR_PGM_PHYS_WR_HIT_HANDLER when …
(edit) @17523   16 years vboxsync *: Changed NIL_RTHCPHYS from 0xffffffff to 0xffffffffffffffff. …
(edit) @17514   16 years vboxsync MM,PGM: Fixed page reservation, include a full set of handy pages for …
(edit) @17510   16 years vboxsync PGM,EM,PDMDevHlp: Added PGMPhysInterpretedReadNoHandlers and …
(edit) @17489   16 years vboxsync Don't use a special root for nested paging anymore.
(edit) @17465   16 years vboxsync Removed unused return code
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