VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @424   18 years vboxsync Not ~15h.
(edit) @423   18 years vboxsync Made sure that the Linux kernel modules get the right major and minor …
(edit) @422   18 years vboxsync Assertion details.
(edit) @421   18 years vboxsync Stop GCC4 from being 'clever'.
(edit) @420   18 years vboxsync Don't trust the compiler to give us the right return address address …
(edit) @419   18 years vboxsync Removed the NO_SUPCALLR0VMM for AMD64 and added a hack to sqeeze AMD64 …
(edit) @418   18 years vboxsync swapgs on AMD64 entry.
(edit) @417   18 years vboxsync the thunks aren't needed.
(edit) @415   18 years vboxsync Fixing interrupt dispatching on amd64.
(edit) @414   18 years vboxsync Fixed a number of edx/rdx and ebx/rbx mixes. Fixed saving of host DRx …
(edit) @413   18 years vboxsync A frontend must not lock framebuffer on the thread that also does resizing.
(edit) @412   18 years vboxsync Reset the update event in proper place (similar to r17824, r17825).
(edit) @411   18 years vboxsync Additional Linux installer makefile fixes
(edit) @410   18 years vboxsync added missing include to unbreak module compilation
(edit) @409   18 years vboxsync added missing include to unbreak module compilation
(edit) @408   18 years vboxsync RTThreadSelf() -> RTThreadNativeSelf() for Ring-0.
(edit) @407   18 years vboxsync Another try…
(edit) @406   18 years vboxsync Fail the testcase if SUPCallVMMR0 fails.
(edit) @405   18 years vboxsync We're better off using the generic timer implementation on darwin. I …
(edit) @404   18 years vboxsync a shot at that apologetic gcc error on amd64…
(edit) @403   18 years vboxsync Need RTThreadWait in ring-0 too when using the generic timers, so …
(edit) @402   18 years vboxsync Added missing RTDECL so it'll compile cleanly in Ring-0 on NT where …
(edit) @400   18 years vboxsync fixed
(edit) @399   18 years vboxsync fixed
(edit) @398   18 years vboxsync oops.
(edit) @397   18 years vboxsync Completed most of VBOX_WITHOUT_IDT_PATCHING. (hope I didn't break …
(edit) @396   18 years vboxsync fixed 3 short jumps for nasm.
(edit) @395   18 years vboxsync Log allocation failures.
(edit) @394   18 years vboxsync Use the vm_map_wire mode as it appears to be kinder to heap consumption.
(edit) @393   18 years vboxsync Duh. my bug - a horrible memory leak.
(edit) @392   18 years vboxsync Added a process specifier to the APIs dealing with user addresses.
(edit) @391   18 years vboxsync .cpp -> .c
(edit) @390   18 years vboxsync iprt/process.h
(edit) @389   18 years vboxsync process-r0drv-linux.c needs building too..
(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.
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