VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @30419   15 years vboxsync Accept higher guest ram values for 32-bit Windows hosts with a larger …
(edit) @30418   15 years vboxsync Additions/Solaris/SharedFolders: set file mode while creating files …
(edit) @30417   15 years vboxsync Additions/Solaris/SharedFolders: support for setting file attributes …
(edit) @30416   15 years vboxsync Devices/Input/DevPS2: fix tilt wheel reporting regression which …
(edit) @30415   15 years vboxsync NAT: comments
(edit) @30414   15 years vboxsync Save and restore the TSS limit on 64-bit hosts too.
(edit) @30413   15 years vboxsync REM: incorporated git b16f827b from upstream: target-i386: fix SIB …
(edit) @30412   15 years vboxsync REM: incorporated git c2254920 and git 2e21e749 from upstream: …
(edit) @30411   15 years vboxsync FE/Qt: Third try to fix mac build for r63034 :)
(edit) @30410   15 years vboxsync FE/Qt: Second try to fix mac build for r63034.
(edit) @30409   15 years vboxsync FE/Qt: First try to fix mac build for r63034.
(edit) @30408   15 years vboxsync FE/Qt: 5078: Separate UI Mouse-Handler for running VM - initial …
(edit) @30407   15 years vboxsync FE/Qt: New running VM core: some code cosmetics.
(edit) @30406   15 years vboxsync REM: incorporated git 99596385 from upstream: target-i386: Fix "call …
(edit) @30405   15 years vboxsync wddm/3d: basics for visible regions handling
(edit) @30404   15 years vboxsync NAT: fixed RTMemFree condition
(edit) @30403   15 years vboxsync VBoxManage: Fix crash when changing the I/O cache option for a non …
(edit) @30402   15 years vboxsync NAT: missed m_freem calls right after icmp_error (see …
(edit) @30401   15 years vboxsync NAT: assign m_so before icmp_attach.
(edit) @30400   15 years vboxsync NAT: adds freeing of intermediate buffer.
(edit) @30399   15 years vboxsync NAT: icmp_input releasing mbuf and intermediate buffer.
(edit) @30398   15 years vboxsync grumble
(edit) @30397   15 years vboxsync build fix
(edit) @30396   15 years vboxsync Teleportation: Make the progress bar move during teleportation. The …
(edit) @30395   15 years vboxsync x11/*/undefined_*: sigdelset, sigfillset, pthread_sigmask
(edit) @30394   15 years vboxsync 2d: mode change crash fix
(edit) @30393   15 years vboxsync Main, glue: webservice events
(edit) @30392   15 years vboxsync VBoxGuestR3Lib.cpp: Mask all unimportant signals before doing the …
(edit) @30391   15 years vboxsync Additions/solaris/SharedFolders: fix panic message, fix getattr and …
(edit) @30390   15 years vboxsync VT-x: when the guest's FPU state is active, then we no longer care …
(edit) @30389   15 years vboxsync no ; of course
(edit) @30388   15 years vboxsync Statistic correction
(edit) @30387   15 years vboxsync vboxshell: don't display an error message for 'snapshot vm take'
(edit) @30386   15 years vboxsync burn fix
(edit) @30385   15 years vboxsync Main: don't ignore the file system if there is no snapshot folder
(edit) @30384   15 years vboxsync SCSI: Log used I/O method
(edit) @30383   15 years vboxsync Solaris/memobj: comment fix.
(edit) @30382   15 years vboxsync SATA: Always raise an interrupt after task completion; delaying this …
(edit) @30381   15 years vboxsync Main: generic events (disabled)
(edit) @30380   15 years vboxsync Main: make calculateRelativePath methods a bit smarter and rename them …
(edit) @30379   15 years vboxsync Main: fix bug that saved states were never written to machine XML if …
(edit) @30378   15 years vboxsync Solaris/vbi: spaces->tabs.
(edit) @30377   15 years vboxsync Main: do not hold any other lock while calling …
(edit) @30376   15 years vboxsync FE/Qt4-NLS: merged da, zh_TW and uk
(edit) @30375   15 years vboxsync Experimental code (disabled)
(edit) @30374   15 years vboxsync Solaris/vbi: fake vbi_is_preempt_enabled when vbi_init has not been …
(edit) @30373   15 years vboxsync Logging change
(edit) @30372   15 years vboxsync Logging change
(edit) @30371   15 years vboxsync RTFsQueryType/win: Fix for FileSystemName not being terminated.
(edit) @30370   15 years vboxsync NAT: comments
(edit) @30369   15 years vboxsync Missing return
(edit) @30368   15 years vboxsync Deal with large pages in shadow GetPage function. Correct NX flag …
(edit) @30367   15 years vboxsync VBox Credential Provider: Added support for principal logon names …
(edit) @30366   15 years vboxsync use m_freem() here as well
(edit) @30365   15 years vboxsync RTFsQueryType: Use an enum. Added RTFsTypeName() for translating a …
(edit) @30364   15 years vboxsync Fatal assertions
(edit) @30363   15 years vboxsync NAT: more comments + cosmetics
(edit) @30362   15 years vboxsync Exact version
(edit) @30361   15 years vboxsync NAT: icmp_input copy src mbuf and compose new one to deliver.
(edit) @30360   15 years vboxsync supdrv/win: fix typo
(edit) @30359   15 years vboxsync Typo
(edit) @30358   15 years vboxsync Main: temp disabled EventSource init
(edit) @30357   15 years vboxsync FE/Qt4: fix burn
(edit) @30356   15 years vboxsync FE/Qt4: added a new segmented button type; code cleanup
(edit) @30355   15 years vboxsync NAT: cosmetics
(edit) @30354   15 years vboxsync NAT: removed one goto from arp_input()
(edit) @30353   15 years vboxsync NAT: fixed m_freem() in arp_input()
(edit) @30352   15 years vboxsync NAT: comments
(edit) @30351   15 years vboxsync NAT: increases jumbo16 zone. TSO/SGO heavily uses jumbo16 in case of …
(edit) @30350   15 years vboxsync NAT: Don't m_free mbuf just after send, it's responsible of recv …
(edit) @30349   15 years vboxsync NAT: allow link down/link up when the VM is suspended
(edit) @30348   15 years vboxsync FE/Qt: New running VM core: Moving fIsAutoCaptureDisabled flag from …
(edit) @30347   15 years vboxsync FE/Qt: New running VM core: no need to pass render-mode everywhere as …
(edit) @30346   15 years vboxsync wddm/3d: create render target resource & issue present request for …
(edit) @30345   15 years vboxsync Main: more events
(edit) @30344   15 years vboxsync Use NIL_VMCPUID (see r62731).
(edit) @30343   15 years vboxsync FE/Qt4-OSX: Disable automatic menu role guessing. The text "Exit …
(edit) @30342   15 years vboxsync VMM: todo: Use NIL_VMCPUID with two SUPR3CallVMMR0Ex calls?
(edit) @30341   15 years vboxsync Use PGM_PAGE_GET_STATE.
(edit) @30340   15 years vboxsync DPC check for win7 x64
(edit) @30339   15 years vboxsync crOpenGL: fixed OpenGL support for 32bit apps under 64bit Windows guests
(edit) @30338   15 years vboxsync EM,IOM: Don't try write directly to the fault address as the backing …
(edit) @30337   15 years vboxsync Config.kmk: BLDPROG fix.
(edit) @30336   15 years vboxsync logging.
(edit) @30335   15 years vboxsync VRDP: video channel: enable SunFlsh support by default (xTracker 4606).
(edit) @30334   15 years vboxsync Must initialize idHostCpu properly (breaks SMP guest restore)
(edit) @30333   15 years vboxsync E1000: properly disconnect the network cable if the guest driver was …
(edit) @30332   15 years vboxsync Redundant lock/unlock
(edit) @30331   15 years vboxsync Main: further event work
(edit) @30330   15 years vboxsync FE/Qt: New running VM core: reworking some UIMachineLogic(+specific …
(edit) @30329   15 years vboxsync No need to call it twice
(edit) @30328   15 years vboxsync More paranoia
(edit) @30327   15 years vboxsync Paranoia
(edit) @30326   15 years vboxsync PGM: PGMShwModifyPage/PGMShwSetPage -> PGMShwMakePageWritable, …
(edit) @30325   15 years vboxsync Obsolete pgmLock/Unlock
(edit) @30324   15 years vboxsync Main, Runtime: refined file system check to warn for disabled host …
(edit) @30323   15 years vboxsync FE/Qt4: Only show first run wizard, if we are not in teleportation mode.
(edit) @30322   15 years vboxsync VBoxManage: cosmetical fixes
(edit) @30321   15 years vboxsync VBoxInternalManage.cpp: Copy & past in debuglog.
(edit) @30320   15 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
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