aboutsummaryrefslogtreecommitdiff
path: root/lib/lockfile.c
AgeCommit message (Expand)Author
2013-09-27Remove unused variables and functions.Jarno Rajahalme
2013-07-30clang: Add annotations for thread safety check.Ethan Jackson
2013-07-22lockfile: Make thread-safe.Ben Pfaff
2013-06-28Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff
2013-06-05lockfile: Remove calls to time_disable_restart()/time_enable_restart().Ben Pfaff
2012-08-31lockfile: Log more helpful message when locking fails due to a conflict.Ben Pfaff
2012-08-09lockfile: Remove lockfile_lock timeout argumentLeo Alterman
2012-08-01lockfile: Be more forgiving about lockfiles for symlinks.Ben Pfaff
2012-08-01lockfile: Fix hang locking through a dangling symlink.Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2011-05-13lockfile: Don't warn if successful lock takes a little time.Ben Pfaff
2010-11-30coverage: Make the coverage counters catalog program-specific.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-10-01Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-03-08lockfile: Occasionally log a warning when waiting for a lockfile.Ben Pfaff
2009-12-02Merge "master" branch into "db".Ben Pfaff
2009-10-29Implement library for lockfiles and use it in cfg code.Ben Pfaff