VirtualBox

source: vbox/trunk/src/VBox/Main/linux/HostHardwareLinux.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31652   14 years vboxsync re-applied r64780
(edit) @31648   14 years vboxsync backed out r64780
(edit) @31644   14 years vboxsync Main/HostHardwareLinux: switch the stl vectors to a C implementation
(edit) @31581   14 years vboxsync Main/HostHardwareLinux: convert USB enumeration to C, first part
(edit) @31564   14 years vboxsync Main/HostHardwareLinux: removed all the unused hal/DBus stuff
(edit) @30659   14 years vboxsync Main/HostHardwareLinux: removed an assertion based on an incorrect …
(edit) @29352   15 years vboxsync Main/HostHardwareLinux: also check for changed permissions of USB …
(edit) @29085   15 years vboxsync OSE header fixes
(edit) @28886   15 years vboxsync Main/linux/USB: don't call close(-1)
(edit) @28882   15 years vboxsync Main/HostHardwareLinux: use inotify instead of FAM for USB hotplug …
(edit) @28847   15 years vboxsync Main/HostHardwareLinux: for now, use hal in preference to fam if …
(edit) @28824   15 years vboxsync FAM: fixed bogus tests leading to crashes on my FAM
(edit) @28811   15 years vboxsync SVC killer
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28783   15 years vboxsync Main/USBProxyService: check for errors which occur in wait
(edit) @28782   15 years vboxsync Main/HostHardwareLinux: fix a typo
(edit) @28781   15 years vboxsync Main/HostHardwareLinux: disable USB probing using hal/DBus by default
(edit) @28779   15 years vboxsync Main/HostHardwareLinux: cleanup
(edit) @28741   15 years vboxsync Main/HostHardwareLinux: introduce an ifdef for building USB with raw …
(edit) @28682   15 years vboxsync Main/HostHardwareLinux: reconnect to the FAM daemon if the connection …
(edit) @28616   15 years vboxsync Main/HostHardwareLinux: fix an assertion followed by a NULL-pointer …
(edit) @28576   15 years vboxsync Main: add support for polling for USB devices on Linux hosts without …
(edit) @28574   15 years vboxsync Main: add support for polling for USB devices on Linux hosts without …
(edit) @28553   15 years vboxsync Main: add support for polling for USB devices on Linux hosts without …
(edit) @28349   15 years vboxsync Main/HostHardwareLinux: generalised the VBoxMainHotplugWaiter class to …
(edit) @28315   15 years vboxsync Main/HostHardwareLinux: fix a burn when VBOX_WITH_DBUS is not defined
(edit) @28313   15 years vboxsync build fix
(edit) @28312   15 years vboxsync build fix
(edit) @28309   15 years vboxsync Main/HostHardwareLinux: added code for querying USB device information …
(edit) @26296   15 years vboxsync more warnings.
(edit) @26186   15 years vboxsync Main: coding style fixes
(edit) @25942   15 years vboxsync *: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
(edit) @25728   15 years vboxsync *: Use RTMSINTERVAL for timeouts.
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23855   15 years vboxsync VBox Runtime/D-Bus: Renamed loading function to RTDBusLoadLib().
(edit) @23848   15 years vboxsync Main/D-Bus: Moved to VBox Runtime.
(edit) @23845   15 years vboxsync VBoxClient/VBoxTray/VBgl: Reverted last check-ins to redo D-BUS movement.
(edit) @23819   15 years vboxsync VBoxClient:
(edit) @23563   15 years vboxsync Main/HostHardwareLinux: function descriptions and removed a header file
(edit) @23522   15 years vboxsync Main/HostHardwareLinux: more rewriting of the Linux host drive code, …
(edit) @23386   15 years vboxsync @note isn't for line commenting. (Doxygen will (IIRC) put in in the …
(edit) @23385   15 years vboxsync Main/HostHardwareLinux: test host floppy drives using an ioctl, not a …
(edit) @23382   15 years vboxsync Main/HostHardwareLinux: test host floppy drives using an ioctl, not a …
(edit) @23310   15 years vboxsync Main/HostHardwareLinux: use sysfs for querying host drives if hal is …
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21713   15 years vboxsync Main/HostHardwareLinux: always allow the environment variable to …
(edit) @21436   15 years vboxsync Main: make HostHardwareLinux use MiniString instead of std::string; …
(edit) @21432   15 years vboxsync Main: fix some exception handling
(edit) @19094   16 years vboxsync gcc-4 fixes
(edit) @17929   16 years vboxsync Main: enabled -Wunused; fixed some warnings
(edit) @16543   16 years vboxsync Main/HostHardwareLinux: assertions
(edit) @16528   16 years vboxsync Main/HostHardwareLinux: fixed some uncaught exceptions and added two …
(edit) @16363   16 years vboxsync Main/USBProxyServiceLinux: logging and fix a burn
(edit) @16327   16 years vboxsync Main/HostHardwareLinux: forgot two volatiles
(edit) @16178   16 years vboxsync Main/Linux: fixes and clean ups in the DBus code
(edit) @16137   16 years vboxsync Main: more Linux host USB enumeration adjustments
(edit) @16093   16 years vboxsync Main: try to get the USB enumeration right on RHEL5, again
(edit) @16068   16 years vboxsync Main: next attempt to get USB enumeration working on RHEL5
(edit) @16044   16 years vboxsync Main: attempt to support USB with sysfs on older Linux hosts
(edit) @15776   16 years vboxsync Linux 2.6.28 hack
(edit) @15468   16 years vboxsync Main/USB: code documentation
(edit) @15465   16 years vboxsync Main and Devices, USB: use hal, DBus and sysfs on Linux if usbfs is …
(edit) @15401   16 years vboxsync Main: added USB to HostHardwareLinux.cpp
(edit) @15058   16 years vboxsync Main: fix a burn
(edit) @15057   16 years vboxsync Main: load libdbus-1 dynamically on Linux hosts
(edit) @14992   16 years vboxsync Main: try to fix a DBus-related burn
(add) @14991   16 years vboxsync Main: rework the Linux host drive code to use libdbus-1 directly …
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