Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-23 | Make dos2unix/unix2dos independently selectable | Denys Vlasenko | 1 | -5/+7 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-23 | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko | 76 | -929/+950 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-23 | Make "hd" independently selectable | Denys Vlasenko | 1 | -2/+3 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-23 | Convert all util-linux/* applets to "new style" applet definitions | Denys Vlasenko | 42 | -594/+622 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-23 | Remove trailing empty lines | Denys Vlasenko | 1 | -2/+0 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-23 | Convert all console-tools/* applets to "new style" applet definitions | Denys Vlasenko | 18 | -203/+213 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-23 | Convert all mailutils/* applets to "new style" applet definitions | Denys Vlasenko | 6 | -47/+47 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-23 | tc: consolidate its disabled bits | Denys Vlasenko | 3 | -12/+16 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-23 | Make ping6 and traceroute6 selectable independently from ping/traceroute | Denys Vlasenko | 2 | -8/+13 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-23 | ipneigh: add this shortcur similar to other "ip <CMD>" shortcuts | Denys Vlasenko | 1 | -1/+2 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-23 | Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_* | Denys Vlasenko | 1 | -13/+13 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-23 | Convert all networking/* applets to "new style" applet definitions | Denys Vlasenko | 35 | -882/+909 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-23 | Convert all modutils/* applets to "new style" applet definitions | Denys Vlasenko | 9 | -118/+119 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-23 | Make killall and killall5 selecatable independent from kill | Denys Vlasenko | 1 | -8/+16 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-23 | Convert all procps/* applets to "new style" applet definitions | Denys Vlasenko | 14 | -172/+184 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-22 | Convert all miscutils/* applets to "new style" applet definitions | Denys Vlasenko | 37 | -77/+147 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-22 | Split miscutils/Config.src items into miscutils/*.c files | Denys Vlasenko | 36 | -533/+498 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-22 | httpd: explain why we use sprintf and why it should be fine | Denys Vlasenko | 1 | -20/+36 | |
While at it, fix a pathological case where it is not fine: -r REALM with some 8-kbyte long REALM would overflow the buffer. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2016-11-18 | Fix allnoconfig warnings | Denys Vlasenko | 1 | -8/+16 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |