VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14208   16 years vboxsync Linux hostif & e1000: Fixed non-existing device attachment problem
(edit) @14207   16 years vboxsync Additions/Guest Library: add an HGCM call with timeout
(edit) @14206   16 years vboxsync typo
(edit) @14205   16 years vboxsync typo
(edit) @14204   16 years vboxsync NAT: next try to get synchronization right
(edit) @14203   16 years vboxsync Solaris/Additions: Return errno rather than IPRT in vboxguest solaris …
(edit) @14202   16 years vboxsync coding style
(edit) @14201   16 years vboxsync Mac hack
(edit) @14200   16 years vboxsync try to fix the slirp build (PVM define on Mac)
(edit) @14199   16 years vboxsync moving slirp_link_* in NAT thread (review required)
(edit) @14198   16 years vboxsync document debugging command line parameters in VirtualBox -h
(edit) @14197   16 years vboxsync NAT: typo
(edit) @14196   16 years vboxsync NAT: Linux build fix; added some perfcounters
(edit) @14195   16 years vboxsync NAT:bugfix
(edit) @14194   16 years vboxsync introduced new event for handling link state changings (need some testing)
(edit) @14193   16 years vboxsync src/libs/Makefile.kmk: removed the non-VBOX_SINGLE_MAKEFILE case.
(edit) @14192   16 years vboxsync VMM: fixed a regression introduced by r38992 (tstVMM failed during HW …
(edit) @14191   16 years vboxsync FE/Qt4: Return forgotten VMM icons.
(edit) @14190   16 years vboxsync s/Virual/Virtual
(edit) @14189   16 years vboxsync NAT: better error handling
(edit) @14188   16 years vboxsync NAT: better error handling
(edit) @14187   16 years vboxsync s/virual/virtual
(edit) @14186   16 years vboxsync NAT: bugfix
(edit) @14185   16 years vboxsync s/virual/virtual/
(edit) @14184   16 years vboxsync s/virual/virtual/g :-)
(edit) @14183   16 years vboxsync Send event shouldn't be autoresetting and instead should be used event …
(edit) @14182   16 years vboxsync array of events is inlined
(edit) @14181   16 years vboxsync get rid of cMaxEvens and initializing loop for two events array
(edit) @14180   16 years vboxsync switching to one event for all sockets
(edit) @14179   16 years vboxsync Add defines for SCSI status codes. Useful for fine-grained error handling.
(edit) @14178   16 years vboxsync VBoxManage: show IDE controller type when listing the VM settings.
(edit) @14177   16 years vboxsync UDP: reseting event of used socked is fixed
(edit) @14176   16 years vboxsync sigh.
(edit) @14175   16 years vboxsync oops
(edit) @14174   16 years vboxsync VMM: another shot at it.
(edit) @14173   16 years vboxsync one event for all sockets (for investigations)
(edit) @14172   16 years vboxsync hrmpf!
(edit) @14171   16 years vboxsync hrmpf.
(edit) @14170   16 years vboxsync build fix.
(edit) @14169   16 years vboxsync VMM: Missing file.
(edit) @14168   16 years vboxsync call of WSACloseEvent removed, it doesn't need anymore because events …
(edit) @14167   16 years vboxsync VMM: AMD64 -> 32bit switcher (for testing only).
(edit) @14166   16 years vboxsync copy QtNetwork framework to dist
(edit) @14165   16 years vboxsync removing statics from slirp and using global pData instead
(edit) @14164   16 years vboxsync Main: Last minute typo.
(edit) @14163   16 years vboxsync reseting event for unused sockets was added at the end of polling …
(edit) @14162   16 years vboxsync makefile fixes
(edit) @14161   16 years vboxsync removing all references to cEvent from polling routine
(edit) @14160   16 years vboxsync removing reducular event assigning and conunter ticking with model …
(edit) @14159   16 years vboxsync registration several sockets per event, to avoid artificial barrier …
(edit) @14158   16 years vboxsync src,src/VBox: makefile fix.
(edit) @14157   16 years vboxsync mac build fixes.
(edit) @14156   16 years vboxsync VMM: Disabled the 32-bit <-> AMD64 switcher that was added recently …
(edit) @14155   16 years vboxsync #1865: MM - dealt with the last R3R0PTRTYPEs.
(edit) @14154   16 years vboxsync PGM: pGuestPD* -> pGst32BitPd*
(edit) @14153   16 years vboxsync PGM: pGstPaePDPT -> pGstPaePdpt
(edit) @14152   16 years vboxsync PGM: pGstAmd64PML4* -> pGstAmd64Pml4.
(edit) @14151   16 years vboxsync PGM: HCPhysPaePML4 -> HCPhysShwPaePml4
(edit) @14150   16 years vboxsync PGM: HCPhysNestedRoot -> HCPhysShwNestedRoot
(edit) @14149   16 years vboxsync PGM: HCPhysPaePDPT -> HCPhysShwPaePdpt.
(edit) @14148   16 years vboxsync PGM: HCPhys32BitPD -> HCPhysShw32BitPD
(edit) @14147   16 years vboxsync #1865: PGM - 32-bit shadown PD pointer converted.
(edit) @14146   16 years vboxsync darwin build fix.
(edit) @14145   16 years vboxsync PGM: Some more uint64_t -> X86union return. (btw. doing this because …
(edit) @14144   16 years vboxsync Linux hostif: added wireless interface detection for shared mac
(edit) @14143   16 years vboxsync Main: Improved hard disk tree lock usage to avoid possible deadlocks …
(edit) @14142   16 years vboxsync Main: BOOL->bool warning.
(edit) @14141   16 years vboxsync PGM: More union returns.
(edit) @14140   16 years vboxsync crOpenGL: moved guest/host parts into right places in source tree, …
(edit) @14139   16 years vboxsync another build fix
(edit) @14138   16 years vboxsync build fix
(edit) @14137   16 years vboxsync order
(edit) @14136   16 years vboxsync build fix.
(edit) @14135   16 years vboxsync x86.h: made the unions start with the unsigned integer view to …
(edit) @14134   16 years vboxsync 32->64 bit mode skeleton, nothing yet works, for sure
(edit) @14133   16 years vboxsync #1865: final pae change.
(edit) @14132   16 years vboxsync please no DEFS + in Makefiles together with Config.kmk because this …
(edit) @14131   16 years vboxsync PGM: Prevent fixated mappings from crossing a PD boundrary …
(edit) @14130   16 years vboxsync missed header changes
(edit) @14129   16 years vboxsync correct definition and declaration of slirp_register_event
(edit) @14128   16 years vboxsync unique adding to event array, using the widest mask for event catching …
(edit) @14127   16 years vboxsync Solaris/VBoxNetFlt: comments and log.
(edit) @14126   16 years vboxsync Corrected SVM_EVENT_NMI
(edit) @14125   16 years vboxsync netflt: linux.amd64 build fix
(edit) @14124   16 years vboxsync crOpenGL amd64 fix
(edit) @14123   16 years vboxsync two false positives
(edit) @14122   16 years vboxsync default value for maximum socket entries was initialized asserts was …
(edit) @14121   16 years vboxsync timer updates on WSAWaitForMultipleEvents TIMEWAIT was added
(edit) @14120   16 years vboxsync crOpenGL: VBOXGUESTR3NPLIB
(edit) @14119   16 years vboxsync per polling allocation of event array was replaced by on init …
(edit) @14118   16 years vboxsync RT_STRICT/VBOX_STRICT vs. DEBUG confusion.
(edit) @14117   16 years vboxsync Config.kmk: Added strict and dbgopt builds. See comments in file.
(edit) @14116   16 years vboxsync line continuation fun.
(edit) @14115   16 years vboxsync #1865: Some structures and external API for the ring-0 dynamic mapping …
(edit) @14114   16 years vboxsync #1865: Some structures and external API for the ring-0 dynamic mapping …
(edit) @14113   16 years vboxsync AHCI: Reduce number of world switches when queuing new requests from …
(edit) @14112   16 years vboxsync Linux hostif: Fixed memory leak. Event handlers added: promiscuous …
(edit) @14111   16 years vboxsync less pain when compiling crOpenGL (no -pedantic)
(edit) @14110   16 years vboxsync Compile fix
(edit) @14109   16 years vboxsync Implemented NMI injection.
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