#
09a7fe0a |
| 22-Nov-2023 |
Kyle Evans <kevans@FreeBSD.org> |
lockf: allow locking file descriptors
This is most useful inside a shell script, allowing one to lock just portions of a script rather than having to wrap the entire script in a lock.
PR: 262738 R
lockf: allow locking file descriptors
This is most useful inside a shell script, allowing one to lock just portions of a script rather than having to wrap the entire script in a lock.
PR: 262738 Reviewed by: 0mp, allanjude (both previous versions) Co-authored-by: Daniel O'Connor <darius@dons.net.au> Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D42718
show more ...
|
#
296a5a4d |
| 22-Nov-2023 |
Kyle Evans <kevans@FreeBSD.org> |
lockf: add some tests
Provide basic coverage for the existing options, nothing deeper (e.g., pipe closing behavior) is tested in this set.
Reviewed by: allanjude Feedback from: des Sponsored by: Kl
lockf: add some tests
Provide basic coverage for the existing options, nothing deeper (e.g., pipe closing behavior) is tested in this set.
Reviewed by: allanjude Feedback from: des Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D42714
show more ...
|