summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2000-07-06Insert missing .El directives.Aaron Campbell
2000-07-06use %s with fprintfTheo de Raadt
2000-07-05crank version to 6.5Theo de Raadt
2000-07-05another setproctitleTheo de Raadt
2000-07-05always setproctitle with %s if using a variableTheo de Raadt
2000-06-29.Nm -> .Xr; from deraadt@Aaron Campbell
2000-06-29I felt that telnetd(8) deserves the following BUGS entry:Aaron Campbell
2000-06-18transfered -> transferredAaron Campbell
2000-06-18add ipv6 supportBob Beck
2000-06-17pr 772; -u blocks chmod command, michaels@inet.noTheo de Raadt
2000-06-14correct STAT command output for LPSV output.Jun-ichiro itojun Hagino
2000-06-13Updated version of ld.so, contains additional functionality and fixes/Dale S. Rahn
2000-06-13Initial import of ELF ld.so. This was written indepently of the gnu rtldDale S. Rahn
2000-06-12address PR 1274 (-h does not work on EPSV).Jun-ichiro itojun Hagino
2000-05-31Request from Theo:Marc Espie
2000-05-17A non existent directory should not prevent makewhatis from lookingMarc Espie
2000-04-29Use perl 5.6.0 features:Marc Espie
2000-04-29indentTheo de Raadt
2000-04-29strerrorTheo de Raadt
2000-04-26Try harder to find a full subject line.Marc Espie
2000-04-23With perl 5.6.0, GetOpt::Std is functional, use it.Marc Espie
2000-04-21Use fgetln(3) instead of fgets(3) when reading in the message. ThisTodd C. Miller
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-12Limited EUC heuristics, should handle bold wide characters correctly,Marc Espie
2000-04-12put wrapper in the NdTheo de Raadt
2000-04-11do not lose descriptors; Takahiro KambeTheo de Raadt
2000-04-10remove proxy.c as wellEric Jackson
2000-04-10proxy function not used/neededEric Jackson
2000-04-04Scan l and n sections as well.Marc Espie
2000-03-31Reformat with ts=8, after some prodding from Tom Christiansen :)Marc Espie
2000-03-31Parse nroff source directly as well, don't use getNAME which is awfulMarc Espie
2000-03-29Xr repairTheo de Raadt
2000-03-28need an ntalkd man page, obviouslyTheo de Raadt
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-03-09-Wall cleanupTheo de Raadt
2000-03-09-Wall type correctnessTheo de Raadt
2000-03-03Turns out that our implementation of STAT wasn't RFC 959 compliant.bitblt
2000-03-01order kerberos librariesTheo de Raadt
2000-02-16Add subject (.Nd) lines (their absence as discovered by espie@'s new perlAaron Campbell
2000-02-05Much better at handling formatted manpages.Marc Espie
2000-02-04Document new stuff...Marc Espie
2000-02-03Switch to perl: *much* faster (about ten times), *much* more flexible,Marc Espie
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
2000-01-27make rshd and rlogind IPv6-ready.Jun-ichiro itojun Hagino
2000-01-23rpc.lockd has nothing to do with rpc.rstatd; dwmalone@maths.tcd.ieTodd C. Miller
2000-01-18Fix a pasto in the last commit. The genesis of this bug is actuallyTodd C. Miller
2000-01-18"pwd" should print an error, not garbage, if getcwd() fails; form@vell.nsc.ruTodd C. Miller
2000-01-15(char *)0 -> NULL cleanup. From NetBSDEric Jackson