]> git.proxmox.com Git - mirror_ovs.git/history - lib/seq.c
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / lib / seq.c
2018-03-31 Ben Pfaffseq: Avoid some "possible leak" warnings from valgrind.
2017-11-03 Xiao Lianglib: Move lib/poll-loop.h to include/openvswitch
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-08 Flavio Leitnerdpif-netdev: Remove PMD latency on seq_mutex
2016-03-30 Ben Warrenlist: Rename all functions in list.h with ovs_ prefix.
2016-03-30 Ben Warrenlist: Remove lib/list.h completely.
2015-12-08 Jarno Rajahalmeseq: Add a coverage counter for seq_change.
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-05-22 Ben Pfaffseq: Attribute wakeups to seq_wait()'s caller, not...
2013-08-20 Ben PfaffUse "error-checking" mutexes in place of other kinds...
2013-08-16 Ben Pfaffseq: Initialize 'ovsthread_id' member of waiters in...
2013-08-12 Ben Pfaffseq: Add some comments.
2013-08-11 Ben Pfaffseq: New module for race-free, pollable, thread-safe...