Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-22 | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko | |
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> | |||
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | |
and SKIP_XXXX to IF_NOT_XXXX - the second one was especially badly named. It was not skipping anything! | |||
2009-02-02 | telnetd: do not advertise TELNET_LFLOW, we do not support | Denis Vlasenko | |
it properly. |