VirtualBox

source: vbox/trunk/src/VBox/Devices/Storage

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @6363   17 years vboxsync Fix compatibility issues with VDIs being used both by VBox version …
(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) @6318   17 years vboxsync PDMDevHlp*, cosmetics
(edit) @6314   17 years vboxsync Fix segmentation fault because of a NULL pointer
(edit) @6312   17 years vboxsync remove functions from PDMIMEDIAASYNC and PCMIBLOCKASYNC. PDMIMEDIA and …
(edit) @6295   17 years vboxsync typos
(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) @6239   17 years vboxsync AHCI: Implement NCQ
(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) @6173   17 years vboxsync Add rudimentary VHD support
(edit) @6153   17 years vboxsync fixed inverted write protect flag of the host floppy drive
(edit) @6062   17 years vboxsync ATA: Fix status value for EXECUTE DEVICE DIAGNOSTICS command, should …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5942   17 years vboxsync Remove incorrect trailing dots in the error messages.
(edit) @5894   17 years vboxsync Started solaris raw HDD support (untested, disabled).
(edit) @5703   17 years vboxsync Solaris setuid wrapper, in progress.
(edit) @5699   17 years vboxsync Fixed environment parameter for RTProcCreate and a problem with trying …
(edit) @5645   17 years vboxsync ATA: On VERR_FILE_TOO_BIG clearly state that this relates the virtual …
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5496   17 years vboxsync todo
(edit) @5482   17 years vboxsync Excessive ()
(edit) @5472   17 years vboxsync Comment typo.
(edit) @5438   17 years vboxsync Fix SuSE 9.1 install regression.
(edit) @5364   17 years vboxsync fixed alignment.
(edit) @5361   17 years vboxsync Added option to emulate PIIX4 IDE controller. Defaults to PIIX4 for …
(edit) @5277   17 years vboxsync Made it possible to clone old images (setting the UUID setting failed).
(edit) @5215   17 years vboxsync names
(edit) @5214   17 years vboxsync typo
(edit) @5212   17 years vboxsync Solaris.
(edit) @5184   17 years vboxsync Solaris.
(edit) @5157   17 years vboxsync Fix VBoxSVC crash
(edit) @5126   17 years vboxsync Solaris
(edit) @5102   17 years vboxsync commit forgotten file
(edit) @5101   17 years vboxsync Introduce a new harddisk object which supports virtual harddisk …
(edit) @5085   17 years vboxsync fedora8 build fix
(edit) @4798   17 years vboxsync fixed annoying debug assertion.
(edit) @4787   17 years vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4778   17 years vboxsync Stricter pointer types
(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) @4706   17 years vboxsync Fix incorrect setting of buffer end index if huge ATAPI transfers are …
(edit) @4640   17 years vboxsync warning
(edit) @4522   17 years vboxsync Add StorageCraft Backup images as HDD format
(edit) @4442   17 years vboxsync size_t
(edit) @4372   17 years vboxsync Finally corrected the RTFileRead, RTFileReadAt, RTFileWrite and …
(edit) @4355   17 years vboxsync gcc warnings
(edit) @4243   17 years vboxsync fail, don't break, if there is buffer data and we haven't got any buffer.
(edit) @4192   17 years vboxsync Don't crash on misconfiguration (missing buffer). Ignore missing …
(edit) @4102   17 years vboxsync Fixed critsect deadlock when ejecting a CD. Defect #2191.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(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) @3935   17 years vboxsync Fix the if nesting and condition for the geometry fix that hopefully …
(edit) @3835   17 years vboxsync Attempt to fix VMDK geometry problem.
(edit) @3779   17 years vboxsync Compile fix
(edit) @3717   17 years vboxsync Improve release logging for linux guests. They use idle immediate …
(edit) @3670   17 years vboxsync RT_OS_L4
(edit) @3666   17 years vboxsync replace underscore symbols in Devices/
(edit) @3647   17 years vboxsync don't depend on the deprecated vl_vbox.h header anymore
(edit) @3538   17 years vboxsync Force disabling of CD/DVD passthrough mode if host drive is not available.
(edit) @3310   18 years vboxsync don't flood the release log with messages about failed passthrough ATA …
(edit) @3211   18 years vboxsync typos
(edit) @3199   18 years vboxsync Ignore AttachFailError config in Block driver. Otherwise changing the …
(edit) @3167   18 years vboxsync use PDM helper functions
(edit) @3158   18 years vboxsync No else after return.
(edit) @3146   18 years vboxsync Emulate all weird aspects of the IRQ line multiplexing. No guest has …
(edit) @3114   18 years vboxsync Fix data type to avoid warnings.
(edit) @3113   18 years vboxsync Implement virtual paperclip (forced unmounting of media, currently …
(edit) @3081   18 years vboxsync warning
(edit) @2988   18 years vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2980   18 years vboxsync InnoTek -> innotek: actual code changes (headers follow).
(edit) @2945   18 years vboxsync Slight correction of release statistics: don't count the transfer of …
(edit) @2944   18 years vboxsync Release statistics for any combination of (ATA/ATAPI)/(DMA/PIO).
(edit) @2928   18 years vboxsync That code path is only reached for PIO in case, which doesn't generate …
(edit) @2900   18 years vboxsync Fixed fixed fix for Linux PIO reads. Tested Windows installs, worked fine.
(edit) @2876   18 years vboxsync Back out fixed fix again.
(edit) @2875   18 years vboxsync Fix delta calculation.
(edit) @2872   18 years vboxsync Fixed the Linux PIO read fix. Now it shouldn't hang Windows installs …
(edit) @2862   18 years vboxsync Back out Linux guest PIO read fix. Breaks Windows guest installs from CD.
(edit) @2842   18 years vboxsync Mark drive as ready immediately after a completed PIO read. This …
(edit) @2839   18 years vboxsync More release logging in relation to aborting of ATA commands.
(edit) @2833   18 years vboxsync New open flag for just getting the image information, suppressing …
(edit) @2829   18 years vboxsync Warnings fix.
(edit) @2826   18 years vboxsync Yield CPU on drive busy, even in guest context. This reduces the CPU …
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