Replace all uses of strerror() by ovs_strerror(), for thread safety.
[sliver-openvswitch.git] / vswitchd / system-stats.c
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...