VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @86495   4 years vboxsync VBoxSVC/HostPowerServiceLinux: Use RTThreadPoke on the notification …
(edit) @86383   4 years vboxsync Main: bugref:9224: Small fix in linux
(edit) @86138   4 years vboxsync Main: bugref:9224: Moved definition of the NVME_IOCTL_ID into cpp file …
(edit) @86137   4 years vboxsync Main: bugref:9224: Reverted fix for linux kernel less than 4.4
(edit) @86136   4 years vboxsync Main: bugref:9224: Fixed compilation error for linux kernel less than 4.4
(edit) @86135   4 years vboxsync Main: bugref:9224: Fixed possibe doxygen error
(edit) @86134   4 years vboxsync Main: bugref:9224: Added NVME drives enumeration on Linux. Fixed the …
(edit) @85932   4 years vboxsync Main/HostHardwareLinux.cpp: doxygen fix. bugref:9224
(edit) @85929   4 years vboxsync Main: bugref:9224: Main+VBoxManageDisk+doc part
(edit) @83794   5 years vboxsync Main: VC++ 14.1 adjustments. bugref:8489
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @77993   6 years vboxsync Main/HostDnsService: Some more cleanup and renaming.
(edit) @77984   6 years vboxsync Main/HostDnsService: Renaming and cleanup (no functional changes).
(edit) @77436   6 years vboxsync Main: Eradicate the use of BSTR in regular API code, there were leaks …
(edit) @76592   6 years vboxsync Main: Don't use Logging.h.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @74530   6 years vboxsync Main,Devices: Compile fixes (gcc 8.2.0-7).
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @68051   7 years vboxsync HostHardwareLinux.cpp: arch linux build fix (hope everyone has …
(edit) @68049   7 years vboxsync USBGetDevices.cpp: arch linux build fix (hope everyone has …
(edit) @68026   7 years vboxsync Main/NetIf (bugref:8915) Moved wireless detection from …
(edit) @67432   7 years vboxsync Main: Use RTNetPrefixToMaskIPv6() instead of incorrect ASMBitSetRange().
(edit) @65854   8 years vboxsync Main/USBProxyBackendUsbIp: Don't prevent VBoxSVC from starting when …
(edit) @65120   8 years vboxsync Main: doxygen fixes
(edit) @65088   8 years vboxsync Main: doxygen fixes
(edit) @64324   8 years vboxsync gcc 6.2 fix
(edit) @63677   8 years vboxsync shut up gcc for complaining about readdir_r() with glibc 2.24+
(edit) @63563   8 years vboxsync scm: cleaning up todos
(edit) @63378   8 years vboxsync Main: warnings (gcc)
(edit) @62485   8 years vboxsync (C) 2016
(edit) @62468   8 years vboxsync Main: scm
(edit) @62363   8 years vboxsync Main/VBoxSVC: enable -Wconversion plus a couple of fixes (all harmless)
(edit) @62343   8 years vboxsync Main: do not truncate uint16_t to uint8_t in …
(edit) @61423   9 years vboxsync USBProxyBackendLinux: initialize mhFile
(edit) @60744   9 years vboxsync Main/USBProxyBackend: Add flag for each backend indicating whether we …
(edit) @60742   9 years vboxsync Main/USBProxy{Service|Backend}: Rework interaction between thos two to …
(edit) @60373   9 years vboxsync Runtime/linux/sysfs.cpp: Convert RTLinuxSysFs* API to always use IPRT …
(edit) @60154   9 years vboxsync Main,USBLib: Promoted usbPurgeEncoding to USBLibPurgeEncoding as it …
(edit) @60153   9 years vboxsync USBGetDevices.cpp: Collected and #ifdef'ed the USBFS specific code.
(edit) @60150   9 years vboxsync USBGetDevices.cpp: fixes
(edit) @60149   9 years vboxsync USBGetDevices.cpp: fixes
(edit) @60148   9 years vboxsync USBGetDevices.cpp: removed dead suffix code.
(edit) @60147   9 years vboxsync USBGetDevices.cpp: prefix functions, doxygen brief style (short …
(edit) @60146   9 years vboxsync linux/USBGetDevices: made the linux specific deviceFree function …
(edit) @60145   9 years vboxsync USBGetDevices.cpp: Remove control chars from strings, replace tab with …
(edit) @60107   9 years vboxsync Main/USBProxyService: Save any additional USB device sources in the …
(edit) @60106   9 years vboxsync USBProxyBackendLinux: Hopefully fix crashes introduced with last commit
(edit) @60089   9 years vboxsync Main,VBoxManage: Add API to IHost for adding and removing USB device …
(edit) @60068   9 years vboxsync Revert r106058, incomplete conversion of USBProxyBackend to a COM …
(edit) @60067   9 years vboxsync Main: Add API to IHost for adding and removing USB device sources in …
(edit) @59960   9 years vboxsync Main/HostHardwareLinux: gcc6 warning
(edit) @59117   9 years vboxsync USB,Main: Rework USBProxyService. Split it into a USBProxyService and …
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58046   9 years vboxsync typo
(edit) @57653   9 years vboxsync Main/HostPowerLinux: fix a potential crash on exit, e.g. during debugging.
(edit) @57642   9 years vboxsync Main/linux: one more check if DBus is not available (should fix a …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56845   9 years vboxsync added test
(edit) @56030   10 years vboxsync postfix iterator => prefix iterator and stlSize => stlEmpty where …
(edit) @55769   10 years vboxsync Main: it++ => ++it
(edit) @55651   10 years vboxsync Main/HostPowerLinux: avoid gcc warning.
(edit) @55647   10 years vboxsync Main/HostPowerLinux: nicer code.
(edit) @55602   10 years vboxsync Main/Linux/HostPower: add DBus-based host suspend and resume notifications.
(edit) @55401   10 years vboxsync added a couple of missing Id headers
(edit) @54662   10 years vboxsync Main/HostDnsService: instead of keeping fragile state g/c notifyAll() …
(edit) @54051   10 years vboxsync nit
(edit) @53031   10 years vboxsync USB: Connecting the dots.
(edit) @52617   10 years vboxsync Main/src-server: missed header update.
(edit) @52615   10 years vboxsync Main/src-server: warnings.
(edit) @51093   11 years vboxsync Main: warning
(edit) @51092   11 years vboxsync 6813 src-client/MachineDebuggerImpl.cpp + various formatting changes
(edit) @50783   11 years vboxsync Main and Runtime/Linux: rip out all code for recursively walking /dev, …
(edit) @50263   11 years vboxsync Main/HostDnsService: - Generic part could be used with threading on …
(edit) @49960   11 years vboxsync 6813 stage 6 - Make use of server side API wrapper code in all interfaces
(edit) @49460   11 years vboxsync fixed burn
(edit) @49459   11 years vboxsync Main: fixed race
(edit) @49268   11 years vboxsync Main/HostDnsServiceLinux: Warning and spaces.
(edit) @49235   11 years vboxsync Main/HostDnsService: splits HostDnsService on "singleton" …
(edit) @49201   11 years vboxsync HostDnsServiceLinux.cpp: inotify based watcher for /etc/resolv.conf.
(edit) @48955   11 years vboxsync Main: Whitespace (including tabs!) and svn:keywords cleanups by scm.
(edit) @48424   11 years vboxsync Main: remove unnecessary includes
(edit) @48180   11 years vboxsync Devices/Network/tstIntNet-1: Use the default route interface for …
(edit) @48160   11 years vboxsync Main/src-server/PerformanceLinux: unused var.
(edit) @48128   11 years vboxsync Main/PerformanceLinux: don't resolve /dev/mapper symlinks
(edit) @48055   11 years vboxsync Main/Performance: fixed path to VBoxVolInfo
(edit) @48016   11 years vboxsync RT_STR_TUPLE
(edit) @48015   11 years vboxsync Main/PerformanceLinux: use RTLinuxSysFs* functions to access files in …
(edit) @48009   11 years vboxsync 1024 * 1024 => _1M
(edit) @47117   11 years vboxsync Main: RT_ZERO() / RTStrCopy()
(edit) @46345   12 years vboxsync Main/NetIf: Fixed socket leaks introduced in r83847 (#6345, #6788)
(edit) @46328   12 years vboxsync Main/PerformanceLinux: switch to the runtime function for determining …
(edit) @46326   12 years vboxsync RT_STR_TUPLE
(edit) @45367   12 years vboxsync Main: a couple of whitespace fixes
(edit) @45051   12 years vboxsync Main/Metrics: handle less common cases for FS to disk resolution (#6345)
(edit) @44742   12 years vboxsync Main/Metrics: Generic implentation of link state and stubs for line …
(edit) @44529   12 years vboxsync header (C) fixes
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