freebsd-src/usr.bin/lockf
Kyle Evans 4c8b54f765 lockf: minor cosmetic cleanups, no functional change
Switch various flags from int -> bool.

kill(getpid(), foo) and raise(foo) are equivalent in this context, so
switch to the latter as a minor preference for readability.

Use proper signal fences instead of volatile for our SIGALRM handler.

Reviewed by:	kib (earlier version), des
Differential Revision:	https://reviews.freebsd.org/D51027
2025-07-10 12:54:20 -05:00
..
tests lockf: tests: add tests for the -p and -T features 2025-07-10 12:54:20 -05:00
lockf.1 lockf: add a -T option to terminate the child upon early abort 2025-07-10 12:54:20 -05:00
lockf.c lockf: minor cosmetic cleanups, no functional change 2025-07-10 12:54:20 -05:00
Makefile Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
Makefile.depend