VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15236   16 years vboxsync Started with VMCS read/write cache.
(edit) @15235   16 years vboxsync #3282: API, RT generic part, updated VBoxManage list hostif.
(edit) @15234   16 years vboxsync slirp: revert r40643
(edit) @15233   16 years vboxsync slirp:icmp: ICMP socket creation for Darwin
(edit) @15232   16 years vboxsync slirp:icmp ignoring all incomming ICMP messages except TIMEXEED and …
(edit) @15231   16 years vboxsync slirp:icmp: udp stored bind parameters to slirp socket structure
(edit) @15230   16 years vboxsync slirp:icmp: look up over sockets, for trace route scenario
(edit) @15229   16 years vboxsync slirp: ICMP socket isn't enqued anymore, so udp_detach shouldn't be …
(edit) @15228   16 years vboxsync backed out 40461. (PGMAllBth.h)
(edit) @15227   16 years vboxsync PGMAllBth: Fixed typo in CalcKind (harmless), did some predicting and …
(edit) @15226   16 years vboxsync PGM: Inlined PGMDynMapHCPageOff (get rid of it perhaps?).
(edit) @15225   16 years vboxsync PGMPool: typo in stat description.
(edit) @15224   16 years vboxsync PGMR0DynMap: Silly silly silly silly bug, mapping were mapped write …
(edit) @15223   16 years vboxsync slirp: fix win burns
(edit) @15222   16 years vboxsync slirp: fix burns
(edit) @15221   16 years vboxsync slirp: even more readability
(edit) @15220   16 years vboxsync slirp: readability
(edit) @15219   16 years vboxsync slirp:ICMP: local host ping works now
(edit) @15218   16 years vboxsync HWACCM: some temporary profiling of sub-parts of SwitchFromGC_2.
(edit) @15217   16 years vboxsync HWACCM: describe the exit reason stats.
(edit) @15215   16 years vboxsync Main: #3312: Restore the proper hard disk accessibility state after …
(edit) @15214   16 years vboxsync HWACCMA.asm: code alignment, avoid stack.
(edit) @15213   16 years vboxsync HWACCMA.asm: code alignment.
(edit) @15212   16 years vboxsync SUPDrv: SUPR0AbsKernelCS/SS/DS/ES shouldn't be the LDT version on darwin!
(edit) @15211   16 years vboxsync VMXR0SaveHostState: Assert on bad cs and ss.
(edit) @15210   16 years vboxsync build fix
(edit) @15209   16 years vboxsync slirp: do {} while (0), cosmetics
(edit) @15208   16 years vboxsync build fix
(edit) @15207   16 years vboxsync slirp: style
(edit) @15206   16 years vboxsync slirp: fixed ICMP on Linux
(edit) @15205   16 years vboxsync Nuke VBoxManage tapsetup/tapterminate
(edit) @15204   16 years vboxsync typo
(edit) @15203   16 years vboxsync slirp: comments, cosmetics
(edit) @15202   16 years vboxsync Main: Fixed regression after r40588 (no hard disk names in HD UI).
(edit) @15201   16 years vboxsync slirp:icmp: ICM socket is out of udp socket queue now. Unix hangs …
(edit) @15200   16 years vboxsync warning
(edit) @15199   16 years vboxsync HWACCMR0A.asm: trimmed down VMXR0StartVM32 without any real effect. :/
(edit) @15198   16 years vboxsync HWACCMR0A.asm: retf -> far jmps for 64->32 thunking on darwin.
(edit) @15197   16 years vboxsync HWACCM: split up the SwitchFromGC (aka StatExit) stats into two parts …
(edit) @15196   16 years vboxsync PGMR0DynMap: profiling the whole shebang.
(edit) @15195   16 years vboxsync slirp:coding style
(edit) @15194   16 years vboxsync Slirp:ICMP: Proper shutdowning of ICMP raw socket on Unix and ICMP …
(edit) @15193   16 years vboxsync Linux hostif: hopefully fixed the problem for 64-bit host platforms. …
(edit) @15192   16 years vboxsync Devices/PcBios: handle LCHS failures more gracfully, just add a …
(edit) @15191   16 years vboxsync slirp:ICMP rollback shutdown fix.
(edit) @15190   16 years vboxsync Slirp:ICMP: Attempt to enable traceroute scenario on Windows with …
(edit) @15189   16 years vboxsync VMXR0RunGuestCode: profiling fixes.
(edit) @15188   16 years vboxsync Some typos corrected.
(edit) @15187   16 years vboxsync Compile fix
(edit) @15186   16 years vboxsync Fixed fpu and debug state syncing.
(edit) @15185   16 years vboxsync FE/Qt4: 3368: Closing Selector leaves VMM (and other top widgets) open …
(edit) @15184   16 years vboxsync typos
(edit) @15183   16 years vboxsync Duh
(edit) @15182   16 years vboxsync Argh
(edit) @15181   16 years vboxsync Restrict instruction emulation for 64 bits guests on 32 bits hosts.
(edit) @15180   16 years vboxsync give CAP_NET_RAW a shot on Linux
(edit) @15179   16 years vboxsync HostServices/GuestProps: additional logging
(edit) @15178   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15177   16 years vboxsync Fix for darwin assertion.
(edit) @15176   16 years vboxsync Renamed define for Windows Guest Additions icon.
(edit) @15175   16 years vboxsync oops
(edit) @15174   16 years vboxsync #1865: don't ever return invalid ring-0 address on 2x4G systems, …
(edit) @15173   16 years vboxsync an attempt to fix MacOS alignment issues
(edit) @15172   16 years vboxsync Shadow paging fixes for amd64 on 32 bits hosts.
(edit) @15171   16 years vboxsync FE/Qt: updated French nls
(edit) @15170   16 years vboxsync FE/Qt: updated French nls
(edit) @15169   16 years vboxsync FE/Qt: updated French nls
(edit) @15168   16 years vboxsync slirp: properly finish the icmp socket
(edit) @15167   16 years vboxsync HWACCMGetShwPagingMode change backed out.
(edit) @15166   16 years vboxsync Main and HostServices/GuestProps: additional logging
(edit) @15165   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15164   16 years vboxsync FE/Qt: pass Ctrl-Alt-Del to Windows guests if the user wishes
(edit) @15163   16 years vboxsync Main: #3312: De-associate the implicit hard disk from the VM before …
(edit) @15162   16 years vboxsync Compile fix
(edit) @15161   16 years vboxsync Backed out accidental commit 40567
(edit) @15160   16 years vboxsync Compile fix
(edit) @15159   16 years vboxsync Set the correct shadow paging mode for AMD-V nested paging.
(edit) @15158   16 years vboxsync Main: Spacing.
(edit) @15157   16 years vboxsync Main: #3312: Fixed a wrong assertion in USBController triggered on a …
(edit) @15156   16 years vboxsync Storage/DrvVD: fix status codes to match the function specs.
(edit) @15155   16 years vboxsync Removed wrong assertion
(edit) @15154   16 years vboxsync Always use amd64 paging if the guest is in amd64 mode (nested paging).
(edit) @15153   16 years vboxsync Always use amd64 paging if the guest is in amd64 mode (nested paging).
(edit) @15152   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15151   16 years vboxsync PGMMODE_AMD64 guest mode always implied PGMMODE_AMD64 shadow mode.
(edit) @15150   16 years vboxsync Wrong handler
(edit) @15149   16 years vboxsync slirp:icmp: set of hacks over Win ICMP Api introduced 1. guest address …
(edit) @15148   16 years vboxsync Update
(edit) @15147   16 years vboxsync Wrong push order
(edit) @15146   16 years vboxsync Fe/Qt4: Systray: Disabled on all platforms for now. Please only enable …
(edit) @15145   16 years vboxsync - Better wording and formatting for onMousePointerShapeChange.
(edit) @15144   16 years vboxsync Oops
(edit) @15143   16 years vboxsync slirp:ICMP send of icmp packet happens (wireshark for detection)
(edit) @15142   16 years vboxsync Compile fixes
(edit) @15141   16 years vboxsync Cleaned up
(edit) @15140   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15139   16 years vboxsync slirp: typo
(edit) @15138   16 years vboxsync slirp: error handling; typos
(edit) @15137   16 years vboxsync slirp: small fix
(edit) @15136   16 years vboxsync slirp: compilable, and error messaging unified
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