69814 | 10-Jun-1995 |
margo |
Fix cleaning criteria so that we clean soon enough on very tiny partitions. |
69669 | 24-May-1995 |
margo |
Check summary magic numbers and print them out. |
69668 | 24-May-1995 |
margo |
Add more statistics gathering in cleaner. Also, provide alternative cleaning parameters such as cleaning by number of active bytes instead of number of segments per invocation. |
69667 | 24-May-1995 |
margo |
Make changes so that the cleaner supports fragments. |
69256 | 04-May-1995 |
mckusick |
MOUNT types become names |
65737 | 13-Jan-1994 |
bostic |
the Sparc isn't handling structures passed to the kernel correctly change LFS routines that take fsid_t's to take fsid_t *'s. |
65103 | 11-Dec-1993 |
mckusick |
copyediting for Usenix manuals |
61606 | 05-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
61605 | 05-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1) |
61604 | 05-Jun-1993 |
bostic |
add a man page from Chris Demetrios |
61603 | 05-Jun-1993 |
bostic |
date and time created 93/06/05 13:50:17 by bostic |
61433 | 04-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
61417 | 04-Jun-1993 |
cgd |
if -d flag is not given, become a system daemon w/daemon() |
61416 | 04-Jun-1993 |
cgd |
if statfs fails when rereading, exit; fs is unmounted |
61378 | 04-Jun-1993 |
cgd |
have error function only print errno if it's nonzero |
61373 | 04-Jun-1993 |
cgd |
require an argument for hfs_cleanerd which specifies fs to clean. |
61371 | 04-Jun-1993 |
cgd |
require an argument for hfs_cleanerd which specifies fs to clean. |
60096 | 17-May-1993 |
bostic |
unsigned subtraction is never less than 0; bad assignment statements |
60095 | 17-May-1993 |
bostic |
lint, bcopy -> memmove |
59375 | 27-Apr-1993 |
bostic |
getloadavg(3) moves to libc, lfs_cleanerd no longer needs libutil or libkvm |
57201 | 18-Dec-1992 |
margo |
Pass flag around to indicate use of mmap instead of read. |
57200 | 18-Dec-1992 |
margo |
Add statistics, add flags to allow caller to specify use of mmap. catch signals to report errors. |
57199 | 18-Dec-1992 |
margo |
Pass flag argument to get_fs_info, mmap_segment, munmap_segment, and reread_fs_info to indicate use of mmap or not. |
56656 | 01-Nov-1992 |
bostic |
Add more information on printf when cleaner runs. |
56655 | 01-Nov-1992 |
bostic |
Verify that segment doesn't exceed maximum size. |