summaryrefslogtreecommitdiff
path: root/telnet.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-09-26Final touchups for the release...Eric Andersen2-6/+6
2000-09-26Add in busybox.h. I renamed it, and forgot to commit the newky named version.Eric Andersen2-0/+936
2000-09-26Yet more polish (thanks again to kent robotti for the bug reports).Eric Andersen2-20/+24
2000-09-26Remove all reference to the now obsolete /dev/modulesEric Andersen2-4/+2
2000-09-26Update my devps patch for the latest 2.2 kernel.Eric Andersen1-902/+64
2000-09-25Fix nameEric Andersen1-1/+1
2000-09-25Some more polish to make xargs act like GNU xargs (thanks to kent robottiEric Andersen2-10/+12
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
2000-09-25Gratuitously changed the file "busybox.defs.h" to the moreEric Andersen13-379/+37
2000-09-25Fix from Matt Kraai for the to the "busybox --install prints out on STDERREric Andersen2-28/+14
2000-09-25Final (I think) version of xargs. Throw away all that tedious stringEric Andersen2-188/+124
2000-09-25Be ever so pedantic about escaping chars that the shell might not like...Eric Andersen2-34/+118
2000-09-25Remove a now unneeded checkEric Andersen1-1/+1
2000-09-24modified by Bryan Rittmeyer <bryan@ixiacom.com> to support SH4Eric Andersen2-32/+298
2000-09-24Update newdoc dependancyEric Andersen1-2/+2
2000-09-24Update a few entries for 0.47...Eric Andersen1-5/+11
2000-09-24Doc updateEric Andersen2-40/+123
2000-09-24Fix up xargs so that things like 'cat cat.c | xargs echo' willEric Andersen2-12/+58
2000-09-24Fix xargs option parsingEric Andersen2-26/+36
2000-09-24Fix bug#1043 -- hanlde long filenames and links (in this case, by complainingEric Andersen3-9/+71
2000-09-23Fix an obscure option parsing bug.Eric Andersen2-2/+8
2000-09-23Force optind=1 for libc5 when doing cp in cp_mv.cEric Andersen1-0/+4
2000-09-23Fix potential memory overrun...Eric Andersen1-1/+1
2000-09-23Fix the bandaid.Eric Andersen2-6/+12
2000-09-23Fix memory problems, and make behavior correct.Eric Andersen2-10/+16
2000-09-23update docs for xargsEric Andersen2-5/+1
2000-09-23update usage for xargsEric Andersen2-4/+0
2000-09-23rewrite, so it should be firly clean nowEric Andersen2-196/+194
2000-09-22Use minix xargs instead, and update docs accordinglyEric Andersen6-1846/+303
2000-09-22Comment on xargs choice.Eric Andersen2-2/+4
2000-09-22Add in xargsEric Andersen9-5/+1875
2000-09-22Start the great EXIT_{SUCCESS,FAILURE} migration.Matt Kraai2-6/+8
2000-09-22Clean up error messages.Matt Kraai2-22/+16
2000-09-22Add support for the -L option to ls.Matt Kraai3-0/+41
2000-09-22Fix loop.h dependencies.Matt Kraai1-2/+2
2000-09-22Apply a bandaid suggested by Jon McClintock <jonm@bluemug.com>, since deallocvtEric Andersen2-2/+2
2000-09-22Fix for bug #1042 -- applied the patch from Larry DoolittleEric Andersen2-8/+8
2000-09-22Better cross libc compatibility (so Dave Cinege can stop complainingEric Andersen2-4/+34
2000-09-21Decouple DODEBUG and DOSTATICEric Andersen1-15/+14
2000-09-21Remove all the kernel headers so it will compile under libc5Eric Andersen2-24/+98
2000-09-21Fix a potential warningEric Andersen2-2/+2
2000-09-21Add in exec support (patch from Torbj?rn Axelsson <torax@cendio.se>)Eric Andersen3-3/+48
2000-09-21Handle 'cat -'Eric Andersen2-8/+6
2000-09-21Hard code the name of init.Eric Andersen2-2/+4
2000-09-21Large file >2Gib support.Eric Andersen5-0/+38
2000-09-21Typo fix.Eric Andersen1-2/+2
2000-09-21Ignore loop.hEric Andersen1-0/+1
2000-09-21More portable handling of loop header files, as done in util-linuxEric Andersen5-12/+123
2000-09-21Remove a warning. Patch from Bryan Rittmeyer <bryan@ixiacom.com>Eric Andersen2-0/+4
2000-09-20Only remove directories when removing recursively.Matt Kraai2-0/+10