| Age | Commit message (Expand) | Author |
| 2013-06-18 | Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs. | christos |
| 2013-06-08 | Missed one of the -I${NETBSDSRCDIR}/sys hacks yesterday; remove it now. | dholland |
| 2013-06-08 | Redo these changes properly: | dholland |
| 2013-06-08 | Tidy up the LFS userland build hacks. | dholland |
| 2013-06-08 | Move the dinode (on-disk inode) structures to lfs.h, since they are | dholland |
| 2013-06-06 | Cleanups and hacks to make lfs userland stuff build: | dholland |
| 2013-06-06 | ufs -> ulfs for lfs_cleanerd | dholland |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2012-04-16 | Make load_threshold double and restore original value of 0.2. | joerg |
| 2012-04-12 | Don't assign non-integral constants to integral variables. | joerg |
| 2012-04-12 | Use the same loop order for freeing as for allocation. Simpler code and | joerg |
| 2012-02-02 | Shut down the cleaner earlier if the filesystem is unmounted. | perseant |
| 2012-01-02 | In lfs_cleanerd, check errno earlier, to avoid premature exit when the | perseant |
| 2011-07-01 | Fix memset usage. | joerg |
| 2010-12-23 | Deduce raw device correctly by prepending "r" to basename. | mlelstv |
| 2010-08-16 | Don't exit when running as a lib after FS is unmounted, just return | pooka |
| 2010-07-29 | Do the semaphore trick only if the cleaner is run as a lib -- the | pooka |
| 2010-07-29 | Add a method for posting a semaphore when cleaner init has reached | pooka |
| 2010-07-28 | always add to SRCS | pooka |
| 2010-02-16 | Read the padded superblocks to avoid problems with disks that have | mlelstv |
| 2009-10-09 | LDADD+= instead of LDADD= | pooka |
| 2009-10-09 | Attempt to recover slightly more gracefully if the kernel socket is shutdown. | pooka |
| 2009-08-06 | Describe -D. Bump date. | wiz |
| 2009-08-06 | Define syscalls of lfs userspace tools (cleaner, mainly) through | pooka |
| 2009-08-06 | add D to getopt so that previous actually works | pooka |
| 2009-08-06 | add -D, which prompts to stay on foreground without debug spewage | pooka |
| 2009-08-06 | Check main loop fcntl return value and error out if it fails. | pooka |
| 2009-06-21 | PR/40965: NAKAJIMA Yoshihiro: lfs_cleanerd isn't adapted to !MKDYNAMICROOT | christos |
| 2009-03-16 | Default to WARNS=4 | lukem |
| 2009-03-16 | fix WARNS=3 issues; | lukem |
| 2009-03-15 | avoid a shadowed variable | lukem |
| 2008-05-16 | Make sure all cached buffers with valid, not yet written data have been | hannken |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-12-28 | Make it build with src/sys from the vmlocking2 branch. | ad |
| 2007-10-08 | brelse() now takes two arguments. | ad |
| 2006-12-23 | Bump date for previous. | wiz |
| 2006-11-18 | Temporarily disable -c (file coalescing) until data corruption issues can | tls |
| 2006-11-11 | Move lfs_cleanerd from /usr/libexec to /libexec. This is to allow putting | jmmv |
| 2006-09-01 | Pay attention to the new LFS_CLEANER_MUST_CLEAN flag in the Ifile. | perseant |
| 2006-07-31 | Make filehandles opaque to userland | martin |
| 2006-07-13 | Fix alignement problems for fhandle_t, exposed by gcc4.1. | martin |
| 2006-07-07 | Place an upper bound on the number of segments to clean at one time, no | perseant |
| 2006-05-19 | Coverity CID 3766: Avoid null pointer deref | christos |
| 2006-05-12 | Be more careful about checking return value of {m,re}alloc(). | perseant |
| 2006-05-11 | avoid some char * vs. u_char * issues. | mrg |
| 2006-04-14 | When checking hidden cleaning costs, don't erroneously add the first | perseant |
| 2006-04-05 | Look for the inode pointers in the right place if lfs_bsize != lfs_fsize. | perseant |
| 2006-04-05 | Handle the case of inode blocks misidentified by the segment headers | perseant |
| 2006-04-01 | Coverity CID 2792: Fix memory leaks | christos |
| 2006-04-01 | Coverity CID 2846: Don't use LIST_FOREACH if you are going to free the cursor | christos |