VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28036   15 years vboxsync More metrics changes
(edit) @28030   15 years vboxsync VMM: SpeedStep and relatives MSRs
(edit) @28028   15 years vboxsync build fix
(edit) @28027   15 years vboxsync build fix
(edit) @28025   15 years vboxsync intnet, VBoxNet*, network device & drivers: GSO preps.
(edit) @28024   15 years vboxsync iprt: ipv6 header and pseudo checksumming; tcp flags; tcp/udp …
(edit) @28012   15 years vboxsync Use PGMR3QueryFreeMemory instead
(edit) @28003   15 years vboxsync PGMR3QueryBalloonSize updates
(edit) @28002   15 years vboxsync More changes
(edit) @27999   15 years vboxsync Introducing PGMR3QueryBalloonSize
(edit) @27977   15 years vboxsync VBoxHDD: Async I/O for flat images are back
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27973   15 years vboxsync PDM,Network/*: GSO preps.
(edit) @27965   15 years vboxsync pdmifs.h: Cooked up some PDMIDISPLAYPORT::pfnUpdateDisplayRectEx docs …
(edit) @27959   15 years vboxsync iprt: added RTTcpSetSendCoalescing.
(edit) @27935   15 years vboxsync PDM: Document the pfnPowerOff behavior.
(edit) @27933   15 years vboxsync DrvNamedPipe.cpp: Don't assume we'll get a PowerOff call. Always wait …
(edit) @27920   15 years vboxsync AsyncCompletion: Return error code for completed requests
(edit) @27918   15 years vboxsync Main/OVF: import vbox:Machine XML within OVF, first batch (XML is …
(edit) @27901   15 years vboxsync OSE header fixes
(edit) @27861   15 years vboxsync export some Makefile.kup to OSE
(edit) @27857   15 years vboxsync Main: NAT API and corresponding commands have been added at VBoxManage …
(edit) @27852   15 years vboxsync Guest Control: Update.
(edit) @27845   15 years vboxsync build fix.
(edit) @27841   15 years vboxsync pdmnetifs.h: doc correction.
(edit) @27840   15 years vboxsync DrvIntNet,++: Implemented the missing buffer methods, added padding frame.
(edit) @27838   15 years vboxsync USB keyboard: avoid loosing keypresses due to missed URBs
(edit) @27835   15 years vboxsync Main/OVF: dump vbox machine XML into OVF's VirtualSystem element on …
(edit) @27828   15 years vboxsync Copy/paste mistake
(edit) @27823   15 years vboxsync More cleanup
(edit) @27820   15 years vboxsync Main/FE/Qt: added TurboLinux64 OS type; reformatted the OS type table; …
(edit) @27808   15 years vboxsync VBoxHDD: First part of the async I/O support * The async I/O …
(edit) @27806   15 years vboxsync Storage/VBoxHDD+DrvBlock+DrvVD: implement core code for live snapshot …
(edit) @27801   15 years vboxsync getopt fix.
(edit) @27797   15 years vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @27787   15 years vboxsync iprt: RTSocket/RTTcp: refcount the sockets the RTDbg* way.
(edit) @27786   15 years vboxsync Main/glue: fix completely bogus comment
(edit) @27782   15 years vboxsync typo
(edit) @27781   15 years vboxsync HostServices/GuestProperties: get rid of the notification thread (see …
(edit) @27780   15 years vboxsync Main/glue: prepare for the day we have float/double parameters in the API
(edit) @27754   15 years vboxsync Main/Display, Devices/Graphics: added a generic guest …
(edit) @27743   15 years vboxsync IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
(edit) @27738   15 years vboxsync AsyncCompletion: Add a new method to set the size of an endpoint
(edit) @27708   15 years vboxsync crOpenGL: some initial support for new multimonitor code
(edit) @27703   15 years vboxsync Guest Control: Update (VBoxManage, Main, Host Service, VbglR3), not …
(edit) @27682   15 years vboxsync 2d: unified code for VBoxXxx & UIXxx, moved 2D state logic outside …
(edit) @27676   15 years vboxsync iprt/process.h: corrected the docs
(edit) @27653   15 years vboxsync VSCSI: New SCSI interpreter component which will replace the old stuff …
(edit) @27649   15 years vboxsync RTTest: Added RTTest*Value* for reporting simple benchmark result. …
(edit) @27639   15 years vboxsync iprt: added RTMsgErrorRc[V].
(edit) @27631   15 years vboxsync ;
(edit) @27630   15 years vboxsync PGM,HWACCM: Fix for panic on 32-bit mac os x when using nested paging. …
(edit) @27629   15 years vboxsync wddm: pointer integration working for color pointers
(edit) @27616   15 years vboxsync iprt/cdefs.h: nop not nope. duh.
(edit) @27615   15 years vboxsync include,tools/env.sh: applying sparc patches.
(edit) @27613   15 years vboxsync iprt: Added RTPipeFromNative, implemented the windows version and …
(edit) @27607   15 years vboxsync Main: remove templates for 'weak' com pointers which do nothing anyway
(edit) @27576   15 years vboxsync IPRT/testcase: Added logon failure error, test some more stuff.
(edit) @27574   15 years vboxsync x86.h: doxygen.
(edit) @27572   15 years vboxsync cpum.h: doxygen/javadoc style comments.
(edit) @27558   15 years vboxsync Storage: Simple driver for checking data integrity of virtual disks
(edit) @27515   15 years vboxsync RTProcCreateEx doc update.
(edit) @27509   15 years vboxsync iprt: Poll on sockets on windows (untested). RTPollSetCount -> …
(edit) @27503   15 years vboxsync iprt/socket.h: RTSocket API.
(edit) @27497   15 years vboxsync iprt,rdp,drvnamedpipe: Changed the RTSOCKET type from int to a struct …
(edit) @27481   15 years vboxsync Settings: I/O base and IRQ mixup for serial ports
(edit) @27459   15 years vboxsync Added VERR_PGM_PHYS_PAGE_BALLOONED
(edit) @27451   15 years vboxsync IPRT/process-win: Update on RTProcCreateEx() + testcase.
(edit) @27431   15 years vboxsync iprt: Implemented RTPollSet on windows (pipes only). Optimized the …
(edit) @27418   15 years vboxsync IPRT: much better error messages for XML runtime errors (improves …
(edit) @27405   15 years vboxsync IPRT: Typo.
(edit) @27395   15 years vboxsync Added performance counter MSRs
(edit) @27384   15 years vboxsync iprt: Implemented RTGetOptArgvToString with the MS CRT option. (The …
(edit) @27383   15 years vboxsync wddm: basic Video DMA impl, guest driver bugfix
(edit) @27347   15 years vboxsync iprt/getopt.h: Argv -> command line prototypes (sketches, no code).
(edit) @27346   15 years vboxsync iprt: Added RTEnvQueryUtf16Block and RTEnvFreeUtf16Block as helpers …
(edit) @27345   15 years vboxsync iprt: Added RTSort with one simple algorithm implemented.
(edit) @27324   15 years vboxsync Main: Introduce various I/O control settings: * Used I/O manager …
(edit) @27322   15 years vboxsync Added MSR_IA32_MISC_ENABLE slot
(edit) @27319   15 years vboxsync Added MSR_IA32_MISC_ENABLE
(edit) @27314   15 years vboxsync additions build fix
(edit) @27302   15 years vboxsync IPRT: RIP RTCache*, RTMemCache* is way better…
(edit) @27291   15 years vboxsync iprt/ministring: when reserving space in a formerly empty string, make …
(edit) @27286   15 years vboxsync wddm: bugfix
(edit) @27254   15 years vboxsync HPET: correct interrupts delivery
(edit) @27247   15 years vboxsync iprt/dir.h: Forgot to mention that RTDirRemoveRecursive now refuses to …
(edit) @27246   15 years vboxsync RTDirRemoveRecursive: Fixed memory leak, made it deal with UNKNOWN and …
(edit) @27241   15 years vboxsync iprt/asm.h: gcc inline workaround required for gcc 4.4 and gcc 4.5
(edit) @27232   15 years vboxsync Storage/VBoxHDD+DrvVD: implement framework for providing thread …
(edit) @27231   15 years vboxsync Implemented mwait extension for breaking on external interrupt when …
(edit) @27166   15 years vboxsync Added large page property.
(edit) @27129   15 years vboxsync scm cleaned up some whitespace.
(edit) @27128   15 years vboxsync IPRT: Added RTMsgWarning[V] and RTMsgInfo[V].
(edit) @27126   15 years vboxsync PIT,RTC,HPET,PDM: Combined and simplified the two interfaces PDM uses …
(edit) @27121   15 years vboxsync HPET, RTC, PIT, PDM: implement API to disable legacy devices from HPET …
(edit) @27116   15 years vboxsync Kicked out the GMMR0DeflatedBalloon implementation since it was …
(edit) @27109   15 years vboxsync Comment updates
(edit) @27102   15 years vboxsync Reset the memory balloon during VM reset
(edit) @27095   15 years vboxsync VBoxGuest.h: Correct size for VBOXGUEST_IOCTL_CHECK_BALLOON, doxygen.
(edit) @27094   15 years vboxsync x86.h: doxygen.
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