VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5334   17 years vboxsync check the right magic.
(edit) @5333   17 years vboxsync all threads must wakeup on destroy
(edit) @5332   17 years vboxsync Make PXE booting in NAT mode work without much hassle.
(edit) @5331   17 years vboxsync Use mmap/munmap instead of RTMemPage* (valloc/free).
(edit) @5330   17 years vboxsync
(edit) @5329   17 years vboxsync FE/Qt: Fixed: Don't call QWidgtet::update() from a non-GUI thread on …
(edit) @5327   17 years vboxsync FE/Qt: Removed outdated comment.
(edit) @5326   17 years vboxsync FE/Qt: Better correspondence to RFC2821, 2822 regarding E-mail text.
(edit) @5325   17 years vboxsync use segkmem_alloc on 64-bit solaris because of gcc and its kernel code …
(edit) @5324   17 years vboxsync removed the sizeof(pthread_t) == sizeof(void *) assumption.
(edit) @5323   17 years vboxsync Got rid of obsolete VBOXPDE usage
(edit) @5322   17 years vboxsync 2332: Registration feature: New symbols [according RFC 2822 for eMail …
(edit) @5321   17 years vboxsync FE/Qt: Minor Finnish translation resync.
(edit) @5320   17 years vboxsync 2332: Registration feature: The registration dialog not let insert a …
(edit) @5319   17 years vboxsync FE/Qt: Approved Slovak translation (>50%).
(edit) @5318   17 years vboxsync FE/Qt: Russian translation is maintained by innotek now.
(edit) @5317   17 years vboxsync FE/Qt: Added and approved Portuguese (Portugal) translation.
(edit) @5311   17 years vboxsync 64-bit solaris.
(edit) @5310   17 years vboxsync get rid of the struct tm mess.
(edit) @5309   17 years vboxsync get rid of the struct tm mess.
(edit) @5308   17 years vboxsync get rid of the struct tm mess.
(edit) @5306   17 years vboxsync 64-bit solaris.
(edit) @5305   17 years vboxsync fixed rtR0MemObjNativeGetPagePhysAddr prototype mismatch.
(edit) @5301   17 years vboxsync 64-bit solaris / use -m32/64
(edit) @5300   17 years vboxsync Appled https://bugzilla.mozilla.org/attachment.cgi?id=161204 from …
(edit) @5299   17 years vboxsync Added …
(edit) @5298   17 years vboxsync Fix for Solaris TAP deadlock. Try receiving when there's at least one …
(edit) @5297   17 years vboxsync FE/Qt: Updated Russian translation.
(edit) @5296   17 years vboxsync Corrected disasm test
(edit) @5295   17 years vboxsync Small fix to the NAT TFTP server: don't insist on "absolute" boot file …
(edit) @5294   17 years vboxsync FE/Qt: Enabled the Registration Dialog in OSE.
(edit) @5292   17 years vboxsync API change to allow VM to be created with predefined UUID.
(edit) @5291   17 years vboxsync Fox memory leak when suppressing NAT ping to outside IP addresses.
(edit) @5290   17 years vboxsync FE/Qt: Updated Finnish and Traditional Chinese translations.
(edit) @5289   17 years vboxsync Never trigger a breakpoint in ring 0.
(edit) @5288   17 years vboxsync More verbose assertion
(edit) @5287   17 years vboxsync 2 more cpuid leaves for the centaur part. letting 0xc0000002 thru …
(edit) @5286   17 years vboxsync Missing relocations
(edit) @5285   17 years vboxsync deal with the centaur cpuid stuff.
(edit) @5284   17 years vboxsync Makefile.kmk -> Makefile.kup.
(edit) @5283   17 years vboxsync internal networking fixes.
(edit) @5282   17 years vboxsync FE/Qt: Use QUuid for UUIDs, not QString.
(edit) @5281   17 years vboxsync FE/Qt: Don't disable the Release Media action only because the name of …
(edit) @5280   17 years vboxsync don't show 100% on failure but clearly indicate that something failed.
(edit) @5279   17 years vboxsync Cap the VDI progress at 99% letting the main code do the final %.
(edit) @5278   17 years vboxsync Cap the VDI progress at 99% letting the main code do the final %.
(edit) @5277   17 years vboxsync Made it possible to clone old images (setting the UUID setting failed).
(edit) @5275   17 years vboxsync GVMMSTATS offsets intead of VM.
(edit) @5274   17 years vboxsync Call the right API, silly.
(edit) @5273   17 years vboxsync FE/Qt: Made the VM runtime warning/error message box suppressable.
(edit) @5272   17 years vboxsync Shutdown HGCM services before the VM is powered down.
(edit) @5271   17 years vboxsync Typo.
(edit) @5270   17 years vboxsync Fix typo.
(edit) @5269   17 years vboxsync Make the Register Dlg appears after the Selector && Console Dlgs.
(edit) @5268   17 years vboxsync FE/Qt: Updated Czech, French, Japanese, Korean, Portuguese (Brazil), …
(edit) @5267   17 years vboxsync Mark the NAT ping message text as translatable.
(edit) @5266   17 years vboxsync Show a warning message when the guest tries to send a ping packet that …
(edit) @5264   17 years vboxsync Quit unconditionally on a guru meditation.
(edit) @5263   17 years vboxsync drop the whole bootchk bit if it's not supposed to be used.
(edit) @5262   17 years vboxsync env->pVM has the right type.
(edit) @5261   17 years vboxsync Wrong boundary check causes us to miss certain instruction updates.
(edit) @5260   17 years vboxsync Enable own VBoxConsoleWnd::setMask() function for all win platforms …
(edit) @5259   17 years vboxsync Small fix for file open parameter translation from Linux guest shared …
(edit) @5258   17 years vboxsync Rewrote the shared folder create file function on the host to …
(edit) @5257   17 years vboxsync less magic
(edit) @5254   17 years vboxsync Reset ring-0 stats too (untested).
(edit) @5253   17 years vboxsync Added a -reset option to the vmstatistics command.
(edit) @5252   17 years vboxsync Added a pattern argument to the IMachineDebugger ResetStats and …
(edit) @5251   17 years vboxsync more noise.
(edit) @5250   17 years vboxsync strlen->size_t + RTCritSectLeaveMultiple(unsigned,) => noise. fixed.
(edit) @5249   17 years vboxsync Make guru meditation work. At this point rc2 cannot be …
(edit) @5248   17 years vboxsync Debug builds now need strcmp. Knut, please revise.
(edit) @5247   17 years vboxsync 2410: VBoxSVC crash when CD/DVD image removed (deregistered) from …
(edit) @5246   17 years vboxsync German nls update, removed obsolete strings
(edit) @5245   17 years vboxsync install VirtualBoxAPI.chm on Linux as well
(edit) @5244   17 years vboxsync Some more tuning wheels and nobs.
(edit) @5243   17 years vboxsync FE/Qt: Resynchronized all translation files with the sources (because …
(edit) @5242   17 years vboxsync FE/Qt: Don't forget to enclose human readable strings in tr()!!!
(edit) @5241   17 years vboxsync FE/Qt: Russian translation: better terms for Start and Reset.
(edit) @5240   17 years vboxsync GCFGM mock-up.
(edit) @5238   17 years vboxsync Linux host keyboard: ignore more than two keyboard symbols, as using …
(edit) @5237   17 years vboxsync FE/Qt: Increased the initial size of the main Selector window to have …
(edit) @5236   17 years vboxsync Main: Differencing hard disks belonging to a snapshot could be …
(edit) @5235   17 years vboxsync Main: Fixed another r24978 regression: Don't de-associate hard disks …
(edit) @5234   17 years vboxsync improve kernel version check
(edit) @5233   17 years vboxsync Added a request for resetting GVMM stats. not hooked up to STAM yet.
(edit) @5232   17 years vboxsync Reapplied [25153].
(edit) @5231   17 years vboxsync Export the multiple release event semaphores.
(edit) @5230   17 years vboxsync Added r0drv/nt/semeventmulti-r0drv-nt.cpp.
(edit) @5229   17 years vboxsync rtSemEventWait -> rtSemEventMultiWait.
(edit) @5228   17 years vboxsync use the right magic.
(edit) @5227   17 years vboxsync semaphore-r0drv-lnx.c split.
(edit) @5226   17 years vboxsync Added r0drv/linux/semeventmulti-r0drv-linux.c
(edit) @5225   17 years vboxsync semaphore-r0drv-lnx.c split.
(edit) @5224   17 years vboxsync oops.
(edit) @5223   17 years vboxsync Split up r0drv/nt/semaphore-r0drv-nt.cpp.
(edit) @5222   17 years vboxsync Split up r0drv/nt/semaphore-r0drv-nt.cpp.
(edit) @5221   17 years vboxsync Fixed the 64-bit build.
(edit) @5220   17 years vboxsync Backed out [25153] as the multiple event APIs are missing on linux and …
(edit) @5219   17 years vboxsync HaltEvent -> HaltEventMulti
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