| Age | Commit message (Expand) | Author |
| 2006-09-01 | Pay attention to the new LFS_CLEANER_MUST_CLEAN flag in the Ifile. | perseant |
| 2006-08-30 | Only include libutil if !HOSTPROG | christos |
| 2006-08-27 | Simplify multiple MACHINE_ARCH endian checks with single MACHINE_CPU | simonb |
| 2006-08-26 | use efun(3) | christos |
| 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-06-29 | Add (back) -Wl,-static to the link. | skrll |
| 2006-06-28 | Fix unaligned loads and stores generated by gcc4. Problem described in | simonb |
| 2006-06-13 | Use .previous at the end of the NetBSD ident note so that we switch | simonb |
| 2006-05-23 | in _rtld_bind() initialise new_value for GCC4. | mrg |
| 2006-05-22 | sprinkle some __noreturn__ attributes, saves gcc4 warnings elsewhere | drochner |
| 2006-05-21 | avoid more GCC4 uninitialised variable problems. (sh3 known, vax guessed.) | mrg |
| 2006-05-20 | appease gcc4 uninitialiased warning | dan |
| 2006-05-20 | in _rtld_bind() initialise result to appease GCC4. | mrg |
| 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 | sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. | mrg |
| 2006-05-11 | use a u_char[] when it is expected. | mrg |
| 2006-05-11 | avoid some char * vs. u_char * issues. | mrg |
| 2006-05-11 | end the argument list to exec*(3) with a NULL instead of a bare '0', as | mrg |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2006-05-09 | change (mostly) int to socklen_t. GCC 4 doesn't like that int and | mrg |
| 2006-04-14 | New io statistics | blymn |
| 2006-04-14 | When checking hidden cleaning costs, don't erroneously add the first | perseant |
| 2006-04-10 | modified man(1): | chuck |
| 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-03 | Remove empty lines. | skrll |
| 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 |
| 2006-04-01 | Coverity CID 2847: Don't use LIST_FOREACH if you are going to free the | christos |
| 2006-04-01 | Document -i option, update date; at the request of wiz@. | perseant |
| 2006-03-30 | A new version of the cleaner. In general, works about as well as the old | perseant |
| 2006-03-23 | Remove more references to kerberosIV. | wiz |
| 2006-03-21 | Coverity CID 2749: Fix another double free. Instead of removing that last | christos |
| 2006-03-20 | Goodbye KerberosIV | christos |
| 2006-03-18 | Coverity CID 923: Avoid NULL deref. | christos |
| 2006-03-18 | Fix some double frees / missing frees / use after freed all | matt |
| 2006-03-17 | Remove unreachable code (res could never be NULL here). | peter |
| 2006-03-17 | Set file to NULL after calling fclose(). | peter |
| 2006-03-17 | Make sure that "su" is initialized before dereferencing it. | peter |
| 2006-03-17 | Fix three off-by-ones found by Coverity. CID 1444, 1445. | elad |
| 2006-03-04 | Remove the LD_BIND_NOW item | skrll |
| 2006-03-04 | Add LD_BIND_NOW support for mips. | skrll |
| 2006-02-25 | Fix some typos. | wiz |
| 2006-02-03 | Remove -Wl,-non_shared (same meaing as -static). | rpaulo |
| 2006-02-02 | Make the debug variable static, to accomodate static linking with libssh.a. | he |
| 2006-02-01 | debug -> ftpd_debug | christos |
| 2006-01-12 | Bring across a change from FreeBSD from back in 1998: | skrll |