| Age | Commit message (Expand) | Author |
| 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 |
| 2000-07-03 | User-level changes corrseponding to my latest kernel changes. | perseant |
| 2000-06-21 | Make sure to segunmap segments on error in lfs_bmapv or lfs_markv. Prevents | perseant |
| 2000-01-18 | Take care of memory leaks | perseant |
| 1999-11-09 | If the child cleaner dies repeatedly without doing anything, give up. Uses | perseant |
| 1999-11-09 | Make datobyte do its arithmetic explicitly in 64 bits, so that segments | perseant |
| 1999-10-07 | Don't complain that we can't fstat the Ifile, if it's because the filesystem | perseant |
| 1999-09-30 | Remove extraneous colons and newlines from perror(3) arguments. | soren |
| 1999-08-25 | Remove partial-segment timestamp optimization from lfs_segmapv. If "time" | perseant |
| 1999-06-16 | Correct wrong conversion specifications in calls to syslog(3). | tron |
| 1999-06-15 | The cleaner now marks empty segments clean without having to read their | perseant |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-14 | work around egcs prints format warning on alpha | drochner |
| 1999-03-14 | work around printf format warnings on alpha | drochner |
| 1999-03-10 | Cleaner changes corresponding to in-kernel LFS changes. In particular, the | perseant |
| 1998-10-15 | Cast quad_t and off_t objects to (long long) for printing with %q. | ross |
| 1998-10-07 | PR/6248: Konrad Schroder: lfs_cleanerd could use syslog() for notices, | christos |
| 1998-10-07 | PR/6249: Konrad Schroder lfs_cleanerd uses wrong units when computing which | christos |
| 1998-10-07 | PR/6247: Konrad Schroder: lfs_cleanerd overflows char register counting live | christos |
| 1998-09-11 | type fixes, in part from PR#6032 | pk |
| 1998-08-10 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-05-22 | use correct getopt parameters, as per PR 5480 from Konrad Schroder <perseant@... | hubertf |
| 1998-04-01 | Need <time.h> for ctime() prototype. | kleink |
| 1998-04-01 | Need <time.h> for time() and ctime() prototypes. | kleink |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-02-20 | Fill in missing (default) mmap(2) flags. | mycroft |
| 1998-02-06 | macroize BSD, NetBSD, FreeBSD and misc cleanup | perry |
| 1997-10-22 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-20 | Fix usage of .Nm. | enami |
| 1997-10-20 | No need to decalre optind. | enami |
| 1997-10-08 | merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec. | mrg |
| 1997-10-08 | Compare a return value of getopt() against -1 instead of EOF. | enami |