summaryrefslogtreecommitdiff
path: root/libexec/lfs_cleanerd
AgeCommit message (Expand)Author
2002-01-15Whitespace nits, sort SEE ALSO.wiz
2002-01-11daemon(3) should be used prior to file descriptor setups.itojun
2001-11-21"than" instead of "then".wiz
2001-07-18fix printf format on alphaperseant
2001-07-18Handle segment 0 properly, if its offset is different from other segmentsperseant
2001-07-13Merge the short-lived perseant-lfsv2 branch into the trunk.perseant
2001-02-04remove redundant declarations.christos
2001-01-16avoid C sequence point issues warned about by development version of gcc.cgd
2001-01-10be more consistent about syslog usage. now it's more like:lukem
2001-01-09Don't qsort() by the segcreate field. Prevents potentially serious filesystemjoff
2001-01-04use more standard %ll_ in favour of %q_lukem
2000-11-23Don't "compress" segment data if we were using mmap instead of malloc/copyperseant
2000-11-22Check for ENOENT return from lfs_{bmapv,markv} and do the right thing with it,perseant
2000-11-13Try to prevent running more than one active cleaner on a filesystem at a time.perseant
2000-11-11Don't hold every segment that is being cleaned in memory in its entirety;perseant
2000-11-08in SEE also, xref newfs_lfs(8), sort entries and seperate by ","hubertf
2000-11-03Fix memory leak described in PR #11094 (patch from Jesse Offperseant
2000-09-09Various bug-fixes to LFS, to wit:perseant
2000-07-04cleaner changes corrseponding to kernel changesperseant
2000-07-03User-level changes corrseponding to my latest kernel changes.perseant
2000-06-21Make sure to segunmap segments on error in lfs_bmapv or lfs_markv. Preventsperseant
2000-01-18Take care of memory leaksperseant
1999-11-09If the child cleaner dies repeatedly without doing anything, give up. Usesperseant
1999-11-09Make datobyte do its arithmetic explicitly in 64 bits, so that segmentsperseant
1999-10-07Don't complain that we can't fstat the Ifile, if it's because the filesystemperseant
1999-09-30Remove extraneous colons and newlines from perror(3) arguments.soren
1999-08-25Remove partial-segment timestamp optimization from lfs_segmapv. If "time"perseant
1999-06-16Correct wrong conversion specifications in calls to syslog(3).tron
1999-06-15The cleaner now marks empty segments clean without having to read theirperseant
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-14work around egcs prints format warning on alphadrochner
1999-03-14work around printf format warnings on alphadrochner
1999-03-10Cleaner changes corresponding to in-kernel LFS changes. In particular, theperseant
1998-10-15Cast quad_t and off_t objects to (long long) for printing with %q.ross
1998-10-07PR/6248: Konrad Schroder: lfs_cleanerd could use syslog() for notices,christos
1998-10-07PR/6249: Konrad Schroder lfs_cleanerd uses wrong units when computing whichchristos
1998-10-07PR/6247: Konrad Schroder: lfs_cleanerd overflows char register counting livechristos
1998-09-11type fixes, in part from PR#6032pk
1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-05-22use correct getopt parameters, as per PR 5480 from Konrad Schroder <perseant@...hubertf
1998-04-01Need <time.h> for ctime() prototype.kleink
1998-04-01Need <time.h> for time() and ctime() prototypes.kleink
1998-03-01Merge with Lite2 + local changesfvdl
1998-02-20Fill in missing (default) mmap(2) flags.mycroft
1998-02-06macroize BSD, NetBSD, FreeBSD and misc cleanupperry
1997-10-22use CPPFLAGS instead of CFLAGSlukem
1997-10-20Fix usage of .Nm.enami
1997-10-20No need to decalre optind.enami
1997-10-08merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.mrg
1997-10-08Compare a return value of getopt() against -1 instead of EOF.enami