summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2000-06-13Initial import of ELF ld.so. This was written indepently of the gnu rtldrahnds19-0/+2593
2000-06-12address PR 1274 (-h does not work on EPSV).itojun1-2/+23
2000-05-31Request from Theo:espie1-3/+4
2000-05-17A non existent directory should not prevent makewhatis from lookingespie1-4/+6
2000-04-29Use perl 5.6.0 features:espie1-12/+30
2000-04-29indentderaadt1-6/+6
2000-04-29strerrorderaadt1-2/+2
2000-04-26Try harder to find a full subject line.espie1-11/+62
2000-04-23With perl 5.6.0, GetOpt::Std is functional, use it.espie2-65/+139
2000-04-21Use fgetln(3) instead of fgets(3) when reading in the message. Thismillert1-16/+26
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.aaron1-3/+3
2000-04-15Mostly punctuation fixes.aaron6-50/+49
2000-04-12Trailing whitespace begone!aaron3-10/+10
2000-04-12Limited EUC heuristics, should handle bold wide characters correctly,espie1-2/+6
2000-04-12put wrapper in the Ndderaadt1-2/+2
2000-04-11do not lose descriptors; Takahiro Kambederaadt1-2/+8
2000-04-10remove proxy.c as wellericj1-73/+0
2000-04-10proxy function not used/neededericj1-2/+2
2000-04-04Scan l and n sections as well.espie1-3/+3
2000-03-31Reformat with ts=8, after some prodding from Tom Christiansen :)espie1-272/+272
2000-03-31Parse nroff source directly as well, don't use getNAME which is awfulespie1-33/+147
2000-03-29Xr repairderaadt1-2/+1
2000-03-28need an ntalkd man page, obviouslyderaadt1-1/+2
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron4-12/+12
2000-03-09-Wall cleanupderaadt1-23/+22
2000-03-09-Wall type correctnessderaadt1-8/+6
2000-03-03Turns out that our implementation of STAT wasn't RFC 959 compliant.bitblt1-1/+6
2000-03-01order kerberos librariesderaadt1-2/+2
2000-02-16Add subject (.Nd) lines (their absence as discovered by espie@'s new perlaaron1-1/+2
2000-02-05Much better at handling formatted manpages.espie1-24/+64
2000-02-04Document new stuff...espie1-2/+21
2000-02-03Switch to perl: *much* faster (about ten times), *much* more flexible,espie3-60/+232
2000-02-01no need to extern int errno if errno.h is includedderaadt2-5/+3
2000-01-27make rshd and rlogind IPv6-ready.itojun2-76/+161
2000-01-23rpc.lockd has nothing to do with rpc.rstatd; dwmalone@maths.tcd.iemillert1-8/+5
2000-01-18Fix a pasto in the last commit. The genesis of this bug is actuallymillert1-2/+2
2000-01-18"pwd" should print an error, not garbage, if getcwd() fails; form@vell.nsc.rumillert1-2/+2
2000-01-15(char *)0 -> NULL cleanup. From NetBSDericj1-10/+10
2000-01-14call dologout() with 1. not -1ericj1-3/+3
2000-01-04la la labeck1-3/+3
1999-12-20perform setsockopt(IP_TOS) only when IPv4 connection comes.itojun1-3/+3
1999-12-18netinet/in.h without sys/socket.hderaadt1-0/+1
1999-12-11set "host" properly when getnameinfo() is successful.itojun1-3/+5
1999-12-10v6 friendly; KAMEderaadt1-13/+33
1999-12-10using u_char * is a lot more convenient than doing & 0xff 80+ timesderaadt1-67/+79
1999-12-10indentderaadt1-5/+5
1999-12-09oopsderaadt1-7/+4
1999-12-09close passive mode data socket.itojun1-1/+3
1999-12-08IPv6 support from KAME.itojun6-96/+716
1999-12-07do not crash if stdin is not a ttyderaadt1-5/+7