|
|
@7780
|
17 years |
vboxsync |
Add function to query all available VD backends, together with their …
|
|
|
@7754
|
17 years |
vboxsync |
More info on this ataDestruct assertion.
|
|
|
@7690
|
17 years |
vboxsync |
Integrate contributed code to implement VDCopy function in VBoxHDD-new.
|
|
|
@7689
|
17 years |
vboxsync |
Integrate contributed code to rename a VDI file.
|
|
|
@7654
|
17 years |
vboxsync |
Implement raw file backend for VBoxHDD-new.
|
|
|
@7653
|
17 years |
vboxsync |
Fix senseless code in VMDK comment handling.
|
|
|
@7652
|
17 years |
vboxsync |
Tiny validity check and comment cleanup in new VDI implementation.
|
|
|
@7636
|
17 years |
vboxsync |
oops.
|
|
|
@7630
|
17 years |
vboxsync |
Keep hitting the assertion in the wait code. Attempt to improve this …
|
|
|
@7580
|
17 years |
vboxsync |
Fix error handling memory leak. And change incorrect macro naming.
|
|
|
@7576
|
17 years |
vboxsync |
File open cache (important for windows raw partition access), quoting …
|
|
|
@7575
|
17 years |
vboxsync |
eliminate tabs
|
|
|
@7281
|
17 years |
vboxsync |
Accept PCHS=0/0/0 when creating images. Will be fixed when the image …
|
|
|
@7277
|
17 years |
vboxsync |
Make the backend type a per-image property and get away from the per …
|
|
|
@7275
|
17 years |
vboxsync |
Silly bug in the new VDI creation code.
|
|
|
@7232
|
17 years |
vboxsync |
Get rid of the no longer needed hacky wait for the async I/O threads …
|
|
|
@7231
|
17 years |
vboxsync |
Fixed a couple of long-standing thinkos (one can't just add shift …
|
|
|
@7199
|
17 years |
vboxsync |
Fixed assorted nasty bugs introduced by the previous big cleanup. And …
|
|
|
@7161
|
17 years |
vboxsync |
typo
|
|
|
@7160
|
17 years |
vboxsync |
Hook up the new VDI backend to VBoxHDD-new.
|
|
|
@7159
|
17 years |
vboxsync |
Added VBoxHDD-new VDI backend. Untested, but harmless as the code …
|
|
|
@7158
|
17 years |
vboxsync |
Various size_t related 64bit cleanness fixes in the VDI code.
|
|
|
@7157
|
17 years |
vboxsync |
Make 100% sure the sector number won't ever overflow 32 bits.
|
|
|
@7156
|
17 years |
vboxsync |
Fixed broken build caused by non-standard compliant vcc header files.
|
|
|
@7155
|
17 years |
vboxsync |
Huge cleanup/error checking/logging improvement of the VMDK code. …
|
|
|
@7152
|
17 years |
vboxsync |
Preparations for implementing a VBoxHDD-new based VDI backend. Clean …
|
|
|
@7151
|
17 years |
vboxsync |
Increase the ATA async thread termination timeout to 5 seconds. …
|
|
|
@7107
|
17 years |
vboxsync |
cosmetics.
|
|
|
@7072
|
17 years |
vboxsync |
Make our devices use the RTGCPHYS32 type & backed out the alignment …
|
|
|
@7070
|
17 years |
vboxsync |
Fix open flag in raw partition vmdk creation.
|
|
|
@7060
|
17 years |
vboxsync |
Fix incorrect use of RTGCPHYS in DevATA. All this is 32bit only.
|
|
|
@7058
|
17 years |
vboxsync |
Added (disabled) instrumentation for measuring the time DMA writes to …
|
|
|
@7043
|
17 years |
vboxsync |
Realigning after RTGCPHYS change.
|
|
|
@6987
|
17 years |
vboxsync |
VDI / VMDK: Added RTFILE_O_NOT_CONTENT_INDEXED for disk image creation.
|
|
|
@6960
|
17 years |
vboxsync |
Fixed too aggressive checking of LCHS geometry values. Triggered an …
|
|
|
@6891
|
17 years |
vboxsync |
cosmetics.
|
|
|
@6889
|
17 years |
vboxsync |
better fix for r28020
|
|
|
@6888
|
17 years |
vboxsync |
fixed r28020
|
|
|
@6877
|
17 years |
vboxsync |
floppy: fixed error message if the floppy device cannot be found
|
|
|
@6864
|
17 years |
vboxsync |
VBoxHDD-new: The size argument of RTDirRead must be initialized if not …
|
|
|
@6735
|
17 years |
vboxsync |
Move RTLdrClose inside the if so that it is only called if RTLdrLoad …
|
|
|
@6678
|
17 years |
vboxsync |
fix L4 build of tstVDI
|
|
|
@6677
|
17 years |
vboxsync |
forward port from 1.5: build vditool for Linux if BUILD_TYPE=l4
|
|
|
@6609
|
17 years |
vboxsync |
ATA: BytesRead + BytesWritten are needed for the statistics window
|
|
|
@6481
|
17 years |
vboxsync |
vdi: when creating a fixed-size image, check for available space …
|
|
|
@6472
|
17 years |
vboxsync |
vdi: fill fixed-size images with zeros during creation
|
|
|
@6468
|
17 years |
vboxsync |
Use $(LIB_DDU) instead of VBoxDDU$(VBOX_SUFF...).
|
|
|
@6374
|
17 years |
vboxsync |
Squash a few evil TAB characters which have crept in.
|
|
|
@6363
|
17 years |
vboxsync |
Fix compatibility issues with VDIs being used both by VBox version …
|
|
|
@6331
|
17 years |
vboxsync |
cosmetics
|
|
|
@6330
|
17 years |
vboxsync |
OSE
|
|
|
@6328
|
17 years |
vboxsync |
Fix incorrect assertion for HDD prefix.
|
|
|
@6326
|
17 years |
vboxsync |
Better size_t formatting fix.
|
|
|
@6325
|
17 years |
vboxsync |
Fix a couple of wrong assertions and treat size_t variables correctly …
|
|
|
@6324
|
17 years |
vboxsync |
Undo accidental VD driver rename, broke VMDK/VHD completely.
|
|
|
@6318
|
17 years |
vboxsync |
PDMDevHlp*, cosmetics
|
|
|
@6314
|
17 years |
vboxsync |
Fix segmentation fault because of a NULL pointer
|
|
|
@6312
|
17 years |
vboxsync |
remove functions from PDMIMEDIAASYNC and PCMIBLOCKASYNC. PDMIMEDIA and …
|
|
|
@6295
|
17 years |
vboxsync |
typos
|
|
|
@6292
|
17 years |
vboxsync |
Editing the type without ajdusting the curly brackets work with MS …
|
|
|
@6291
|
17 years |
vboxsync |
Big virtual disk changeset containing several modifications
* remove …
|
|
|
@6285
|
17 years |
vboxsync |
(C) 2008
|
|
|
@6239
|
17 years |
vboxsync |
AHCI: Implement NCQ
|
|
|
@6204
|
17 years |
vboxsync |
for now, the VHD backend is not OSE (yet)
|
|
|
@6203
|
17 years |
vboxsync |
Remove a forgoten RTMemFree. Trieying to free the static bakcend …
|
|
|
@6198
|
17 years |
vboxsync |
applied Alex' patch for correct handling of read-only disk images
|
|
|
@6196
|
17 years |
vboxsync |
Update header
|
|
|
@6195
|
17 years |
vboxsync |
Cleanup the plugin handler. The load function returns an static …
|
|
|
@6173
|
17 years |
vboxsync |
Add rudimentary VHD support
|
|
|
@6153
|
17 years |
vboxsync |
fixed inverted write protect flag of the host floppy drive
|
|
|
@6062
|
17 years |
vboxsync |
ATA: Fix status value for EXECUTE DEVICE DIAGNOSTICS command, should …
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5942
|
17 years |
vboxsync |
Remove incorrect trailing dots in the error messages.
|
|
|
@5894
|
17 years |
vboxsync |
Started solaris raw HDD support (untested, disabled).
|
|
|
@5703
|
17 years |
vboxsync |
Solaris setuid wrapper, in progress.
|
|
|
@5699
|
17 years |
vboxsync |
Fixed environment parameter for RTProcCreate and a problem with trying …
|
|
|
@5645
|
17 years |
vboxsync |
ATA: On VERR_FILE_TOO_BIG clearly state that this relates the virtual …
|
|
|
@5605
|
17 years |
vboxsync |
BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
|
|
|
@5496
|
17 years |
vboxsync |
todo
|
|
|
@5482
|
17 years |
vboxsync |
Excessive ()
|
|
|
@5472
|
17 years |
vboxsync |
Comment typo.
|
|
|
@5438
|
17 years |
vboxsync |
Fix SuSE 9.1 install regression.
|
|
|
@5364
|
17 years |
vboxsync |
fixed alignment.
|
|
|
@5361
|
17 years |
vboxsync |
Added option to emulate PIIX4 IDE controller. Defaults to PIIX4 for …
|
|
|
@5277
|
17 years |
vboxsync |
Made it possible to clone old images (setting the UUID setting failed).
|
|
|
@5215
|
17 years |
vboxsync |
names
|
|
|
@5214
|
17 years |
vboxsync |
typo
|
|
|
@5212
|
17 years |
vboxsync |
Solaris.
|
|
|
@5184
|
17 years |
vboxsync |
Solaris.
|
|
|
@5157
|
17 years |
vboxsync |
Fix VBoxSVC crash
|
|
|
@5126
|
17 years |
vboxsync |
Solaris
|
|
|
@5102
|
17 years |
vboxsync |
commit forgotten file
|
|
|
@5101
|
17 years |
vboxsync |
Introduce a new harddisk object which supports virtual harddisk …
|
|
|
@5085
|
17 years |
vboxsync |
fedora8 build fix
|
|
|
@4798
|
17 years |
vboxsync |
fixed annoying debug assertion.
|
|
|
@4787
|
17 years |
vboxsync |
Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
|
|
|
@4778
|
17 years |
vboxsync |
Stricter pointer types
|
|
|
@4742
|
17 years |
vboxsync |
vditool: convert argv[] to Utf8 before calling internal functions
|
|
|
@4718
|
17 years |
vboxsync |
Real fix for the IDE device crash when huge blocks are read from CD. …
|
|
|
@4706
|
17 years |
vboxsync |
Fix incorrect setting of buffer end index if huge ATAPI transfers are …
|
|
|