| Age | Commit message (Expand) | Author |
| 2003-12-17 | fix debug output. | yamt |
| 2003-09-19 | realloc pedannt | itojun |
| 2003-09-19 | realloc pedant | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-13 | use bounded string ops. check malloc failure. asprintf is easier than | itojun |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-03-02 | Let the cleaner use LFCNRECLAIM to help empty segments along, if it | perseant |
| 2003-02-25 | Make fs-specific fcntl macros take three arguments (approved wrstuden). | perseant |
| 2003-02-24 | Convert lfs_cleanerd over to use the new ioctl calls instead of the | perseant |
| 2003-02-17 | Add code to UBCify LFS. This is still behind "#ifdef LFS_UBC" for now | perseant |
| 2003-02-10 | Use int32_t for block adresses in segment summary structures. | fvdl |
| 2003-02-05 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-01-28 | make this build on alpha after daddr_t->64bit | mrg |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2002-12-15 | - fix memory leak. | yamt |
| 2002-12-15 | for -b, use ssize instead of segshift. | yamt |
| 2002-12-05 | fix a typo in previous. | yamt |
| 2002-11-29 | clean this up a bit. avoid annoying code duplication on opening files, | christos |
| 2002-11-24 | fix calculation bugs that prevents coalescing from working properly. | yamt |
| 2002-09-29 | Begin new sentences on new lines. | wiz |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path | lukem |
| 2002-06-14 | Note each type of failure in clean_inode and provide statistics on | perseant |
| 2002-06-14 | Don't try to coalesce files that have fewer than NDADDR blocks, due to | perseant |
| 2002-06-06 | update lfs_cleanerd manual page for new -c option | perseant |
| 2002-06-06 | First stab at file coalescing. When the cleaner detects that it might | perseant |
| 2002-05-03 | fix a reversed condition. | yamt |
| 2002-04-30 | Cast arg to long, and print with %ld, so that this compiles on some of | agc |
| 2002-04-30 | Correct my previous lfs_cleanerd commit so that it works properly on | perseant |
| 2002-04-29 | remove one of duplicated "bfree" from debug message. | yamt |
| 2002-04-29 | use errx instead of err in some places | yamt |
| 2002-04-26 | Fix error in how much memory needed to be allocated to check data cksum | perseant |
| 2002-01-15 | Whitespace nits, sort SEE ALSO. | wiz |
| 2002-01-11 | daemon(3) should be used prior to file descriptor setups. | itojun |
| 2001-11-21 | "than" instead of "then". | wiz |
| 2001-07-18 | fix printf format on alpha | perseant |
| 2001-07-18 | Handle segment 0 properly, if its offset is different from other segments | perseant |
| 2001-07-13 | Merge the short-lived perseant-lfsv2 branch into the trunk. | perseant |
| 2001-02-04 | remove redundant declarations. | christos |
| 2001-01-16 | avoid C sequence point issues warned about by development version of gcc. | cgd |
| 2001-01-10 | be more consistent about syslog usage. now it's more like: | lukem |
| 2001-01-09 | Don't qsort() by the segcreate field. Prevents potentially serious filesystem | joff |
| 2001-01-04 | use more standard %ll_ in favour of %q_ | lukem |
| 2000-11-23 | Don't "compress" segment data if we were using mmap instead of malloc/copy | perseant |
| 2000-11-22 | Check for ENOENT return from lfs_{bmapv,markv} and do the right thing with it, | perseant |
| 2000-11-13 | Try to prevent running more than one active cleaner on a filesystem at a time. | perseant |
| 2000-11-11 | Don't hold every segment that is being cleaned in memory in its entirety; | perseant |
| 2000-11-08 | in SEE also, xref newfs_lfs(8), sort entries and seperate by "," | hubertf |
| 2000-11-03 | Fix memory leak described in PR #11094 (patch from Jesse Off | perseant |
| 2000-09-09 | Various bug-fixes to LFS, to wit: | perseant |
| 2000-07-04 | cleaner changes corrseponding to kernel changes | perseant |