VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23069   15 years vboxsync fix OSE
(edit) @23068   15 years vboxsync VBoxNetAdp: ioctl cleanup.
(edit) @23067   15 years vboxsync Flush page tables that have been updated with invalid entries.
(edit) @23066   15 years vboxsync Misaligned critical section
(edit) @23065   15 years vboxsync Runtime: fixed IPRT_TARGET_NT4.
(edit) @23064   15 years vboxsync VBoxNetAdpCtl.cpp: use execve and a null environment in executeIfconfig.
(edit) @23063   15 years vboxsync VBoxNetAdpCtl.cpp: a todo + some nitpicking.
(edit) @23062   15 years vboxsync Solaris/VBoxNetFlt: paranoia.
(edit) @23061   15 years vboxsync forward ported r52387 (fixes host interface parsing problem)
(edit) @23060   15 years vboxsync More verbose assertion
(edit) @23059   15 years vboxsync VBoxNetAdpCtl: added adapter name validation.
(edit) @23058   15 years vboxsync Noisy logging
(edit) @23057   15 years vboxsync VBoxTray: Refresh system tray after deleting icon.
(edit) @23056   15 years vboxsync Extra printf
(edit) @23055   15 years vboxsync VBoxTray: Added skeleton for tray icon event handling.
(edit) @23054   15 years vboxsync FE/Qt4: Changing Network Attachment Type during runtime.
(edit) @23053   15 years vboxsync VBoxTray: Added balloon tooltip notification for VBox host version update.
(edit) @23052   15 years vboxsync VBoxFUSE: make it build and work on Linux
(edit) @23049   15 years vboxsync VBoxNetAdpCtl.cpp: argv[0] fix for execv.
(edit) @23048   15 years vboxsync VBoxNetAdpCtl.cpp: Fix for execv/dup2 failure path in the child.
(edit) @23047   15 years vboxsync Fix RTFILE_O_NO_CACHE on Windows. Document that FILE_APPEND_DATA is …
(edit) @23046   15 years vboxsync unused variable
(edit) @23045   15 years vboxsync VBoxNetAdpCtl: refined removing of addresses
(edit) @23044   15 years vboxsync Additions/linux: rename vboxadd-service to VBoxService to fit in with …
(edit) @23043   15 years vboxsync Additions/linux: mountvboxsf -> mount.vboxsf
(edit) @23042   15 years vboxsync VM.cpp: Note about ResetLS/ResettingLS.
(edit) @23041   15 years vboxsync FE/Qt: support the Sun dead key German keyboard layout on X11 hosts
(edit) @23040   15 years vboxsync FE/Qt: add some support for additional Sun function keys on X11 hosts
(edit) @23039   15 years vboxsync Additions/x11/vboxmouse: only unset our own mouse status flags on unload
(edit) @23038   15 years vboxsync doc/vg: Updated VMSTATE (it's even uglier now).
(edit) @23037   15 years vboxsync VMR3Save: Code done. (Had to add VMSTATE_RESET_LS to deal with reset.)
(edit) @23036   15 years vboxsync VBoxNetAdpCtl: strncpy => snprintf
(edit) @23035   15 years vboxsync Nop %Ev disassembly fix
(edit) @23034   15 years vboxsync Always clear IF in VMXR0Execute64BitsHandler
(edit) @23033   15 years vboxsync Reversed ifdef corrected (not harmful though)
(edit) @23032   15 years vboxsync FreeBSD build fix
(edit) @23031   15 years vboxsync FE/Qt4-OSX: enable sheets in Qt >= 4.5 again
(edit) @23029   15 years vboxsync VBoxService: Notice when manually starting VBoxService in daemonized …
(edit) @23027   15 years vboxsync FE/Qt4: tr & reformat
(edit) @23026   15 years vboxsync FE/Qt4-OSX: Disable the auto showing/hiding of the Mac OS X menu bar …
(edit) @23025   15 years vboxsync FE/Qt4: fix the RAMSlider for many host RAM
(edit) @23024   15 years vboxsync VM.cpp: More state cleanup.
(edit) @23023   15 years vboxsync VM.cpp: Retire vmR3SetState2. s/vmR3TrySetStateEx/vmR3TrySetState/
(edit) @23022   15 years vboxsync dbgas.cpp: gcc maybe used uninitialized warnings (annoying, annoying, gcc).
(edit) @23021   15 years vboxsync VBoxBFE: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait
(edit) @23020   15 years vboxsync unused variables
(edit) @23019   15 years vboxsync recompiler: fixed missing symbol for Windows builds
(edit) @23018   15 years vboxsync VM.cpp: More uniform error reporting when called with an invalid state.
(edit) @23017   15 years vboxsync VMReq.cpp: Added a todo.
(edit) @23016   15 years vboxsync VMM,Devices: VMR3ReqCallEx -> VMR3ReqCallVoidNoWait; retired the old API.
(edit) @23015   15 years vboxsync VMM,Main,Devices,VBoxBFE: VMReqCallVoid[U] -> VMR3ReqCallVoidWait. …
(edit) @23014   15 years vboxsync VMReq.cpp: Don't use the 'U' version, it just makes the caller side …
(edit) @23013   15 years vboxsync PDMAsyncCompletion: Make it work on Solaris. directio doesn't work on …
(edit) @23012   15 years vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
(edit) @23011   15 years vboxsync VMM,VMMDev: Some VMMR3ReqCall refactoring.
(edit) @23010   15 years vboxsync VBox/vmapi.h,VMReq.cpp: Added A number of convenice function to …
(edit) @23009   15 years vboxsync VMM: State machine adjustments. Have only received basic testing.
(edit) @23008   15 years vboxsync Main: increased the maximum length of host-only internal network names …
(edit) @23007   15 years vboxsync NAT: don't alias fragments, do alias the big packet.
(edit) @23006   15 years vboxsync Additions/linux/installer: add debug symbols to the Linux Additions, …
(edit) @23005   15 years vboxsync NAT: update rigth IP header while reassembling.
(edit) @23004   15 years vboxsync NAT: 1. don't load ioctlsocket with unintiolized values (SL fills it …
(edit) @23003   15 years vboxsync Aligment fix
(edit) @23001   15 years vboxsync Wrong free function called for UVM
(edit) @22999   15 years vboxsync FE/Qt4-OSX: same as r50408 for the Media Manager
(edit) @22997   15 years vboxsync Test UVM padding as well
(edit) @22996   15 years vboxsync Correction
(edit) @22995   15 years vboxsync Fix alignment
(edit) @22994   15 years vboxsync VBoxVideo/win: Fixed Windows version detection.
(edit) @22993   15 years vboxsync Logging changes
(edit) @22992   15 years vboxsync FE/Qt4: 4011: VM Network Settings UI: Second fix for MAC layout.
(edit) @22991   15 years vboxsync Solaris/sem-r0drv: fix for #4259 host deadlock.
(edit) @22990   15 years vboxsync FE/Qt4: 4011: VM Network Settings UI: Trying to make MAC fix for layout.
(edit) @22989   15 years vboxsync Solaris/VBoxNetFlt: minor.
(edit) @22988   15 years vboxsync VMM: Simplify AtError and AtRuntimeError registration and deregistration.
(edit) @22986   15 years vboxsync VMM: Removed the AtReset callbacks. Rewrote the AtState registration …
(edit) @22985   15 years vboxsync Devices/Samples: Some idle hacking from a good while back.
(edit) @22984   15 years vboxsync NAT: comment updated.
(edit) @22982   15 years vboxsync VBoxHDD: Add new parameter to VDGetFormat which takes a list of …
(edit) @22981   15 years vboxsync PDMAsyncCompletionFile.cpp: The env.var. VBOX_ASYNC_IO_FAILBACK can be …
(edit) @22980   15 years vboxsync VM: added critsects around the At[State|Reset|Error|RuntimeError] …
(edit) @22979   15 years vboxsync PDMAsyncCompletion: Add missing state transitions in failsafe manager
(edit) @22978   15 years vboxsync PDMAsyncCompletion: Fix crash on FreeBSD with failsafe manager. Need …
(edit) @22977   15 years vboxsync PDMASyncCompletionFile: uBitmaskAlignment fix.
(edit) @22976   15 years vboxsync NAT: clarify why udp marked as "bad".
(edit) @22975   15 years vboxsync VMM: State coding in progress - bed time commit.
(edit) @22974   15 years vboxsync NAT: print ip_id of dropped packet.
(edit) @22973   15 years vboxsync NAT: set right label name in "commented out" code.
(edit) @22972   15 years vboxsync NAT: don't ignore ip's options while checksum
(edit) @22971   15 years vboxsync NAT: make udp fault more clear (excluding warns on success exit of …
(edit) @22970   15 years vboxsync VbglHGCMParmPtrSetString: Use VMMDevHGCMParmType_LinAddr_In.
(edit) @22969   15 years vboxsync Runtime/fileaio-linux: Negate the result code. errno values are …
(edit) @22968   15 years vboxsync Devices: Add option VBOX_WITH_NEW_IO_CODE to enable new I/O interface
(edit) @22967   15 years vboxsync PDMAsyncCompletion: Bug fixes
(edit) @22966   15 years vboxsync Storage: Convert the backends to use the interface for I/O rather than …
(edit) @22965   15 years vboxsync FE/Qt4: 4011: Network Settings UI: Few fixes for r52231 & r52237.
(edit) @22964   15 years vboxsync FE/Qt4: 4011: Network Settings UI: Few fixes for r52231.
(edit) @22963   15 years vboxsync tstDeviceStructSize.cpp: same as r52210 (gcc warns about operator …
(edit) @22962   15 years vboxsync Additions/linux/installer: kBuild-ify the Makefile, part 2
(edit) @22961   15 years vboxsync VMM: state updates (almost there).
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