ovs-thread: Make caller provide thread name when creating a thread.
[sliver-openvswitch.git] / vswitchd / system-stats.c
2014-04-28 Ben Pfaffovs-thread: Make caller provide thread name when creati...
2014-03-17 Gurucharan Shettysystem-stats: Port for Windows.
2014-03-05 Ben PfaffUse __linux__ instead of LINUX_DATAPATH in C code.
2013-12-10 Joe Stringerlib: Refactor gathering CPU core count
2013-11-15 Ben PfaffSwitch from sscanf() to ovs_scan() throughout the tree.
2013-08-20 Ben PfaffUse "error-checking" mutexes in place of other kinds...
2013-08-09 Alex Wangclang: Pass objects, not their addresses, to thread...
2013-07-31 Ethan Jacksonclang: Add annotations for thread safety check.
2013-07-18 Ben Pfaffsystem-stats: Move into separate thread.
2013-07-12 Ben Pfaffsystem-stats: Remove worker process support.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-05-03 Ben Pfaffsystem-stats: Use getmntent_r() for thread-safety.
2013-04-22 YAMAMOTO Takashibe compilable even when _SC_PHYS_PAGES is not available
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-10-09 Ethan Jacksonconfig: Add explicit support for building on ESX.
2012-07-18 Ben Pfaffsystem-stats: Run as part of worker process.
2012-07-18 Ben Pfaffsystem-stats: Use "smap" instead of "shash".
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2011-11-01 Edward Tomasz Napi... Fix build on FreeBSD.
2011-03-13 Justin Pettitsystem-stats: Don't bother calling kill() after read_pi...
2010-11-30 Ben PfaffMake installation directories overridable at runtime.
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-09-23 Ben Pfaffovs-vswitchd: Export system stats through Open_vSwitch...