VirtualBox

source: vbox/trunk/src/VBox/Main/linux

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @20481   15 years vboxsync #3773: Detection of primary NIC for bridging in Linux.
(edit) @19433   16 years vboxsync #2957: Dynamic adding/removing host-only adapters via GUI/Main.
(edit) @19233   16 years vboxsync #2946 & #2954: Main API now supports dynamic adding/removing network …
(edit) @19094   16 years vboxsync gcc-4 fixes
(edit) @18926   16 years vboxsync Main: do not attempt to load older versions of libdbus
(edit) @18732   16 years vboxsync NetIfList-* -> renamed to NetIf-*, tapinit_solaris.sh removed
(edit) @18018   16 years vboxsync Made the name check for vboxnetN adapters more strict.
(edit) @17929   16 years vboxsync Main: enabled -Wunused; fixed some warnings
(edit) @17834   16 years vboxsync Fix for listing Linux hostonly adapters.
(edit) @17443   16 years vboxsync #3656: Moved IP config function stubs from solaris, darwin and linux …
(edit) @17419   16 years vboxsync VBoxManage interface to hostonly if basis
(edit) @17358   16 years vboxsync Main: ip setter API adjustment, implementation for win
(edit) @17275   16 years vboxsync networking API renaming
(edit) @16968   16 years vboxsync burn fix
(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) @16251   16 years vboxsync HostNetIf API: Fixed UUID generation for host network interfaces on Linux.
(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) @16006   16 years vboxsync Main: attempt to fix symbol conflicts with dynamically loaded libdbus-1
(edit) @15936   16 years vboxsync Changed the way linux network interfaces are enumerated so the …
(edit) @15776   16 years vboxsync Linux 2.6.28 hack
(edit) @15658   16 years vboxsync #3282: More reliable /proc/net/if_inet6 handling.
(edit) @15548   16 years vboxsync fixed file headers
(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) @15464   16 years vboxsync #3282: Linux build fix.
(edit) @15463   16 years vboxsync #3282 HostNetIf API: 64-bit Linux tested. Enabled HostNetIf API by …
(edit) @15462   16 years vboxsync #3282 HostNetIf API: 32-bit Linux is operational.
(edit) @15442   16 years vboxsync #3282 HostNetIf API: updated common part, added draft implementation …
(edit) @15401   16 years vboxsync Main: added USB to HostHardwareLinux.cpp
(edit) @15372   16 years vboxsync #3282: HostNetIf API implementation for Darwin. Common part revised. …
(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
(edit) @14991   16 years vboxsync Main: rework the Linux host drive code to use libdbus-1 directly …
(edit) @12546   16 years vboxsync PerfAPI: Improved Linux collector
(edit) @12400   16 years vboxsync PerfAPI: Improved Win collector. More realistic performance test. No …
(edit) @11498   16 years vboxsync PerfAPI: Moved linux implementation of CPU/MHz to CollectorHAL since …
(edit) @11483   16 years vboxsync PerfAPI: RTCPUID usage fix
(edit) @11478   16 years vboxsync PerfAPI: Linux implementation of CPU/MHz counter
(edit) @11386   16 years vboxsync PerfAPI: One more warning for long long unsigned int
(edit) @11385   16 years vboxsync PerfAPI: Fixed warnings in fscanf calls
(edit) @11180   16 years vboxsync PerfAPI: replaced unsigned long with ULONG to get rid of solaris …
(edit) @10938   16 years vboxsync Test case for collector HAL. Fixes for memory usage stats.
(edit) @10921   16 years vboxsync Replaced another occurrence of getpagesize()
(edit) @10919   16 years vboxsync replaced getpagesize() with PAGE_SIZE
(edit) @10882   16 years vboxsync Removed wrapper method for getpagesize()
(edit) @10881   16 years vboxsync Another attempt to fix missing getpagesize() in RHEL3
(edit) @10880   16 years vboxsync Fix for missing _SC_PAGESIZE
(edit) @10879   16 years vboxsync Fix for missing getpagesize()
(edit) @10878   16 years vboxsync PerfAPI: Linux implementation ready
(edit) @10872   16 years vboxsync why the heck did this compile?
(edit) @10868   16 years vboxsync PerfAPI: Windows collector re-worked to extract raw counters via WMI. …
(edit) @10754   16 years vboxsync Linux build fix.
(edit) @10753   16 years vboxsync Stubs for all platforms. Implementation of host CPU load and RAM usage …
(edit) @8768   17 years vboxsync while I'm at it - moving the non-linux stuff to xpcom.
(edit) @8569   17 years vboxsync AssertBreak -> AssertBreakStmt.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8132   17 years vboxsync more rebranding
(edit) @8012   17 years vboxsync Main: Better logging for XPCOM server duplicates (VBoxSVC).
(edit) @7964   17 years vboxsync Attempt at making OSE build again.
(edit) @7442   17 years vboxsync Main: Applied SATA changes from #2406. Increased XML settings version …
(edit) @7418   17 years vboxsync UCS-2 -> UTF-16.
(edit) @6828   17 years vboxsync warning.
(edit) @6827   17 years vboxsync warning.
(edit) @6826   17 years vboxsync Fixed the lingering VBoxSVC process on darwin. The daemonize fix for …
(edit) @6361   17 years vboxsync Fixed OS/2 build.
(edit) @6285   17 years vboxsync (C) 2008
(edit) @6173   17 years vboxsync Add rudimentary VHD support
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5688   17 years vboxsync Made the leopard happy.
(edit) @5546   17 years vboxsync Host DVD (Linux hosts): load libhal using the correct name
(edit) @5504   17 years vboxsync Main/Glue: Removed code outdated by r25693; Fixed memory leak …
(edit) @5501   17 years vboxsync Main/XPCOM: Sorted out the XPCOM glue library usage: the standalone …
(edit) @5368   17 years vboxsync Attempt to fix libhal cdrom and floppy detection
(edit) @5101   17 years vboxsync Introduce a new harddisk object which supports virtual harddisk …
(edit) @5061   17 years vboxsync Main: More logging.
(edit) @4475   17 years vboxsync Some adjustments to RTEnv and RTProcCreate. Should work on darwin now.
(edit) @4100   17 years vboxsync Hopefully fix problem with controlling tty (xtracker defect #2166). …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3950   17 years vboxsync Corrected the style in the new dbus and libhal code in Main
(edit) @3940   17 years vboxsync Export to OSE.
(edit) @3928   17 years vboxsync Main: Fixed casting of HostUSBDeviceFilter to USBDeviceFilter filter …
(edit) @3668   17 years vboxsync replace underscore symbols in Main/
(edit) @3652   17 years vboxsync Parallel port support. Contributed by: Alexander Eichner
(edit) @3494   17 years vboxsync added support for serial ports to Main and VBoxManage
(edit) @3388   17 years vboxsync Main: Properly daemonize VBoxSVC.exe on OS/2.
(edit) @3191   17 years vboxsync Main: Made it build on OS/2.
(edit) @3117   17 years vboxsync OSE is already stated by the version string
(edit) @3094   17 years vboxsync clearly state if we are running the OSE version
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
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