dwmalone2008-09-25 14:27:00 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/lockflockf.1 lockf.c
Log:
SVN rev 183354 on 2008-09-25 14:27:00Z by dwmalone
MFC:
Lockf was exiting with status 1 if the command did not exit normally.
This i
dwmalone2008-09-25 14:24:07 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.bin/lockflockf.1 lockf.c
Log:
SVN rev 183353 on 2008-09-25 14:24:07Z by dwmalone
MFC:
Lockf was exiting with status 1 if the command did not exit normally.
This i
dwmalone2008-08-21 07:36:17 UTC
FreeBSD src repository
Modified files:
usr.bin/lockflockf.1 lockf.c
Log:
SVN rev 181960 on 2008-08-21 07:36:17Z by dwmalone
Lockf was exiting with status 1 if the command did not exit normally.
This is easy to confuse with the actual
csjp2007-11-03 15:31:38 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/lockflockf.1 lockf.c
Log:
MFC lockf.c revision 1.17
MFC lockf.1 revision 1.19
Revision ChangesPath
1.16.2.2 +14 -0 src/usr.bin/lockf/lockf.1
1.11.
csjp2007-10-20 15:07:57 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.bin/lockflockf.1 lockf.c
Log:
MFC lockf.c revision 1.17
MFC lockf.1 revision 1.19
Approved by:re (kensmith)
Revision ChangesPath
1.18.2.1 +13 -1
csjp2007-10-12 14:56:52 UTC
FreeBSD src repository
Modified files:
usr.bin/lockflockf.1 lockf.c
Log:
Revision 1.12 of lockf.c fixed a "thundering herd" scenario when the
lock experienced contention a number of processes would race to acquire
lock when it was relea