summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2009-04-08Don't use .\" as callable macro.joerg
2009-04-08Improve markup.joerg
2009-04-02In addwhatis(), two items should not be treated as duplicates unlessapb
2009-03-23Fix redirection core dump as reported in PR#41042.reinoud
2009-03-18Fix 'vfork clobber' warning on vax.lukem
2009-03-16Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t")lukem
2009-03-16Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t")lukem
2009-03-16Default to WARNS=4lukem
2009-03-16fix sign-compare issuelukem
2009-03-16fix shadowed variablelukem
2009-03-16fix WARNS=4 issues (const & type mismatches)lukem
2009-03-16ANSI KNFlukem
2009-03-16fix WARNS=4 issues.lukem
2009-03-16WARNS=4lukem
2009-03-16fix WARNS=3 issues;lukem
2009-03-15avoid a shadowed variablelukem
2009-03-15rename a variable to avoid a compiler warninglukem
2009-03-15Declare all columns.joerg
2009-03-15Fix WARNS=4 issues (const & sign mismatches, etc)lukem
2009-03-14apply some __UNCONST().lukem
2009-03-14fix sign-compare issuelukem
2009-03-11Fix preamblejoerg
2009-03-11use SIMPLEQ_FOREACH_SAFE(), to avoid a use-after-free.mrg
2009-03-02bump version for remoteloghost & portability changeslukem
2009-03-02Use LLF (et al) instead of "%lld" (et al).lukem
2009-02-19More CGI handling fixes from Sergey Katsev at Coyote Point.tls
2009-02-09Add If-Modified-Since support.joerg
2009-02-04From Sergey Katsev at Coyote Point: fix bugs in request transformation andtls
2009-01-19Remove ATF 0.5 from dist/atf and all of the reachover Makefiles used tojmmv
2009-01-18fix -Wsign-compare issueslukem
2009-01-18fix -Wsign-compare issueslukem
2009-01-08PR/40339: Ed Ravin: make ftpd log both the hostname and numeric address.christos
2009-01-06add some (uintptr_t) to some casts, so these compile with ELFSIZE=32mrg
2009-01-06move the defines for RTLD_ARCH_SUBDIR into a sub-sub-makefile so we canmrg
2008-12-29fix for 64 bit time_t and dev_tchristos
2008-12-06Move all subsections to main DESCRIPTION, noted by John Nemeth.wiz
2008-12-06Fix some more mdoclint warnings.wiz
2008-12-06add -t chrootdir to SYNOPSIS, mdoclintjnemeth
2008-11-16Minor KNF and whitespace nits. No functional change.dholland
2008-11-16Close possible race conditions if multiple copies of makewhatis end updholland
2008-11-06pull across the fix from my master bozohttpd cvs tree for PR 38466.mrg
2008-10-31make MKPIC=no builds work on i368, shark, vax, pmax, sgimips, sparc,mrg
2008-10-28Constify.lukem
2008-10-26if LD32DIR is defined:mrg
2008-10-16Never build this with PIE.christos
2008-10-04lib/39649: dlsym(3) does not follow dependenciesskrll
2008-09-27Fix the Document Title of manual page so it our official name (ntalkd).reed
2008-09-27avoid usind __builtin_return_address(0) on PowerPC because it fails inmacallan
2008-09-21Use passwd(5) instead of /etc/pwd.db as the name of the "password data base".lukem
2008-09-16Enhance -C to support an optional @host ('-C user[@host]'):lukem