VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6313   17 years vboxsync Integrate async drivers. Fix testcase
(edit) @6312   17 years vboxsync remove functions from PDMIMEDIAASYNC and PCMIBLOCKASYNC. PDMIMEDIA and …
(edit) @6309   17 years vboxsync Silly typo (wrong parameter ordering).
(edit) @6306   17 years vboxsync drats
(edit) @6305   17 years vboxsync accidently commit
(edit) @6304   17 years vboxsync %Vrc
(edit) @6302   17 years vboxsync left this for debugging
(edit) @6300   17 years vboxsync no "\n", ".", nor "!" at end of an error message
(edit) @6299   17 years vboxsync Remove some old devel code leftovers, and make sure the once set LCHS …
(edit) @6295   17 years vboxsync typos
(edit) @6294   17 years vboxsync Fixed last-minute BIOS bug caused by changing the CMOS CHS geometry …
(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) @6271   17 years vboxsync serial: fixed error handling; be a little bit more verbose on errors
(edit) @6268   17 years vboxsync AssertMsgFailed are NOP's in release builds
(edit) @6262   17 years vboxsync serial: respect return code of ioctl
(edit) @6260   17 years vboxsync VMMDev: changed IRQ logging from #ifdef DEBUG_sunlover to Log3, as it …
(edit) @6240   17 years vboxsync AHCI: Remove unused struct entries, rework session loading/saving and …
(edit) @6239   17 years vboxsync AHCI: Implement NCQ
(edit) @6234   17 years vboxsync pulseaudio: don't hang if there is no server available
(edit) @6228   17 years vboxsync Better error reporting
(edit) @6227   17 years vboxsync Allow R0/GCEnabled CFGM values.
(edit) @6226   17 years vboxsync Don't use doxgen comment markers to document code lines.
(edit) @6223   17 years vboxsync We can use poll instead of select and cleanups
(edit) @6222   17 years vboxsync Continue work on the parallel port device: 1. Removed the host device …
(edit) @6221   17 years vboxsync PDM async completion template creation wrapper third attempt
(edit) @6220   17 years vboxsync Update testcase
(edit) @6219   17 years vboxsync pcnet: don't crash if no driver is attached
(edit) @6218   17 years vboxsync pulse: hopefully fixed initialization once and for all
(edit) @6217   17 years vboxsync serial: don't overwrite VM errors from the driver
(edit) @6214   17 years vboxsync another race
(edit) @6213   17 years vboxsync fixed race during initialization of DrvNamedPipe
(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) @6194   17 years vboxsync Adjust alignment
(edit) @6193   17 years vboxsync Clear MSR changed variable after reading lsr register to clear …
(edit) @6191   17 years vboxsync Add new element to testcase
(edit) @6189   17 years vboxsync Bump SSM version and fix compilation
(edit) @6188   17 years vboxsync Set interrupt if states changed
(edit) @6187   17 years vboxsync another one
(edit) @6186   17 years vboxsync stupid mistake
(edit) @6185   17 years vboxsync Add status line monitoring for windows hosts
(edit) @6173   17 years vboxsync Add rudimentary VHD support
(edit) @6160   17 years vboxsync VMM device: corrected a log statement which triggered a segfault
(edit) @6156   17 years vboxsync implemented the ACPI sleep button
(edit) @6153   17 years vboxsync fixed inverted write protect flag of the host floppy drive
(edit) @6140   17 years vboxsync Pass the VM name to the audio driver. PulseAudio will name the name of …
(edit) @6133   17 years vboxsync pulse: lock a little bit more
(edit) @6131   17 years vboxsync Make sure bool is bool.
(edit) @6127   17 years vboxsync export PulseAudio backend
(edit) @6120   17 years vboxsync fix crash if network card was not attached
(edit) @6117   17 years vboxsync audio: forgot this
(edit) @6115   17 years vboxsync Compiler fix
(edit) @6113   17 years vboxsync Integrate new drivers into Makefile.kmk. Disabled by default
(edit) @6105   17 years vboxsync typo
(edit) @6102   17 years vboxsync Implemented 8042 command E0h, read test inputs.
(edit) @6088   17 years vboxsync Compilation fix
(edit) @6087   17 years vboxsync Change Char interface according to the comments int hte header
(edit) @6082   17 years vboxsync GetNetworkParams is flagged as w2ksp1, so indicate that that's what …
(edit) @6077   17 years vboxsync pulse/alsa: resolve _all_ symbols during initialization, otherwise …
(edit) @6073   17 years vboxsync IBase isn't a pointer either (just happens to have the same size).
(edit) @6072   17 years vboxsync Fixed a couple of comments so doxygen don't add them to the function …
(edit) @6070   17 years vboxsync pulse: don't link against libpulse.so.0, load this lib at runtime instead
(edit) @6067   17 years vboxsync audio: on exit, shut down _every_ stream, not only the enabled onces
(edit) @6064   17 years vboxsync audio: call driver's fini function before forcing the NULL audio driver
(edit) @6062   17 years vboxsync ATA: Fix status value for EXECUTE DEVICE DIAGNOSTICS command, should …
(edit) @6061   17 years vboxsync Commented out 1600x1200 modes. Ubuntu fails too boot with them.
(edit) @6056   17 years vboxsync first version of a PulseAudio driver backend for Linux (still no pcm_in)
(edit) @6027   17 years vboxsync Reflect interface change in char driver
(edit) @6018   17 years vboxsync Fix compilation
(edit) @6016   17 years vboxsync First try to implement monitoring of status lines
(edit) @6001   17 years vboxsync Add configuration option to activate an IntNet interface early, before …
(edit) @6000   17 years vboxsync The Giant CDDL Dual-License Header Change, fixes.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5998   17 years vboxsync Fix incorrect file headers that make filemuncher.pl choke.
(edit) @5980   17 years vboxsync Fixed debug build.
(edit) @5977   17 years vboxsync Fixed incorrect disable, exported solaudio to OSE.
(edit) @5976   17 years vboxsync Removed the tests for KMK_USE_REDIRECT, KMK_USE_TEST, KMK_NEW_SED and …
(edit) @5960   17 years vboxsync Disabled incomplete solaudio for OSE.
(edit) @5943   17 years vboxsync Enabled raw harddisk support for Solaris.
(edit) @5942   17 years vboxsync Remove incorrect trailing dots in the error messages.
(edit) @5939   17 years vboxsync Move lwIP header include directories to correct place, and also …
(edit) @5936   17 years vboxsync Sol: Added hostif setup,term scripts to installer. Added copyright …
(edit) @5931   17 years vboxsync sol64 build fix.
(edit) @5913   17 years vboxsync gcc-4.3 warning
(edit) @5907   17 years vboxsync gcc-4.3 warning
(edit) @5905   17 years vboxsync gcc-4.3 found this bug
(edit) @5898   17 years vboxsync kBuild 0.1.2 preps: Avoid the shell at all costs because cygwin is …
(edit) @5894   17 years vboxsync Started solaris raw HDD support (untested, disabled).
(edit) @5849   17 years vboxsync New device: internal network IP stack, based on lwIP.
(edit) @5848   17 years vboxsync Fixed Tap setup script to use an active NIC not iprb0.
(edit) @5833   17 years vboxsync spaces.
(edit) @5832   17 years vboxsync Minor comment fix.
(edit) @5829   17 years vboxsync Added internal PHY skeleton and MDIC register handling.
(edit) @5768   17 years vboxsync
(edit) @5757   17 years vboxsync Added handler for unexpected HW interrupts. If one does occur for some …
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