VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12477   16 years vboxsync BIOS: add SCSI driver which is not finished yet and disabled
(edit) @12476   16 years vboxsync BusLogic: Complete the device part.
(edit) @12474   16 years vboxsync Better fix for not working VMDK's with SATA, a missing define in the …
(edit) @12468   16 years vboxsync VBOX_WITH_MORE_THAN_4GB config variable
(edit) @12467   16 years vboxsync Failures because rc is not reset. (#3175)
(edit) @12463   16 years vboxsync Return error in case of failure…
(edit) @12431   16 years vboxsync DevACPI: r=bird: C++ is ring-3 only. class names are not all …
(edit) @12428   16 years vboxsync more SMP work
(edit) @12425   16 years vboxsync DevSerial: reverted accidental commit (r36492).
(edit) @12423   16 years vboxsync IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
(edit) @12409   16 years vboxsync Fixed VMMDev reset problem: a HGCM related variable was not cleared.
(edit) @12384   16 years vboxsync DrvHostSerial: review.
(edit) @12381   16 years vboxsync DrvHostSerial: Open a new descriptor for reading the device to get …
(edit) @12380   16 years vboxsync DrvHostSerial: darwin hacking.
(edit) @12368   16 years vboxsync Storage/VBoxHDD-new: mark VDBackendInfo as in need of cleanup. Comment …
(edit) @12367   16 years vboxsync Storage/VMDK: disable paranoid size check because there are vmdks out …
(edit) @12365   16 years vboxsync VBoxHDD-new: rainy day @todo.
(edit) @12363   16 years vboxsync DrvHostSerial: polling back to 1 sec.
(edit) @12362   16 years vboxsync typo
(edit) @12361   16 years vboxsync DrvHostSerial: volatile vars and atomic set/get is required on the …
(edit) @12355   16 years vboxsync build fix.
(edit) @12354   16 years vboxsync build fix.
(edit) @12353   16 years vboxsync Storage/VMDK: negated condition broke sparse vmdk files
(edit) @12352   16 years vboxsync Host serial: fix compile error
(edit) @12351   16 years vboxsync Host serial: Fix a bug which could cause a thread to exit after …
(edit) @12349   16 years vboxsync DrvHostSerial: darwin fix.
(edit) @12348   16 years vboxsync DrvHostSerial: build fixes.
(edit) @12347   16 years vboxsync DrvHostSerial: poll is busted on darwin/x86, so use select for the …
(edit) @12343   16 years vboxsync VBoxHDD-new: Use RTDirReadEx to get type of the entry and use …
(edit) @12334   16 years vboxsync DrvHostSerial: darwin fix.
(edit) @12329   16 years vboxsync additional checks
(edit) @12328   16 years vboxsync fixed VDBackendInfo() for plugins
(edit) @12325   16 years vboxsync DrvHostSerial: Ported to darwin (untested).
(edit) @12311   16 years vboxsync further work on SMP BIOS tables (some ACPI code still TBD)
(edit) @12306   16 years vboxsync Storage/VMDK: make it understand the really odd vmdk variant used by …
(edit) @12304   16 years vboxsync VHD: fix non booting guests because of the wrong order we check for …
(edit) @12300   16 years vboxsync Devices and VMM: cosmetics: removed full stops at the end of …
(edit) @12298   16 years vboxsync Devices/testcase/Makefile: Fixed VBOX_DEVICES_TEST_OUT_DIR again.
(edit) @12294   16 years vboxsync conditional compilation of guest SMP related stuff (disabled by …
(edit) @12278   16 years vboxsync Devices/VMMDev: send a guest event too when the absolute mode mouse …
(edit) @12274   16 years vboxsync Graphics/BIOS: Fixed missing directory prereq.
(edit) @12273   16 years vboxsync Devices/testcase: typo.
(edit) @12269   16 years vboxsync PC/BIOS/Maekfile: fixed typo.
(edit) @12268   16 years vboxsync Devices/Makefiles: PATH_TARGET elimination, push up to root …
(edit) @12239   16 years vboxsync BIOS: Disabled the above 4GB memory change. This depends on PGM (and …
(edit) @12236   16 years vboxsync - fixed wrong comment
(edit) @12233   16 years vboxsync Support for more than 4G RAM in guest, may not really work, but …
(edit) @12188   16 years vboxsync BusLogic: Implement a simple SCSI access interface for the BIOS which …
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @12143   16 years vboxsync disk: ixed a bunch of NULL pointer accesses
(edit) @12125   16 years vboxsync symbolic constants
(edit) @12116   16 years vboxsync export VHD format to OSE
(edit) @12110   16 years vboxsync Device/Makefile: Removed the PATH_LIB dependency hacks for …
(edit) @12095   16 years vboxsync fixed XPCOMIPC deps, other minor fixes
(edit) @12083   16 years vboxsync Do not wait for a guest event notification request.
(edit) @11989   16 years vboxsync All: fix typo in filemuncher and 2 wrong headers resulting from it
(edit) @11982   16 years vboxsync All: license header changes for 2.0 (OSE headers, add Sun GPL/LGPL …
(edit) @11919   16 years vboxsync Devices/Makefile: $(PATH_LIB)/dll.lib deps fixed in kBuild 1692 (or …
(edit) @11849   16 years vboxsync Merged VBOX_WITH_NETFLT_WINDOWS into VBOX_WITH_NETFLT. Made the GUIs, …
(edit) @11825   16 years vboxsync VBOX_WITH_VMI
(edit) @11822   16 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11821   16 years vboxsync build fix
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11819   16 years vboxsync disable VMI BIOS
(edit) @11814   16 years vboxsync Initial commit of the NetFlt driver for Windows
(edit) @11805   16 years vboxsync - rearranged SDK-only stuff in makefiles per Knut advise
(edit) @11794   16 years vboxsync SUP: SUPInit(ppSession=NULL, cbReserved=0) -> SUPR3Init(ppSession)
(edit) @11786   16 years vboxsync size_t -> int
(edit) @11781   16 years vboxsync VBoxHDD-new: Prepend library path to plugin name to fix plugin …
(edit) @11759   16 years vboxsync Tab removing
(edit) @11758   16 years vboxsync get rid of unused callbcaks
(edit) @11750   16 years vboxsync switch from NetBSD's bswap* to RT_BSWAP_* macros
(edit) @11741   16 years vboxsync NAT+BSD TCP/IP stack
(edit) @11734   16 years vboxsync Forgot one template. moved the LIBS.l4 prop into VBOXR3AUTOTST.
(edit) @11733   16 years vboxsync Made the automatic build tests no depend on VBoxRT.
(edit) @11731   16 years vboxsync #3076: More DYLD_FALLBACK_LIBRARY_PATH hacking.
(edit) @11730   16 years vboxsync #3076: DYLD_FALLBACK_LIBRARY_PATH instead of DYLD_LIBRARY_PATH.
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11721   16 years vboxsync - completly divorced SDK and binary, use 'kmk sdk' to build SDK
(edit) @11684   16 years vboxsync testcast/tstIntNet-1: ICMP ping testcase. Currently just uses fixed …
(edit) @11633   16 years vboxsync vbe.c: comments.
(edit) @11628   16 years vboxsync logging fix
(edit) @11590   16 years vboxsync DrvTAPOs2: drop the obsolete comment/assertion.
(edit) @11582   16 years vboxsync Storage/ATA: increment counter for errors reported to the release log …
(edit) @11565   16 years vboxsync Workaround for bug(s) in the Ubuntu splash screen instruction emulator
(edit) @11556   16 years vboxsync BusLogic: updates, Linux guests are working and R0/GC components are …
(edit) @11538   16 years vboxsync pcnet: Rearranged the giant frame detection, adding the VLAN EtherType …
(edit) @11536   16 years vboxsync Allow ring 0 logging from the VGA BIOS
(edit) @11502   16 years vboxsync BusLogic SCSI: update, stub for generic SCSI request parsing and …
(edit) @11484   16 years vboxsync Storage/VBoxHDD-new: Add information about configuration settings …
(edit) @11470   16 years vboxsync testcase/tstIntNet-1: fixed swapped dst and src mac while printing …
(edit) @11459   16 years vboxsync Storage/DrvVD: warning fix
(edit) @11451   16 years vboxsync Host Serial: Hardware independent way of wking up the status line …
(edit) @11448   16 years vboxsync DrvTAP: Increased buffer sizes to 16384 in Windows and OS/2. Increased …
(edit) @11444   16 years vboxsync Storage/VBoxHDD-new: introduced VD interfaces per image and per …
(edit) @11437   16 years vboxsync PCNet build fix.
(edit) @11436   16 years vboxsync PCNet: Added check of incoming frame size. Frames over 1514 bytes …
(edit) @11435   16 years vboxsync Storage: big cleanup of the VD interfaces, especially hide the linked …
(edit) @11428   16 years vboxsync BIOS: handle empty DMI strings
(edit) @11421   16 years vboxsync Storage/VBoxHDD-new: Added backend info, listing the supported file …
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