VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @388   18 years vboxsync .cpp -> .c
(edit) @387   18 years vboxsync Use RTR0ProcHandleSelf / RTProcSelf. Implemented clientDied() cleanup …
(edit) @386   18 years vboxsync Free the last failure.
(edit) @385   18 years vboxsync RTProcSelf, RTR0ProcHandleSelf, RTR0PROCESS.
(edit) @384   18 years vboxsync early commit.
(edit) @383   18 years vboxsync added VDI compacting
(edit) @382   18 years vboxsync export to OSE again
(edit) @381   18 years vboxsync undo experiment
(edit) @380   18 years vboxsync export to OSE again
(edit) @379   18 years vboxsync removed from OSD (temporarily)
(edit) @378   18 years vboxsync client/provider stuff (not complete). And some bugfixes.
(edit) @377   18 years vboxsync vm_map_wire/vm_map_unwire (alternative that didn't make any difference …
(edit) @375   18 years vboxsync Fixed the kernel module makefiles for OpenSUSE's non-standard build system
(edit) @374   18 years vboxsync Fixed a couple of warnings in the Linux guest graphic driver
(edit) @370   18 years vboxsync FE/Qt: Icon update from Ivan (Consoel->VM, VDM).
(edit) @369   18 years vboxsync Lowered maximum number of invalid patch writes.
(edit) @368   18 years vboxsync FE/Qt: USB filters from templates: use the device name as the initial …
(edit) @367   18 years vboxsync Changed counting of patch page writes.
(edit) @366   18 years vboxsync made mixing of pcm_in work
(edit) @365   18 years vboxsync FE/Qt: Fixed: The USB device tooltip were not changed after moving the …
(edit) @364   18 years vboxsync FE/Qt: Added USB filter templates to the USB page of the VM Settings …
(edit) @363   18 years vboxsync FE/Qt: Moved highlight() from VBoxProblemReporter to VBoxGlobal.
(edit) @362   18 years vboxsync Main: Fixed GCC warning.
(edit) @361   18 years vboxsync Main: Corrected HardDisk error message text.
(edit) @360   18 years vboxsync Fixed the no polling code.
(edit) @359   18 years vboxsync Main: Updated IHardDisk::accessible docs.
(edit) @358   18 years vboxsync Main: Hard disk consistensy errors such as UUID mismatch are now also …
(edit) @357   18 years vboxsync Main: Added VirtualBoxSupportErrorInfoImpl::setErrorBstr() and …
(edit) @356   18 years vboxsync some more detailed LogRel about the reason why opening an OSS audio …
(edit) @355   18 years vboxsync activated soft volume mixing
(edit) @354   18 years vboxsync Short jump out of range for OS X.
(edit) @352   18 years vboxsync Linux installer tidy-ups
(edit) @351   18 years vboxsync Main: Fixed: HVirtualDiskImage::geAccessible() blocked all other …
(edit) @350   18 years vboxsync More installer script fixes
(edit) @349   18 years vboxsync Correction.
(edit) @348   18 years vboxsync Bumped SSM version
(edit) @347   18 years vboxsync Rewrote and simplified interrupt handler patching.
(edit) @345   18 years vboxsync made the Makefile compatible with (older) GNU make again to fix our …
(edit) @344   18 years vboxsync don't attempt building this on amd64 (needs some compiler config that …
(edit) @342   18 years vboxsync typo
(edit) @341   18 years vboxsync Allocate exec memory in the first 2GB on linux. (bit of a hack currently)
(edit) @339   18 years vboxsync Removed int3+ret blocking interrupt gate calls on Linux/GNU (amd64).
(edit) @338   18 years vboxsync CPUMSetGuestDR*() takes a RTGCUINTREG not a RTUINTREG.
(edit) @337   18 years vboxsync Can't push 64-bit labels.
(edit) @333   18 years vboxsync disabled VBOX_GUI_USE_QIMAGE for Linux release mode again (I …
(edit) @332   18 years vboxsync introduced PDMDevHlpGetVM()
(edit) @331   18 years vboxsync Bool and AMD64 hacking.
(edit) @330   18 years vboxsync unbroke OSE
(edit) @329   18 years vboxsync test
(edit) @327   18 years vboxsync export to OSE
(edit) @326   18 years vboxsync export to OSE
(edit) @325   18 years vboxsync forgot to export them
(edit) @324   18 years vboxsync Makefile.kmk -> Makefile.kup
(edit) @323   18 years vboxsync drop the default, there's just one other call.
(edit) @322   18 years vboxsync r=bird: some comments on the runtime error stuff.
(edit) @320   18 years vboxsync @todo on a potential bug.
(edit) @319   18 years vboxsync r=bird: do jmp_buf like in EMInternal.h with a padding union.
(edit) @318   18 years vboxsync rcGC
(edit) @317   18 years vboxsync r=bird: devhlp, please.
(edit) @316   18 years vboxsync I like the lists better this way.
(edit) @315   18 years vboxsync r=bird: int != u. Cnt == c.
(edit) @314   18 years vboxsync I use it.
(edit) @313   18 years vboxsync DECLINLINE doesn't work for C++ anylonger.
(edit) @309   18 years vboxsync DECLINLINE is supposed to be static of course.
(edit) @308   18 years vboxsync logging update
(edit) @307   18 years vboxsync Bump SSM version.
(edit) @306   18 years vboxsync Update
(edit) @304   18 years vboxsync Fixed a collection of bugs in capability reporting. Added 3 ATAPI …
(edit) @303   18 years vboxsync Completed physical monitoring of ring descriptor table. (disabled) …
(edit) @302   18 years vboxsync Handle iret to ring 0 code with IF cleared. Warning: possibly …
(edit) @301   18 years vboxsync Rewrote the additions installer and made it work with Slackware
(edit) @300   18 years vboxsync Another attempt to solve the VRDP initialization problem
(edit) @299   18 years vboxsync VRDP server must be started after the VM is created but before it is …
(edit) @298   18 years vboxsync Main: Fixed: [Host]USBDeviceFilter::manufaturer/product/serialNumber …
(edit) @296   18 years vboxsync use $(VBOX_VERSION)
(edit) @295   18 years vboxsync make inlines static
(edit) @294   18 years vboxsync Fixed warning
(edit) @291   18 years vboxsync compile fix
(edit) @290   18 years vboxsync compile fix
(edit) @289   18 years vboxsync AMD64 exec heap. (I wonder if this compiles...)
(edit) @288   18 years vboxsync debugged the heap.
(edit) @286   18 years vboxsync The VRDP server to be launched after the successful VM startup.
(edit) @285   18 years vboxsync wording
(edit) @284   18 years vboxsync FE/Qt: Added VRDP UI to the VM Settings dialog.
(edit) @283   18 years vboxsync more simple heap stuff.
(edit) @282   18 years vboxsync more simple heap stuff.
(edit) @281   18 years vboxsync FE/Qt: Fixes and enhancements to the USB device menus (tooltips, error …
(edit) @280   18 years vboxsync Reset the resize event in proper place. Also in the VBoxBFE.
(edit) @279   18 years vboxsync Reset the resize event in proper place.
(edit) @278   18 years vboxsync Disable single instruction emulation for iret. Makes no diference.
(edit) @277   18 years vboxsync Changed detection of pending guest interrupts & event in generated …
(edit) @276   18 years vboxsync Another update
(edit) @275   18 years vboxsync Update
(edit) @274   18 years vboxsync Update
(edit) @273   18 years vboxsync Update
(edit) @272   18 years vboxsync More stats
(edit) @271   18 years vboxsync More stats
(edit) @270   18 years vboxsync VINF_PATM_PENDING_IRQ_AFTER_IRET update
(edit) @269   18 years vboxsync Update
(edit) @268   18 years vboxsync PATM_ACTION_PENDING_IRQ_AFTER_IRET added
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