VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27810   15 years vboxsync Another fix
(edit) @27809   15 years vboxsync Compile fix
(edit) @27808   15 years vboxsync VBoxHDD: First part of the async I/O support * The async I/O …
(edit) @27807   15 years vboxsync build fix
(edit) @27806   15 years vboxsync Storage/VBoxHDD+DrvBlock+DrvVD: implement core code for live snapshot …
(edit) @27805   15 years vboxsync Main/SystemProperties: new stubs for properties defining minimum free …
(edit) @27804   15 years vboxsync getopt fix (3rd part).
(edit) @27803   15 years vboxsync Main/Medium: big medium task cleanup, safe use of auto_ptr<Medium::Task>.
(edit) @27802   15 years vboxsync getopt fix (2nd part).
(edit) @27801   15 years vboxsync getopt fix.
(edit) @27800   15 years vboxsync iprt: applying sparc patch (selectively).
(edit) @27799   15 years vboxsync ACPI: conditionally expose NIC object to OSX guests
(edit) @27798   15 years vboxsync build fix
(edit) @27797   15 years vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @27796   15 years vboxsync Main: attempt at USB locking fixes
(edit) @27795   15 years vboxsync ACPI: we do support reset register, so say so in FADT (OSX checks it)
(edit) @27794   15 years vboxsync Runtime/testcases: warning
(edit) @27793   15 years vboxsync Main: addendum to r56387 (properly initialze mRTCUseUTC)
(edit) @27792   15 years vboxsync Main/VirtualBox: new parameter for overriding VM file existence check …
(edit) @27791   15 years vboxsync socket.cpp: build fix.
(edit) @27790   15 years vboxsync Cleaned up
(edit) @27789   15 years vboxsync VM.cpp: Fixed bug in vmR3LiveDoStep1Cleanup where it didn't pass the …
(edit) @27788   15 years vboxsync Guest Control: Update (Main, registering host service, bugfixes).
(edit) @27787   15 years vboxsync iprt: RTSocket/RTTcp: refcount the sockets the RTDbg* way.
(edit) @27785   15 years vboxsync 2d: Additional assertion check + some cleaning
(edit) @27784   15 years vboxsync PGMSyncCR3: pgmPoolResetDirtyPages must be called before pgmPoolSyncCR3
(edit) @27783   15 years vboxsync PGMSyncCR3: pgmPoolResetDirtyPages must be called before pgmPoolSyncCR3
(edit) @27781   15 years vboxsync HostServices/GuestProperties: get rid of the notification thread (see …
(edit) @27779   15 years vboxsync Main: fix locking in Appliance import/export
(edit) @27778   15 years vboxsync Must take the pgm lock during PGMSyncCR3; guest SMP can cause an …
(edit) @27777   15 years vboxsync 2d: fix to command processing list
(edit) @27776   15 years vboxsync Solaris/r0drv: vbi fix, unsigned overflow.
(edit) @27775   15 years vboxsync These assertions are actually fatal
(edit) @27774   15 years vboxsync Main: fix locking order violation in Medium::CloneTo()
(edit) @27773   15 years vboxsync Guest Control: Update (VBoxManage), corrected typo in GuestImpl.cpp.
(edit) @27772   15 years vboxsync Backed out 59389 (r3/socket.cpp) as it seems to cause some really …
(edit) @27771   15 years vboxsync fix.
(edit) @27770   15 years vboxsync tcp.cpp: no need to special FreeBSD case here I think.
(edit) @27769   15 years vboxsync FE/Qt4: fixed missing places
(edit) @27768   15 years vboxsync FE/Qt4: 2D: coding style; spelling; never ever forward declare inline, …
(edit) @27767   15 years vboxsync Guest Control: Update (Main).
(edit) @27766   15 years vboxsync FE/Qt4: fix r59397 for the new core as well
(edit) @27765   15 years vboxsync NAT: log too noisy.
(edit) @27764   15 years vboxsync NAT: on succesful sent of ICMP packet to the ICMP raw socket, charge …
(edit) @27763   15 years vboxsync once.cpp: Use ASMAtomicUoReadHandle (missed one place).
(edit) @27762   15 years vboxsync FE/Qt: fix the range used for reporting the absolute mouse position
(edit) @27761   15 years vboxsync Main: fixed saving guest properties at machine power off
(edit) @27760   15 years vboxsync 2d: more fixes & cleaning in mode change
(edit) @27759   15 years vboxsync IPRT: Build fix for FreeBSD
(edit) @27758   15 years vboxsync 2d: better cleanup, bugfixes
(edit) @27757   15 years vboxsync 2d: dont destroy framebuffer on mode change
(edit) @27756   15 years vboxsync FE/Qt: 2643: Offer to download UserManual for OSE version - support …
(edit) @27755   15 years vboxsync IPRT: an attempt to implement correct socket use accounting
(edit) @27754   15 years vboxsync Main/Display, Devices/Graphics: added a generic guest …
(edit) @27753   15 years vboxsync Merged VNC contribution; disabled by default and currently not …
(edit) @27752   15 years vboxsync FE/Qt: UIDownloader little cleanup.
(edit) @27751   15 years vboxsync Main/Display: VBVA should call Framebuffer::RequestResize only if …
(edit) @27750   15 years vboxsync Reset the balloon state when the VM resets
(edit) @27749   15 years vboxsync Flush before freeing the page.
(edit) @27748   15 years vboxsync VBoxGuestR3LibDaemonize.cpp: todo.
(edit) @27747   15 years vboxsync process-posix.cpp: added todos.
(edit) @27746   15 years vboxsync Balloon: flush the shadow PT if this page was previously used as a …
(edit) @27745   15 years vboxsync build fix
(edit) @27744   15 years vboxsync IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
(edit) @27743   15 years vboxsync IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
(edit) @27742   15 years vboxsync Guest Control: Build fix.
(edit) @27741   15 years vboxsync Guest Control: Update (Main, Host Service, Testcase).
(edit) @27740   15 years vboxsync Solaris/r0drv: use our own dummy kernel vnode for page_allocs. kvp …
(edit) @27739   15 years vboxsync DrvVD: Implement set size operation for the async I/O interface
(edit) @27738   15 years vboxsync AsyncCompletion: Add a new method to set the size of an endpoint
(edit) @27737   15 years vboxsync strformatrt.cpp: some xml fixes (probably not quite right yet, but …
(edit) @27736   15 years vboxsync VD: Correct return code if everything was transfered successfully
(edit) @27735   15 years vboxsync VMDK: Don't try to read more bytes from the descriptor than the filesize
(edit) @27734   15 years vboxsync AHCI: Report I/O errors to the guest
(edit) @27733   15 years vboxsync Additions/Solaris: Sharedfolders error code.
(edit) @27732   15 years vboxsync FE/Qt: Fixing problem-reporter bug (for warnings centering).
(edit) @27731   15 years vboxsync 2d: fix to 2d reset
(edit) @27730   15 years vboxsync Backed out 59261 & 59266
(edit) @27729   15 years vboxsync Additions/Solaris: SharedFolders, fix permissions for opening readonly …
(edit) @27728   15 years vboxsync FE/Qt: Fixed disappeared "restore snapshot check-box" on VM Close dialog.
(edit) @27727   15 years vboxsync vbi.h: missing function prototype.
(edit) @27726   15 years vboxsync remove unwilling change
(edit) @27725   15 years vboxsync burn fix
(edit) @27724   15 years vboxsync 2d: more clean 'hacking'
(edit) @27723   15 years vboxsync FE/Qt4­NLS: add nl; sort
(edit) @27722   15 years vboxsync Global.cpp: alignment.
(edit) @27721   15 years vboxsync RTPipeFromNative/posix: Solaris creates bi-directional pipes so we …
(edit) @27720   15 years vboxsync 2d: more fixes to work with new UI mode changes
(edit) @27719   15 years vboxsync #4750: Commented out the assertion on unsuccessful attach in configNetwork.
(edit) @27718   15 years vboxsync DrvIntNet: fixed destructor if constructor failed
(edit) @27717   15 years vboxsync Zero AH on 0xec00 call.
(edit) @27716   15 years vboxsync Main/DHCPServer: fixed the format of the MAC address passed to the …
(edit) @27715   15 years vboxsync BIOS: Avoid unimplemented message in log on AMD64 target mode callback.
(edit) @27714   15 years vboxsync #4750: Do not call NetworkAdapter::Detach on error as it causes a deadlock.
(edit) @27713   15 years vboxsync VBoxShell: teleport timeout is an optional argument now
(edit) @27712   15 years vboxsync Main/GuestImpl: Try to fix SDK burns.
(edit) @27711   15 years vboxsync FE/Qt4: better fix for r59201
(edit) @27710   15 years vboxsync crOpenGL: mac burn fix
(edit) @27709   15 years vboxsync Additions/x11/VBoxClient: converted logging to release logging (which …
(edit) @27708   15 years vboxsync crOpenGL: some initial support for new multimonitor code
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