]> git.proxmox.com Git - mirror_ovs.git/history - vswitchd/system-stats.c
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / vswitchd / system-stats.c
2017-11-28 Bhanuprakash Bodireddysystem-stats: Include core number in the process stats.
2017-11-03 Xiao Lianglib: Move lib/poll-loop.h to include/openvswitch
2017-07-13 Bhanuprakash Bodireddyprocess: Consolidate process related APIs.
2017-04-15 Alin Serdeanuse portable getpagesize() in system-stats
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-05-23 Daniele Di Proiettoovs-thread: Do not quiesce in ovs_mutex_cond_wait().
2016-03-30 Ben WarrenMove lib/ofpbuf.h to include/openvswitch directory
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-09-15 Gurucharan Shettycompiler: Define NO_RETURN for MSVC.
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...