VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18769   16 years vboxsync Show F12 text white pixels only (save the background).
(edit) @18766   16 years vboxsync Storage/DrvVD: switch to runtime error signalling at the end of driver …
(edit) @18739   16 years vboxsync pcnet: another correction for the physwrite hack
(edit) @18732   16 years vboxsync NetIfList-* -> renamed to NetIf-*, tapinit_solaris.sh removed
(edit) @18728   16 years vboxsync New splash screen.
(edit) @18726   16 years vboxsync NAT: DNS proxy more logging
(edit) @18720   16 years vboxsync DevVGA: Count IOMMMIOMapMMIO2Page calls, fix signed/unsigned compare …
(edit) @18690   16 years vboxsync pcnet: typos
(edit) @18687   16 years vboxsync BIOS printf fix
(edit) @18678   16 years vboxsync Storage/iSCSI: fix one case where re-login failed, and also implement …
(edit) @18668   16 years vboxsync VBoxDev: Corrected LogRel statement.
(edit) @18663   16 years vboxsync Devices: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs.
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18622   16 years vboxsync e1000: Changed card ids for 82545EM to VMWare Network Adapter for …
(edit) @18606   16 years vboxsync slirp.c: leaks in get_dns_addr_domain (hope I fixed it right).
(edit) @18591   16 years vboxsync E1000: Added support for 82545EM (MT Server)
(edit) @18584   16 years vboxsync NAT: adding name domains improved. multibytes handling in IPRT style …
(edit) @18580   16 years vboxsync Merged bios_printf changes from bochs.
(edit) @18574   16 years vboxsync Merged safe changes from bochs; formatting and functionally equivalent …
(edit) @18573   16 years vboxsync PCNet: another workaround for #3775
(edit) @18567   16 years vboxsync Storage/VDI: add maximum size check when creating VDI files.
(edit) @18566   16 years vboxsync Storage/API/VBoxManage/...: add maximum size check to prevent creation …
(edit) @18557   16 years vboxsync Storage/VBoxHDD: drop 1024 cylinder LCHS paranoia. SCSI controllers …
(edit) @18507   16 years vboxsync ISCSIHDDCore.cpp: size_t warnings.
(edit) @18506   16 years vboxsync VDIHDDCore.cpp: size_t.
(edit) @18505   16 years vboxsync VmdkHDDCore.cpp: a bunch of size_t/unsigned mixups.
(edit) @18504   16 years vboxsync VHDHDDCore.cpp: On second thought, the code looks fine.
(edit) @18503   16 years vboxsync VHDHDDCore.cpp: r=bird: check @todo in VHD_PLATFORM_CODE_WI2R update …
(edit) @18498   16 years vboxsync DrvBlock.cpp: size_t
(edit) @18497   16 years vboxsync DevSB16.cpp: size_t warning (type mix).
(edit) @18459   16 years vboxsync SrvIntNetR0: size_t warnings.
(edit) @18457   16 years vboxsync tstIntNet-1: size_t warnings.
(edit) @18447   16 years vboxsync bootp.c: Unreferenced variable.
(edit) @18446   16 years vboxsync DrvHostDVD: even better fix.
(edit) @18445   16 years vboxsync DrvHostDVD: better fix.
(edit) @18444   16 years vboxsync DrvHostDVD: size_t again.
(edit) @18443   16 years vboxsync DrvNamedPipe: Fixed (?) undefined variable in odd error case in …
(edit) @18442   16 years vboxsync Pcap.cpp: MSC/64 warnings.
(edit) @18441   16 years vboxsync DrvIntNet.cpp: MSC/64 warnings.
(edit) @18440   16 years vboxsync oops.
(edit) @18439   16 years vboxsync DevE1000.cpp: One size_t and one bool conversion warning.
(edit) @18438   16 years vboxsync DevE1000Phy.cpp: Fixed MSC warning about converting 0x8000 to bool. …
(edit) @18437   16 years vboxsync DevPCNet.cpp: MSC/64 size_t warning.
(edit) @18436   16 years vboxsync DrvHostBase.cpp/h: Grumble. forgot about this bugger.
(edit) @18435   16 years vboxsync VMMDevHGCM.cpp: size_t warning.
(edit) @18434   16 years vboxsync pdmifs.h,DevATA,ATAController,DrvHostDVD: Changed the pcbBuf parameter …
(edit) @18419   16 years vboxsync slirp.c: Overlooked another bogus LogRel(("adding %s to DNS suffix …
(edit) @18418   16 years vboxsync quick fix for #3775
(edit) @18414   16 years vboxsync Fix for r45174 (make sure the timer does not stop)
(edit) @18391   16 years vboxsync OSE fix
(edit) @18383   16 years vboxsync PCNet: don't block if we can't enter the critical section from …
(edit) @18373   16 years vboxsync DevPcBios: comments.
(edit) @18348   16 years vboxsync LsiLogic, BusLogic: Add Led support
(edit) @18347   16 years vboxsync Storage/VMDK: fix reading certain VMDK files which have unusual …
(edit) @18331   16 years vboxsync Storage/VMDK: paranoia assertion
(edit) @18327   16 years vboxsync Main: fix VMDK image truncation with exports > 4 GB
(edit) @18324   16 years vboxsync BIOS: Make it possible to select SCSI disks on the boot screen
(edit) @18323   16 years vboxsync DHCP server/win: make it work again; NetFlt,Adp/win: IDC init polling
(edit) @18314   16 years vboxsync DrvIntNet.cpp: Forgot some DHCP stuff in the config value validation.
(edit) @18265   16 years vboxsync config file cleanup + small copyright year update
(edit) @18239   16 years vboxsync NAT: better wide character handling in DNS suffix resolving
(edit) @18232   16 years vboxsync IOMMMIOModifyPage -> IOMMMIOMapMMIO2Page.
(edit) @18231   16 years vboxsync DevVGA: IOMMMIOModifyPage should be working with the new phys code now.
(edit) @18228   16 years vboxsync vbox.dsl: Disabled changes from r44851.
(edit) @18226   16 years vboxsync get_dns_addr_domain: wcstombs can in theory return -1, so don't crash …
(edit) @18225   16 years vboxsync get_dns_addr_domain: wcstombs returns the size without counting the …
(edit) @18208   16 years vboxsync #3569: DHCP Server is now started from VBoxSVC and terminates with it.
(edit) @18193   16 years vboxsync ATA: Implement READ DVD STRUCTURE
(edit) @18179   16 years vboxsync Storage/VMDK: Make the descriptor bigger if it is unreasonably small …
(edit) @18151   16 years vboxsync ACPI: report RTC too
(edit) @18150   16 years vboxsync Storage/VBoxHDD: small cleanup in VDClose, don't assert on normal …
(edit) @18149   16 years vboxsync Storage/VMDK: fix flush on close without breaking the cleanup when …
(edit) @18143   16 years vboxsync VMM,Devices: Changed ROM registration and fixed some shadowed ROM …
(edit) @18141   16 years vboxsync Storage/VMDK: fix incorrect version being stored in VMDK header …
(edit) @18134   16 years vboxsync DrvVD: fix r44820 for the snapshot case
(edit) @18133   16 years vboxsync DevVGA: Temorarily disabled the IOMMMIOModifyPage stuff for the new …
(edit) @18127   16 years vboxsync DrvVD: fail if a VD image was forced to be opened in read-only mode
(edit) @18119   16 years vboxsync Storage/VHD: creating sparse files is a performance risk on some OSes
(edit) @18118   16 years vboxsync E1000: properly connect/disconnect if the link status changes
(edit) @18101   16 years vboxsync PDM,PGM,DevPcArch,types.h: Added GCPhys2CCPtr conversion methods to …
(edit) @18099   16 years vboxsync DHCP server: make it launched properly for internal networking
(edit) @18087   16 years vboxsync typo
(edit) @18086   16 years vboxsync DrvHostDVD: still issues with some older Linux kernels but 2.6.29+ …
(edit) @18068   16 years vboxsync remove tap for non-linux platforms
(edit) @18067   16 years vboxsync Storage/VMDK: fix crash when create failed (recent regression), …
(edit) @18066   16 years vboxsync Storage/Raw: fix crash when creating failed
(edit) @18061   16 years vboxsync typo
(edit) @18058   16 years vboxsync DrvHostDVD: fixed swab workaround for newer kernels
(edit) @18054   16 years vboxsync VHD: Add missing cast to 64bit type when updating the block bitmap in …
(edit) @18051   16 years vboxsync VHD: Add missing image type flags
(edit) @18039   16 years vboxsync dhcp win fix
(edit) @18023   16 years vboxsync Dhcp->DHCP
(edit) @18021   16 years vboxsync fixed DHCP parameters
(edit) @17995   16 years vboxsync warnings
(edit) @17970   16 years vboxsync API/HardDisk, Storage/VBoxHDD, Frontend/VBoxManage: eliminated base …
(edit) @17968   16 years vboxsync APIC: locking refined
(edit) @17966   16 years vboxsync dhcp svr working
(edit) @17961   16 years vboxsync dhcp config/launch fixes
(edit) @17958   16 years vboxsync warning
(edit) @17957   16 years vboxsync OSE fix
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