VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6996   17 years vboxsync Check for VBOX_WITH_PDM_LOCK.
(edit) @6987   17 years vboxsync VDI / VMDK: Added RTFILE_O_NOT_CONTENT_INDEXED for disk image creation.
(edit) @6977   17 years vboxsync VBOX_WITH_E1000
(edit) @6960   17 years vboxsync Fixed too aggressive checking of LCHS geometry values. Triggered an …
(edit) @6941   17 years vboxsync Removed ASYNCSTATE. Set EventOutOfSpace to NIL after destruction.
(edit) @6931   17 years vboxsync Converted the TAP async thread to a PDMDrvThread
(edit) @6919   17 years vboxsync Solaris: USBProxyDevice-stub.
(edit) @6915   17 years vboxsync Pass mapping sizes in uint32_t instead of size_t to avoid warnings. …
(edit) @6891   17 years vboxsync cosmetics.
(edit) @6890   17 years vboxsync cosmetics.
(edit) @6889   17 years vboxsync better fix for r28020
(edit) @6888   17 years vboxsync fixed r28020
(edit) @6882   17 years vboxsync Update Makefile.kmk
(edit) @6879   17 years vboxsync BIOS: fix booting from more than 4 drives
(edit) @6877   17 years vboxsync floppy: fixed error message if the floppy device cannot be found
(edit) @6876   17 years vboxsync DMI: made size consistent, removed double size check, fix error message
(edit) @6873   17 years vboxsync r=bird: Don't permit buffer overflows by long DMI strings in CFGM. …
(edit) @6871   17 years vboxsync allow to overwrite the DMI info
(edit) @6870   17 years vboxsync Make the BIOS booting from any attached disk.
(edit) @6864   17 years vboxsync VBoxHDD-new: The size argument of RTDirRead must be initialized if not …
(edit) @6852   17 years vboxsync FE/SDL: use feedback from the guest to decide if we need to switch off …
(edit) @6833   17 years vboxsync pcnet: typo
(edit) @6761   17 years vboxsync Devices/Network: Made NAT networking work on OS/2 hosts.
(edit) @6735   17 years vboxsync Move RTLdrClose inside the if so that it is only called if RTLdrLoad …
(edit) @6678   17 years vboxsync fix L4 build of tstVDI
(edit) @6677   17 years vboxsync forward port from 1.5: build vditool for Linux if BUILD_TYPE=l4
(edit) @6661   17 years vboxsync typo
(edit) @6655   17 years vboxsync Typo fix.
(edit) @6652   17 years vboxsync prelimiary network statistics (to be improved)
(edit) @6628   17 years vboxsync OSE
(edit) @6609   17 years vboxsync ATA: BytesRead + BytesWritten are needed for the statistics window
(edit) @6598   17 years vboxsync fixed Windows build
(edit) @6597   17 years vboxsync SB16 taken from qemu
(edit) @6548   17 years vboxsync header.
(edit) @6521   17 years vboxsync audio: fixed mixing of 8 bit unsigned; 32-bit updates from qemu
(edit) @6481   17 years vboxsync vdi: when creating a fixed-size image, check for available space …
(edit) @6472   17 years vboxsync vdi: fill fixed-size images with zeros during creation
(edit) @6471   17 years vboxsync dsoundaudio: small update from qemu (32 bit)
(edit) @6468   17 years vboxsync Use $(LIB_DDU) instead of VBoxDDU$(VBOX_SUFF...).
(edit) @6374   17 years vboxsync Squash a few evil TAB characters which have crept in.
(edit) @6373   17 years vboxsync AHCI: make NCQ with the old interface work. (the first read from the …
(edit) @6363   17 years vboxsync Fix compatibility issues with VDIs being used both by VBox version …
(edit) @6352   17 years vboxsync Update testcase
(edit) @6339   17 years vboxsync Chop off cylinders above 1024 when deducing geometry from partition …
(edit) @6338   17 years vboxsync Log statement fix.
(edit) @6335   17 years vboxsync Turn failed LCHS geometry change into a release log, avoid asserting.
(edit) @6331   17 years vboxsync cosmetics
(edit) @6330   17 years vboxsync OSE
(edit) @6328   17 years vboxsync Fix incorrect assertion for HDD prefix.
(edit) @6326   17 years vboxsync Better size_t formatting fix.
(edit) @6325   17 years vboxsync Fix a couple of wrong assertions and treat size_t variables correctly …
(edit) @6324   17 years vboxsync Undo accidental VD driver rename, broke VMDK/VHD completely.
(edit) @6322   17 years vboxsync Added code to optionally load system and/or network ROM from external …
(edit) @6321   17 years vboxsync Extended logging a bit.
(edit) @6320   17 years vboxsync Corrected log message, added assertion.
(edit) @6318   17 years vboxsync PDMDevHlp*, cosmetics
(edit) @6314   17 years vboxsync Fix segmentation fault because of a NULL pointer
(edit) @6313   17 years vboxsync Integrate async drivers. Fix testcase
(edit) @6312   17 years vboxsync remove functions from PDMIMEDIAASYNC and PCMIBLOCKASYNC. PDMIMEDIA and …
(edit) @6309   17 years vboxsync Silly typo (wrong parameter ordering).
(edit) @6306   17 years vboxsync drats
(edit) @6305   17 years vboxsync accidently commit
(edit) @6304   17 years vboxsync %Vrc
(edit) @6302   17 years vboxsync left this for debugging
(edit) @6300   17 years vboxsync no "\n", ".", nor "!" at end of an error message
(edit) @6299   17 years vboxsync Remove some old devel code leftovers, and make sure the once set LCHS …
(edit) @6295   17 years vboxsync typos
(edit) @6294   17 years vboxsync Fixed last-minute BIOS bug caused by changing the CMOS CHS geometry …
(edit) @6292   17 years vboxsync Editing the type without ajdusting the curly brackets work with MS …
(edit) @6291   17 years vboxsync Big virtual disk changeset containing several modifications * remove …
(edit) @6285   17 years vboxsync (C) 2008
(edit) @6271   17 years vboxsync serial: fixed error handling; be a little bit more verbose on errors
(edit) @6268   17 years vboxsync AssertMsgFailed are NOP's in release builds
(edit) @6262   17 years vboxsync serial: respect return code of ioctl
(edit) @6260   17 years vboxsync VMMDev: changed IRQ logging from #ifdef DEBUG_sunlover to Log3, as it …
(edit) @6240   17 years vboxsync AHCI: Remove unused struct entries, rework session loading/saving and …
(edit) @6239   17 years vboxsync AHCI: Implement NCQ
(edit) @6234   17 years vboxsync pulseaudio: don't hang if there is no server available
(edit) @6228   17 years vboxsync Better error reporting
(edit) @6227   17 years vboxsync Allow R0/GCEnabled CFGM values.
(edit) @6226   17 years vboxsync Don't use doxgen comment markers to document code lines.
(edit) @6223   17 years vboxsync We can use poll instead of select and cleanups
(edit) @6222   17 years vboxsync Continue work on the parallel port device: 1. Removed the host device …
(edit) @6221   17 years vboxsync PDM async completion template creation wrapper third attempt
(edit) @6220   17 years vboxsync Update testcase
(edit) @6219   17 years vboxsync pcnet: don't crash if no driver is attached
(edit) @6218   17 years vboxsync pulse: hopefully fixed initialization once and for all
(edit) @6217   17 years vboxsync serial: don't overwrite VM errors from the driver
(edit) @6214   17 years vboxsync another race
(edit) @6213   17 years vboxsync fixed race during initialization of DrvNamedPipe
(edit) @6204   17 years vboxsync for now, the VHD backend is not OSE (yet)
(edit) @6203   17 years vboxsync Remove a forgoten RTMemFree. Trieying to free the static bakcend …
(edit) @6198   17 years vboxsync applied Alex' patch for correct handling of read-only disk images
(edit) @6196   17 years vboxsync Update header
(edit) @6195   17 years vboxsync Cleanup the plugin handler. The load function returns an static …
(edit) @6194   17 years vboxsync Adjust alignment
(edit) @6193   17 years vboxsync Clear MSR changed variable after reading lsr register to clear …
(edit) @6191   17 years vboxsync Add new element to testcase
(edit) @6189   17 years vboxsync Bump SSM version and fix compilation
(edit) @6188   17 years vboxsync Set interrupt if states changed
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