aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.ctrlSQ.patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-2/+2
| | | | | | | | | | The result of looking at "grep -F -B2 '*fill*' busybox_unstripped.map" text data bss dec hex filename 829901 4086 1904 835891 cc133 busybox_before 829665 4086 1904 835655 cc047 busybox Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-1/+1
| | | | | | and SKIP_XXXX to IF_NOT_XXXX - the second one was especially badly named. It was not skipping anything!
* telnetd: do not advertise TELNET_LFLOW, we do not supportDenis Vlasenko2009-02-021-0/+175
it properly.