summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2006-09-01Pay attention to the new LFS_CLEANER_MUST_CLEAN flag in the Ifile.perseant
2006-08-30Only include libutil if !HOSTPROGchristos
2006-08-27Simplify multiple MACHINE_ARCH endian checks with single MACHINE_CPUsimonb
2006-08-26use efun(3)christos
2006-07-31Make filehandles opaque to userlandmartin
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-07-07Place an upper bound on the number of segments to clean at one time, noperseant
2006-06-29Add (back) -Wl,-static to the link.skrll
2006-06-28Fix unaligned loads and stores generated by gcc4. Problem described insimonb
2006-06-13Use .previous at the end of the NetBSD ident note so that we switchsimonb
2006-05-23in _rtld_bind() initialise new_value for GCC4.mrg
2006-05-22sprinkle some __noreturn__ attributes, saves gcc4 warnings elsewheredrochner
2006-05-21avoid more GCC4 uninitialised variable problems. (sh3 known, vax guessed.)mrg
2006-05-20appease gcc4 uninitialiased warningdan
2006-05-20in _rtld_bind() initialise result to appease GCC4.mrg
2006-05-19Coverity CID 3766: Avoid null pointer derefchristos
2006-05-12Be more careful about checking return value of {m,re}alloc().perseant
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2006-05-11use a u_char[] when it is expected.mrg
2006-05-11avoid some char * vs. u_char * issues.mrg
2006-05-11end the argument list to exec*(3) with a NULL instead of a bare '0', asmrg
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2006-04-14New io statisticsblymn
2006-04-14When checking hidden cleaning costs, don't erroneously add the firstperseant
2006-04-10modified man(1):chuck
2006-04-05Look for the inode pointers in the right place if lfs_bsize != lfs_fsize.perseant
2006-04-05Handle the case of inode blocks misidentified by the segment headersperseant
2006-04-03Remove empty lines.skrll
2006-04-01Coverity CID 2792: Fix memory leakschristos
2006-04-01Coverity CID 2846: Don't use LIST_FOREACH if you are going to free the cursorchristos
2006-04-01Coverity CID 2847: Don't use LIST_FOREACH if you are going to free thechristos
2006-04-01Document -i option, update date; at the request of wiz@.perseant
2006-03-30A new version of the cleaner. In general, works about as well as the oldperseant
2006-03-23Remove more references to kerberosIV.wiz
2006-03-21Coverity CID 2749: Fix another double free. Instead of removing that lastchristos
2006-03-20Goodbye KerberosIVchristos
2006-03-18Coverity CID 923: Avoid NULL deref.christos
2006-03-18Fix some double frees / missing frees / use after freed allmatt
2006-03-17Remove unreachable code (res could never be NULL here).peter
2006-03-17Set file to NULL after calling fclose().peter
2006-03-17Make sure that "su" is initialized before dereferencing it.peter
2006-03-17Fix three off-by-ones found by Coverity. CID 1444, 1445.elad
2006-03-04Remove the LD_BIND_NOW itemskrll
2006-03-04Add LD_BIND_NOW support for mips.skrll
2006-02-25Fix some typos.wiz
2006-02-03Remove -Wl,-non_shared (same meaing as -static).rpaulo
2006-02-02Make the debug variable static, to accomodate static linking with libssh.a.he
2006-02-01debug -> ftpd_debugchristos
2006-01-12Bring across a change from FreeBSD from back in 1998:skrll