CVS commit: src/usr.bin/shlock

2021-04-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 17 00:02:19 UTC 2021 Modified Files: src/usr.bin/shlock: shlock.c Log Message: appease gcc-9 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/shlock/shlock.c Please note that diffs are not

CVS commit: src/usr.bin/shlock

2021-04-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 17 00:02:19 UTC 2021 Modified Files: src/usr.bin/shlock: shlock.c Log Message: appease gcc-9 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/shlock/shlock.c Please note that diffs are not

CVS commit: src/usr.bin/shlock

2021-04-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 16 22:41:12 UTC 2021 Modified Files: src/usr.bin/shlock: shlock.c Log Message: PR/56112: Justin Parrott: Don't unlink a lock file without locking it, because you can have races when multiple processes try to unlink it.

CVS commit: src/usr.bin/shlock

2021-04-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 16 22:41:12 UTC 2021 Modified Files: src/usr.bin/shlock: shlock.c Log Message: PR/56112: Justin Parrott: Don't unlink a lock file without locking it, because you can have races when multiple processes try to unlink it.

CVS commit: src/usr.bin/shlock

2012-11-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 2 16:47:42 UTC 2012 Modified Files: src/usr.bin/shlock: shlock.1 Log Message: cross reference flock(1) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.bin/shlock/shlock.1 Please note that diffs

CVS commit: src/usr.bin/shlock

2012-11-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 2 16:47:42 UTC 2012 Modified Files: src/usr.bin/shlock: shlock.1 Log Message: cross reference flock(1) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.bin/shlock/shlock.1 Please note that diffs

CVS commit: src/usr.bin/shlock

2011-09-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Sep 6 18:30:39 UTC 2011 Modified Files: src/usr.bin/shlock: shlock.c Log Message: Use pid_t directly. Apply static and __dead. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.bin/shlock/shlock.c

CVS commit: src/usr.bin/shlock

2011-09-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Sep 6 18:30:39 UTC 2011 Modified Files: src/usr.bin/shlock: shlock.c Log Message: Use pid_t directly. Apply static and __dead. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.bin/shlock/shlock.c