VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4774   17 years vboxsync Forced LF (Unix) EOL for common SED and ACPI scripts mode to make it …
(edit) @4752   17 years vboxsync eol
(edit) @4749   17 years vboxsync eol style
(edit) @4748   17 years vboxsync linestyle native
(edit) @4742   17 years vboxsync vditool: convert argv[] to Utf8 before calling internal functions
(edit) @4718   17 years vboxsync Real fix for the IDE device crash when huge blocks are read from CD. …
(edit) @4712   17 years vboxsync Implemented 8-bit DAC support. The VESA BIOS could aready turn it on …
(edit) @4706   17 years vboxsync Fix incorrect setting of buffer end index if huge ATAPI transfers are …
(edit) @4682   17 years vboxsync Fixed video modes 4 and 5. Address calculations weren't taking word …
(edit) @4670   17 years vboxsync Eliminated one MMPhysGCPhys2HCVirt user.
(edit) @4661   17 years vboxsync Use poll for the host serial port driver to reduce cpu useage.
(edit) @4643   17 years vboxsync A couple of fixes.
(edit) @4642   17 years vboxsync Compilable TAP driver for OS/2.
(edit) @4641   17 years vboxsync a review todo
(edit) @4640   17 years vboxsync warning
(edit) @4639   17 years vboxsync warning
(edit) @4625   17 years vboxsync Forgot this USE_PDMTHREAD usage.
(edit) @4624   17 years vboxsync The USE_PDMTHREAD stuff seems to work fine, dropped the old code.
(edit) @4623   17 years vboxsync file header
(edit) @4622   17 years vboxsync FreeBSD if_pcn fixes: - pci subsystem id and subsystem vendor id BCR …
(edit) @4611   17 years vboxsync Updates
(edit) @4607   17 years vboxsync Correction
(edit) @4605   17 years vboxsync Round up
(edit) @4602   17 years vboxsync Formatting
(edit) @4599   17 years vboxsync More logging
(edit) @4565   17 years vboxsync GC phys to HC virt shortcut no longer allowed.
(edit) @4561   17 years vboxsync Try to minimize gc to hc ptr conversion abuse.
(edit) @4540   17 years vboxsync Implemented notification for guest about an active VRDP connection.
(edit) @4539   17 years vboxsync Modified double-scan and non-zero starting row scan count handling. …
(edit) @4533   17 years vboxsync Cleaned up a bit
(edit) @4532   17 years vboxsync Memory balloon size change updates
(edit) @4525   17 years vboxsync F12 boot menu Floppy selection fixed.
(edit) @4524   17 years vboxsync Updates for guest statistics
(edit) @4523   17 years vboxsync do not build on OSE
(edit) @4522   17 years vboxsync Add StorageCraft Backup images as HDD format
(edit) @4521   17 years vboxsync Fixes for taking the address of a va_list parameter. (must make stack …
(edit) @4492   17 years vboxsync Continued Main-VMMDev work on memory ballooning.
(edit) @4491   17 years vboxsync OSE / darwin build fix.
(edit) @4485   17 years vboxsync Pass the VM's GUID to DevPcBIOS so that the GUID can be stored in …
(edit) @4449   17 years vboxsync marked the change.
(edit) @4442   17 years vboxsync size_t
(edit) @4431   17 years vboxsync another build fix
(edit) @4430   17 years vboxsync fixed build
(edit) @4429   17 years vboxsync proper implementation of the ram refresh bit in 61h (bit 4).
(edit) @4428   17 years vboxsync 15h 8600h is reading the wrong stack frame, this accounts for the …
(edit) @4422   17 years vboxsync Tamed the send thread using PDMThread.
(edit) @4406   17 years vboxsync touch tinderbox
(edit) @4392   17 years vboxsync Added VBOX_WITH_INTEL_PXE, currently disabled. Define it in …
(edit) @4391   17 years vboxsync Support booting from the Intel PXE ROM.
(edit) @4382   17 years vboxsync Extended the ROMRegister DevHlp interface to include a fShadow flag. …
(edit) @4372   17 years vboxsync Finally corrected the RTFileRead, RTFileReadAt, RTFileWrite and …
(edit) @4355   17 years vboxsync gcc warnings
(edit) @4333   17 years vboxsync IN_GC -> !IN_RING3
(edit) @4332   17 years vboxsync gcc warning
(edit) @4279   17 years vboxsync a special case for the ACPI index workaround (see r10335)
(edit) @4275   17 years vboxsync register host serial driver on Windows
(edit) @4254   17 years vboxsync Fixed the 64-bit build break (silly RTFileRead/Write mess (should've …
(edit) @4243   17 years vboxsync fail, don't break, if there is buffer data and we haven't got any buffer.
(edit) @4241   17 years vboxsync 64 bits build compile fix
(edit) @4238   17 years vboxsync Another compile fix
(edit) @4237   17 years vboxsync Compile fixes
(edit) @4236   17 years vboxsync Alexander Eichner: host serial device cleanup + added Windows host support
(edit) @4200   17 years vboxsync Extra assertion
(edit) @4196   17 years vboxsync Don't assert on MAC mismatch on SSMAFTER_DEBUG_IT.
(edit) @4195   17 years vboxsync Don't crash if there ain't no driver attached.
(edit) @4194   17 years vboxsync Don't crash if there ain't no driver attached.
(edit) @4193   17 years vboxsync SSMAFTER_DEBUG_IT hacks.
(edit) @4192   17 years vboxsync Don't crash on misconfiguration (missing buffer). Ignore missing …
(edit) @4182   17 years vboxsync Fixed a pagefault in the guest serial device on L4
(edit) @4151   17 years vboxsync Missing fallbacks for GC & R0 contexts
(edit) @4149   17 years vboxsync Ignore small packets (write LED)
(edit) @4148   17 years vboxsync Corrected style and docs of the PDMICHAR::pfnSetParameters method.
(edit) @4147   17 years vboxsync Corrected style and docs of the PDMICHAR::pfnSetParameters method.
(edit) @4144   17 years vboxsync Host serial port support for Linux by Alexander Eichner.
(edit) @4143   17 years vboxsync Contribution
(edit) @4142   17 years vboxsync Host serial port support for Linux by Alexander Eichner.
(edit) @4140   17 years vboxsync Write LED
(edit) @4102   17 years vboxsync Fixed critsect deadlock when ejecting a CD. Defect #2191.
(edit) @4088   17 years vboxsync opengl/parallel: proper credits to Alexander Eichner.
(edit) @4076   17 years vboxsync Two more manual license fixes.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4065   17 years vboxsync Workaround for a bug in certain guest additions.
(edit) @4053   17 years vboxsync Use the generic VBoxVideo interface in Windows guest video driver.
(edit) @4036   17 years vboxsync fixed casts
(edit) @4035   17 years vboxsync disabled status leds until I fix them
(edit) @4032   17 years vboxsync Implemented shared folder status light
(edit) @4027   17 years vboxsync Direct draw heap and miniport heap memory reservation for Windows …
(edit) @4017   17 years vboxsync Correct comment. By default IDE flush commands from the guest are ignored.
(edit) @4014   17 years vboxsync Use pdmdrv.h and pdmdev.h where appropirate.
(edit) @3953   17 years vboxsync removed ne2000 (unused since ages)
(edit) @3942   17 years vboxsync fixed detecting the CPU vendor (in DevAPIC) by introducing symbolic …
(edit) @3935   17 years vboxsync Fix the if nesting and condition for the geometry fix that hopefully …
(edit) @3932   17 years vboxsync Back out unsuccessful attempt. The BIOS asks the IDE device.
(edit) @3931   17 years vboxsync an L4 hack
(edit) @3930   17 years vboxsync Another attempt at fixing geometry problems with VMDK files.
(edit) @3912   17 years vboxsync SOLARIS -> RT_OS_SOLARIS
(edit) @3888   17 years vboxsync Solaris.
(edit) @3871   17 years vboxsync Noisy as well
(edit) @3870   17 years vboxsync Very noisy logging
(edit) @3855   17 years vboxsync Usb.
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