CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/21 04:52:48
Modified files:
usr.bin/tmux : client.c server.c
Log message:
lockf is entirely useless and it was a mistake to change to it, go back
to using flock which actually works sensibly. Also always retry the lock
to fix a potential race, and add some extra logging.
