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
..
Makefile use CPPFLAGS instead of CFLAGS 1997-10-22 05:45:08 +00:00
clean.h If the child cleaner dies repeatedly without doing anything, give up. Uses 1999-11-09 20:33:37 +00:00
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
misc.c work around printf format warnings on alpha 1999-03-14 11:39:28 +00:00
print.c Take care of memory leaks 2000-01-18 08:02:30 +00:00