VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15936   16 years vboxsync Changed the way linux network interfaces are enumerated so the …
(edit) @15935   16 years vboxsync wording
(edit) @15934   16 years vboxsync hwaccm: added a runtime warning if the user tries to execute a VM with …
(edit) @15933   16 years vboxsync don't flood the release log with IPv6 warnings
(edit) @15932   16 years vboxsync Correct a dozen typos, some in #error directives, the other in …
(edit) @15931   16 years vboxsync gcc found one of these bugs
(edit) @15930   16 years vboxsync tools/Makefile.kmk: made fetching the default pass in tools and don't …
(edit) @15929   16 years vboxsync Config.kmk: enabled the new Linux USB code
(edit) @15928   16 years vboxsync HostServices/SharedClipboard: fix a deadlock and reintroduce timeouts …
(edit) @15927   16 years vboxsync FE/Qt: French nls updates, thanks to Jacky672 on forums.virtualbox.org
(edit) @15926   16 years vboxsync Installers/Linux: cosmetic patch for init scripts for ArchLinux, …
(edit) @15925   16 years vboxsync NAT: Fix ICMP affected by no-copy patch.
(edit) @15924   16 years vboxsync cosmetical fix
(edit) @15923   16 years vboxsync NetFlt/win: bind/unbind concurrency fix
(edit) @15922   16 years vboxsync XPCOM/DConnect: Fixed SEGFAULT: access to released interface pointer …
(edit) @15921   16 years vboxsync Solaris/installer: Changes for #3381 (combined package).
(edit) @15920   16 years vboxsync REM: logging changes, cleanup
(edit) @15919   16 years vboxsync NAT:fix #3480
(edit) @15918   16 years vboxsync cosmetical issue
(edit) @15917   16 years vboxsync NetFlt/win: concurency issue fix
(edit) @15916   16 years vboxsync Added a missed autoInitSpan.setSucceeded to the …
(edit) @15915   16 years vboxsync Solaris/installer: Changes for #3381 (combined package).
(edit) @15914   16 years vboxsync NAT: temporally enable intermediate buffer on send, to avoid overhead …
(edit) @15913   16 years vboxsync Solaris/Installer: #3381 (combined package).
(edit) @15912   16 years vboxsync Solaris/Installer: Changes for #3381 (combined package).
(edit) @15911   16 years vboxsync Solaris/Additions: Don't share makefile variables.
(edit) @15910   16 years vboxsync FE/Qt4: 2965: Main window and VM window should not appear outside the …
(edit) @15909   16 years vboxsync Target "load": Avoid misleading ERROR messages from rmmod by only …
(edit) @15908   16 years vboxsync Some cleanup
(edit) @15907   16 years vboxsync Solaris/vbi: implemented RTMpCpuWorkIsPending.
(edit) @15906   16 years vboxsync FE: more copyright year updates
(edit) @15905   16 years vboxsync Main-OSX: Trigger save state on power low event.
(edit) @15904   16 years vboxsync Bump copyright year to 2009.
(edit) @15903   16 years vboxsync REM: fixed bug in VME POPF Michal found
(edit) @15902   16 years vboxsync Linux additions: fixed append on shared folders
(edit) @15901   16 years vboxsync REM: restored 0xffff'ing of mask, made IF reading in VME fully correct
(edit) @15900   16 years vboxsync QT frontend SDL framebuffer resize optimization (xTracker #3487).
(edit) @15899   16 years vboxsync REM: VME CLI/STI was operating on wrong flag
(edit) @15898   16 years vboxsync HostServices/SharedClipboard: did some cleaning up of the X11 host …
(edit) @15897   16 years vboxsync switch to openssl 0.9.8j
(edit) @15896   16 years vboxsync Oops
(edit) @15895   16 years vboxsync RTMpIsCpuWorkPending changed; previous code wasn't useful
(edit) @15894   16 years vboxsync Linux vboxnetflt: remove some warnings with older kernels
(edit) @15893   16 years vboxsync INTNETR0IfWait fix, NetFlt/win fixes
(edit) @15892   16 years vboxsync VBoxNetFlt: Changed build order of Windows (un)installation tools. See …
(edit) @15891   16 years vboxsync NAT: IP aligning doesn't really used in Slirp and real life
(edit) @15890   16 years vboxsync NAT: 1. wo sync enhancement branch is still functional (was corrupted …
(edit) @15889   16 years vboxsync #3416: Added support for skb_checksum_help in pre-2.6.7 kernels.
(edit) @15888   16 years vboxsync Main: Improved r41336.
(edit) @15887   16 years vboxsync gcc found this small bug
(edit) @15886   16 years vboxsync German NLS fix
(edit) @15885   16 years vboxsync PGMR3PhysTlbGCPhys2Ptr: correct assertion (see #3399).
(edit) @15884   16 years vboxsync header conflict with Linux ~ 2.6.16
(edit) @15883   16 years vboxsync HostServices/SharedClipboard/X11: documentation and function renaming
(edit) @15882   16 years vboxsync DevATA: Number the ATA I/O threads.
(edit) @15881   16 years vboxsync IPRT: Implemented ring-3 priority scheme for darwin.
(edit) @15880   16 years vboxsync IPRT/threadinit: removed double #ifdef IN_RING3.
(edit) @15879   16 years vboxsync ATA: Wait a bit until we interrupt the thread to avoid interruptions …
(edit) @15878   16 years vboxsync Comment for the vga_update_display parameter for full update (xTracker …
(edit) @15877   16 years vboxsync A parameter for vga_update_display for full update (xTracker #3356).
(edit) @15876   16 years vboxsync Devices/VGA: reinstated r40263 along with a fix for resolution changes …
(edit) @15875   16 years vboxsync If we sent an OACK, wait for ACK from client before sending file data.
(edit) @15874   16 years vboxsync More detailed assertion message.
(edit) @15873   16 years vboxsync fixed for older Linux kernels
(edit) @15872   16 years vboxsync Removed a DEBUG_sunlover log statement.
(edit) @15871   16 years vboxsync Linux hardened: use direct capset() calls to prevent a dependency to …
(edit) @15870   16 years vboxsync IPRT/darwin: Fixed bugs in RTTimeGetSystem*TS: wrong …
(edit) @15869   16 years vboxsync Typo
(edit) @15868   16 years vboxsync VBoxSDL framebuffer resize optimization (xTracker #3487).
(edit) @15867   16 years vboxsync VGA device must take into account the start address of the visible …
(edit) @15866   16 years vboxsync Backed out previous experiments.
(edit) @15865   16 years vboxsync GVMMR0.cpp: Increased the max VM handles from 127+1 to 1023+1 for …
(edit) @15864   16 years vboxsync REM: fixed cast warning
(edit) @15863   16 years vboxsync FE/Qt4-OSX: Save/restore window group connection on fullscreen switch. …
(edit) @15862   16 years vboxsync PGMPhys.cpp: Added some details to the two assertions in …
(edit) @15861   16 years vboxsync REM: put VME bit update in place
(edit) @15860   16 years vboxsync Name too long
(edit) @15859   16 years vboxsync Compile fix
(edit) @15858   16 years vboxsync More statistics
(edit) @15857   16 years vboxsync More logging
(edit) @15856   16 years vboxsync Compile fix
(edit) @15855   16 years vboxsync DevAHCI,DevATA: ach -> sz and use CFGMR3QueryStringDef (bad idea to …
(edit) @15854   16 years vboxsync Compile fixes
(edit) @15853   16 years vboxsync Additional magic marker for the VMCSCACHE structure
(edit) @15852   16 years vboxsync Another experiment with limiting the time spent in ring 0.
(edit) @15851   16 years vboxsync small cosmetical fix
(edit) @15850   16 years vboxsync Runtime: error is below zero
(edit) @15849   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15848   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15847   16 years vboxsync ATA: Fix failing RESET requests if the async I/O thread is stuck in an …
(edit) @15846   16 years vboxsync AHCI/ATA: rework VPD handling code
(edit) @15845   16 years vboxsync warnings and minor fixes to coding style
(edit) @15844   16 years vboxsync TM: LogRel GIP mode and update rate.
(edit) @15843   16 years vboxsync RTMpIsCpuWorkPending() -> RTMpIsCpuWorkPending(void), corrected …
(edit) @15842   16 years vboxsync SrvIntNetR0: Rewrote r41325 so it fixes the problem without leaking memory.
(edit) @15841   16 years vboxsync SUPDrv,SUPLib: SUPR0ObjRelease returns VINF_OBJECT_DESTROYED if it …
(edit) @15840   16 years vboxsync vboxnetflt: compile fix for older Linux kernels
(edit) @15839   16 years vboxsync Experimental implementation of RTMpIsCpuWorkPending for windows hosts.
(edit) @15838   16 years vboxsync Export RTMpIsCpuWorkPending
(edit) @15837   16 years vboxsync Added RTMpIsCpuWorkPending stub.
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