VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @14970   16 年 vboxsync Storage/testcase: fix lost "default=" message.
(edit) @14967   16 年 vboxsync #3162: Another attempt to introduce compose name and location …
(edit) @14960   16 年 vboxsync backed out r40315 as it breaks the tinderboxes
(edit) @14954   16 年 vboxsync #3162: Added pfnComposeLocation and pfnComposeName callbacks to …
(edit) @14928   16 年 vboxsync Storage/VD: Misplaced '\n'.
(edit) @14910   16 年 vboxsync Storage/VHD: comment change, documenting why the current code works …
(edit) @14855   16 年 vboxsync #3162: Fixed a newly introduced memory leak. Added VDShutdown() to …
(edit) @14852   16 年 vboxsync #3162: Plugin backends are now loaded upon startup, this should get …
(edit) @14831   16 年 vboxsync whole bunch: avoid runtime.h, include individual headers indead.
(edit) @14817   16 年 vboxsync tstVD.cpp: VBox/log.h, iprt/asm.h and *ALWAYS* call RTR3Init first in …
(edit) @14787   16 年 vboxsync Devices: Don't add vditool to PROGRAMS w/o adding the sources and the rest.
(edit) @14780   16 年 vboxsync VBoxHDD: simplify config handling. Treat everything as a string, and …
(edit) @14779   16 年 vboxsync Storage/testcase: move vditool to testcase subdirectory, as the first …
(edit) @14538   16 年 vboxsync DrvVD: fix internal networking IP stuff, not available in OSE.
(edit) @14535   16 年 vboxsync Device/Storage: fix rc update issue, causing failures for no reason.
(edit) @14534   16 年 vboxsync When unsupported CD-ROM sector read format is being logged, also log …
(edit) @14526   16 年 vboxsync Devices/Storage: iSCSI stuff, including bringing IntNet support back …
(edit) @14350   16 年 vboxsync Storage/VBoxHDD: don't use deprecated printf formatters
(edit) @14344   16 年 vboxsync Storage/VBoxHDD-new: Fix error handling in VDBackendInfo. Caused …
(edit) @14321   16 年 vboxsync Storage/VHD: Add todo for handling diff images (too complicated and …
(edit) @14303   16 年 vboxsync Corrected a couple of typos in comments. No code changes.
(edit) @14302   16 年 vboxsync Storage/VMDK: off by one, causing a crash getting the size of file data.
(edit) @14292   16 年 vboxsync Storage/VMDK: fix vmdkGetFileSize, copy/paste bug and incorrect …
(edit) @14281   16 年 vboxsync Storage/VMDK: Use AssertPtr whereever applicable
(edit) @14270   16 年 vboxsync VDI: compile fix
(edit) @14269   16 年 vboxsync Storage/VDI: slightly faster fix for the VDI read count update. Plus …
(edit) @14250   16 年 vboxsync Storage/VDI: when reading zero blocks, update the number of bytes …
(edit) @14062   16 年 vboxsync RTDirRead/RTDirReadEx: sizes are size_t not unsigned.
(edit) @13840   16 年 vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13837   16 年 vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 年 vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13835   16 年 vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13832   16 年 vboxsync IN_GC -> IN_RC.
(edit) @13782   16 年 vboxsync More SMP groundwork.
(edit) @13756   16 年 vboxsync Compile fixes for the VM request changes.
(edit) @13580   16 年 vboxsync Ported s2 branch (r37120:38456).
(edit) @13571   16 年 vboxsync VHD: Backout r38444. Caused another problem and #3263 will be fixed in …
(edit) @13568   16 年 vboxsync VHD: fix case of unaligned access to the image #3263
(edit) @13427   16 年 vboxsync #3230: Nearly forgot to commit VDI backend fixes for memory leaks.
(edit) @13340   16 年 vboxsync #3230: Memory leaks fixed in VHD backend
(edit) @13303   16 年 vboxsync Storage: Replace the assertions in the construction code with runtime …
(edit) @13295   16 年 vboxsync #3230: Fixed memory leaks in VMDK, tstVD and VBoxHDD-new.
(edit) @13268   16 年 vboxsync #3230: First bunch of integrated VMDK backend fixes by xVM Server …
(edit) @13223   16 年 vboxsync Device/Storage: Fix incorrect translation between image type enums. …
(edit) @13144   16 年 vboxsync #1865: Implmented the alternative R0 code for darwin (turned out to be …
(edit) @13080   16 年 vboxsync warnings
(edit) @13015   16 年 vboxsync mount/unmount notification unconditionally
(edit) @13010   16 年 vboxsync removed debug output
(edit) @13004   16 年 vboxsync ATA: implemented atapiGetEventStatusNotificationSS() for virtual ATAPI …
(edit) @12978   16 年 vboxsync PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
(edit) @12977   16 年 vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12969   16 年 vboxsync #1865: PDMINS.
(edit) @12933   16 年 vboxsync warnings
(edit) @12931   16 年 vboxsync warning
(edit) @12928   16 年 vboxsync warnings
(edit) @12927   16 年 vboxsync warnings
(edit) @12892   16 年 vboxsync AssertMsgRC
(edit) @12774   16 年 vboxsync Dereferencing null pointers considered harmful.
(edit) @12771   16 年 vboxsync Device/Storage: VDCopy needs to be able to write to the output file.
(edit) @12767   16 年 vboxsync attempt to fix Darwin passthrough
(edit) @12766   16 年 vboxsync ATA: disabled SCSI_GET_EVENT_STATUS_NOTIFICATION passthrough command …
(edit) @12765   16 年 vboxsync log the event status codes of passthrough CD/DVD-ROM drives
(edit) @12762   16 年 vboxsync VHD: fix bug which prevents to boot from images which are expanding …
(edit) @12740   16 年 vboxsync Don't overwrite SCSI_INQUIRY if passthrough is active. Otherwise …
(edit) @12739   16 年 vboxsync filter SCSI_READ_DVD_STRUCTURE errors from logging
(edit) @12727   16 年 vboxsync fixed passthrough on Windows hosts
(edit) @12653   16 年 vboxsync various files: doxygen fixes.
(edit) @12641   16 年 vboxsync VmdkHDDCore.cpp: file header.
(edit) @12639   16 年 vboxsync Storeage: misc file headers.
(edit) @12638   16 年 vboxsync RawHDDCore: file header.
(edit) @12637   16 年 vboxsync DrvVD: file header.
(edit) @12586   16 年 vboxsync DevATA: Added rainy day todo for MMR3HyperAllocOnceNoRel
(edit) @12552   16 年 vboxsync export
(edit) @12551   16 年 vboxsync be more verbose when logging ATA/SCSI commands
(edit) @12515   16 年 vboxsync unused
(edit) @12511   16 年 vboxsync Devices/Storage: type problem in solaris part of the dvd passthrough code
(edit) @12510   16 年 vboxsync Device/Storage: typo in windows part of the dvd passthrough code
(edit) @12508   16 年 vboxsync Device/Storage: fix CD/DVD media change problems in passthrough mode.
(edit) @12474   16 年 vboxsync Better fix for not working VMDK's with SATA, a missing define in the …
(edit) @12467   16 年 vboxsync Failures because rc is not reset. (#3175)
(edit) @12463   16 年 vboxsync Return error in case of failure…
(edit) @12423   16 年 vboxsync IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
(edit) @12368   16 年 vboxsync Storage/VBoxHDD-new: mark VDBackendInfo as in need of cleanup. Comment …
(edit) @12367   16 年 vboxsync Storage/VMDK: disable paranoid size check because there are vmdks out …
(edit) @12365   16 年 vboxsync VBoxHDD-new: rainy day @todo.
(edit) @12353   16 年 vboxsync Storage/VMDK: negated condition broke sparse vmdk files
(edit) @12343   16 年 vboxsync VBoxHDD-new: Use RTDirReadEx to get type of the entry and use …
(edit) @12329   16 年 vboxsync additional checks
(edit) @12328   16 年 vboxsync fixed VDBackendInfo() for plugins
(edit) @12306   16 年 vboxsync Storage/VMDK: make it understand the really odd vmdk variant used by …
(edit) @12304   16 年 vboxsync VHD: fix non booting guests because of the wrong order we check for …
(edit) @12268   16 年 vboxsync Devices/Makefiles: PATH_TARGET elimination, push up to root …
(edit) @12170   16 年 vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @12143   16 年 vboxsync disk: ixed a bunch of NULL pointer accesses
(edit) @12125   16 年 vboxsync symbolic constants
(edit) @12116   16 年 vboxsync export VHD format to OSE
(edit) @11781   16 年 vboxsync VBoxHDD-new: Prepend library path to plugin name to fix plugin …
(edit) @11582   16 年 vboxsync Storage/ATA: increment counter for errors reported to the release log …
(edit) @11484   16 年 vboxsync Storage/VBoxHDD-new: Add information about configuration settings …
(edit) @11459   16 年 vboxsync Storage/DrvVD: warning fix
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette