NetBSD/libexec/lfs_cleanerd
perseant d5e76bbac2 Don't hold every segment that is being cleaned in memory in its entirety;
instead, if the segment doesn't have many live blocks, copy them to a
more appropriately sized chunk of memory and release the original.

This should prevent the cleaner from distending itself when cleaning many
segments with only one or two live blocks each, as when using the "-b" option.
2000-11-11 22:40:13 +00:00
..
clean.h
cleanerd.c Don't hold every segment that is being cleaned in memory in its entirety; 2000-11-11 22:40:13 +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
misc.c
print.c