VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6458   17 years vboxsync Additions (VBoxGuestLib): Updated the seamless and fullscreen code in …
(edit) @6451   17 years vboxsync r=bird: Restore the correct VBOXGUEST_IOCTL_STRIP_SIZE macro for (the …
(edit) @6449   17 years vboxsync Main: Fixed build after r27415.
(edit) @6447   17 years vboxsync Made VbglR3GR* private, split up the code a bit to make it more …
(edit) @6445   17 years vboxsync Put VbglR3Daemonize into a separate file and merged the solaris and …
(edit) @6440   17 years vboxsync Main: Better ComPtrBase::equalsTo() specialization for IUnknown …
(edit) @6434   17 years vboxsync Solaris vboxadd: Generic request wrapper and cleanups.
(edit) @6429   17 years vboxsync r=bird: file sizes and offets are given as RTFOFF now (the uint64_t …
(edit) @6424   17 years vboxsync Added VBOXGUEST_IOCTL_STRIP_SIZE (see #2591).
(edit) @6422   17 years vboxsync Outlined how to handle the requests on solaris.
(edit) @6421   17 years vboxsync iprt: added RTFileGetMaxSize()
(edit) @6419   17 years vboxsync _SIZE/_NUMBER must go.
(edit) @6408   17 years vboxsync r=bird: u32*Mask -> f* for VbglR3CtlFilterMask.
(edit) @6401   17 years vboxsync ssm: major, minor
(edit) @6399   17 years vboxsync added a todo
(edit) @6385   17 years vboxsync small optimization
(edit) @6384   17 years vboxsync next try
(edit) @6382   17 years vboxsync backed out again, needs build fixes on Windows
(edit) @6379   17 years vboxsync support read-only shared folders
(edit) @6358   17 years vboxsync DrvISCSI: report error for misconfigured targets. Previously we hit a …
(edit) @6356   17 years vboxsync Integrated VbglR3Daemonize in GuestR3Lib. Linux vboxclient now uses …
(edit) @6345   17 years vboxsync Solaris Guest driver: Fixed ioctl numbering, implemented …
(edit) @6334   17 years vboxsync small optimization
(edit) @6312   17 years vboxsync remove functions from PDMIMEDIAASYNC and PCMIBLOCKASYNC. PDMIMEDIA and …
(edit) @6310   17 years vboxsync Fix formatting bugs in the XML config file code. The number base was …
(edit) @6291   17 years vboxsync Big virtual disk changeset containing several modifications * remove …
(edit) @6287   17 years vboxsync doxygen: Missing close.
(edit) @6281   17 years vboxsync Guest Additions: added a ring 3 library function to set the interrupt …
(edit) @6261   17 years vboxsync Guest Additions: clarified a comment in VBoxGuest.h
(edit) @6247   17 years vboxsync r=bird: Put VBOXGUEST_IOCTL_LOG where it belongs. Fixed dupilcate …
(edit) @6246   17 years vboxsync hungarian and doxytalk.
(edit) @6243   17 years vboxsync Just use the assembly version of SVMInvlpgA everywhere (was …
(edit) @6241   17 years vboxsync Guest r3 lib for x11 mouse. The solaris mouse driver doesn't yet work …
(edit) @6232   17 years vboxsync Guest Additions: add R3 backdoor logging for Linux guests
(edit) @6229   17 years vboxsync Added VBOXGUEST_IOCTL_SIZE macro, currently only defined on Linux guests
(edit) @6225   17 years vboxsync spaces and prefixes.
(edit) @6224   17 years vboxsync spaces and prefixes.
(edit) @6222   17 years vboxsync Continue work on the parallel port device: 1. Removed the host device …
(edit) @6221   17 years vboxsync PDM async completion template creation wrapper third attempt
(edit) @6216   17 years vboxsync added note to DECLNORETURN
(edit) @6210   17 years vboxsync EMR3FatalError() is noreturn
(edit) @6208   17 years vboxsync added DECLNORETURN()
(edit) @6182   17 years vboxsync This is where I meant.
(edit) @6179   17 years vboxsync Removed unnecessary comment.
(edit) @6175   17 years vboxsync introduced ASMCpuId_Idx_ECX() as cpuid(4) requires ecx as additional …
(edit) @6173   17 years vboxsync Add rudimentary VHD support
(edit) @6170   17 years vboxsync IPRT/cpputils: Wording.
(edit) @6167   17 years vboxsync Guest Additions: added a VBOXGUEST_IOCTL_NUMBER macro for Linux guests …
(edit) @6162   17 years vboxsync Wrappers for template creation the right way.
(edit) @6156   17 years vboxsync implemented the ACPI sleep button
(edit) @6145   17 years vboxsync Log the errors as well as displaying them.
(edit) @6130   17 years vboxsync r=bird: uOffset -> off. fuzzy-logic (or illogical) spacing.
(edit) @6124   17 years vboxsync Removed VBoxXML (including CFGLDR), xerces and xalan.
(edit) @6118   17 years vboxsync Solaris guest timesync. Daemonize to be fixed. Added solaris to …
(edit) @6116   17 years vboxsync Forgotten comma in log.h
(edit) @6114   17 years vboxsync Add log group for async transport driver
(edit) @6112   17 years vboxsync Rework asynchronous versions of the media interface and add a async …
(edit) @6111   17 years vboxsync Add helper to get vm structure from a pdm driver instance
(edit) @6104   17 years vboxsync Main:Settings: Added brief usage introduction.
(edit) @6087   17 years vboxsync Change Char interface according to the comments int hte header
(edit) @6086   17 years vboxsync Add asynchronous versions of the media and block interface
(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) @6066   17 years vboxsync Hungarian is mandatory in this file. Also, a couple of todos.
(edit) @6065   17 years vboxsync vboxadd warning and .conf fix.
(edit) @6047   17 years vboxsync VRDP cleanup.
(edit) @6042   17 years vboxsync Linux additions: print VBox version and module interface version …
(edit) @6041   17 years vboxsync Added RTUtf16CalcUtf8Len and RTUtf16CalcUtf8LenEx.
(edit) @6030   17 years vboxsync The iprt/time.h blocker is _iprt_time_h now.
(edit) @6020   17 years vboxsync Started solaris additions and the os2 to common move.
(edit) @6017   17 years vboxsync Forgot to submit
(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) @5982   17 years vboxsync Removed obsolete VRDP server interface that used COM.
(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) @5959   17 years vboxsync typo.
(edit) @5958   17 years vboxsync Added CDB and DATA structures for the INQUERY command.
(edit) @5956   17 years vboxsync Made VUSBDEV internal to VUSB.
(edit) @5954   17 years vboxsync Added pfnUsbGetDescriptorCache method that VUSB can use to get the …
(edit) @5944   17 years vboxsync gcc-4.3 warning
(edit) @5912   17 years vboxsync backed out r26450
(edit) @5911   17 years vboxsync RTGetOpt does not alter argv[] does it?
(edit) @5891   17 years vboxsync Guest Additions: fixed todo from r26395 regarding IOCTL definitions on …
(edit) @5887   17 years vboxsync r=bird: Removed incorrect remarks, updated the others with the recent …
(edit) @5849   17 years vboxsync New device: internal network IP stack, based on lwIP.
(edit) @5846   17 years vboxsync another clashes.
(edit) @5845   17 years vboxsync r=bird: fixed clashes.
(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) @5819   17 years vboxsync Additions: added an R3 runtime for Linux guests
(edit) @5811   17 years vboxsync Add error codes and logging group for pdm async completion
(edit) @5808   17 years vboxsync Fixed PCI config. Added non-32-bit op support (used by Windows).
(edit) @5790   17 years vboxsync Fix copy&paste errors
(edit) @5782   17 years vboxsync Implemented NumLock state synch over VRDP.
(edit) @5767   17 years vboxsync export getopt.h
(edit) @5765   17 years vboxsync 2.6.24-rc2 compile fixes
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