NetBSD/libexec/lfs_cleanerd
perseant 9683b76b99 Try to prevent running more than one active cleaner on a filesystem at a time.
Let lfs_cleanerd record its pid in /var/run like other daemons.  Make
mount_lfs not start another cleaner when updating the mount, unless it is
being upgraded from read-only to read-write; when downgrading to read-only,
kill the cleaner using the recorded pids.
2000-11-13 22:12:49 +00:00
..
clean.h
cleanerd.c Try to prevent running more than one active cleaner on a filesystem at a time. 2000-11-13 22:12:49 +00:00
lfs_cleanerd.8 in SEE also, xref newfs_lfs(8), sort entries and seperate by "," 2000-11-08 19:45:08 +00:00
library.c Fix memory leak described in PR #11094 (patch from Jesse Off 2000-11-03 17:52:55 +00:00
Makefile Try to prevent running more than one active cleaner on a filesystem at a time. 2000-11-13 22:12:49 +00:00
misc.c
print.c