summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-28Code style fixes, no code changesDenys Vlasenko13-28/+32
2016-11-28lineedit: simplify code a bitDenys Vlasenko1-16/+14
2016-11-27makedevs: make special node creation idempotentDenys Vlasenko1-2/+7
2016-11-27lineedit: fix two bugs in SIGWINCH signal handlingDenys Vlasenko1-29/+41
2016-11-27fdisk_gpt: simplify GPT partition name printingDenys Vlasenko1-2/+2
2016-11-27fdisk: sanitize partition name printing; drop "Code" column; get rid of one s...Denys Vlasenko2-15/+42
2016-11-27dpkg-deb: shorten code, improve help textDenys Vlasenko1-43/+34
2016-11-27dpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY config optionDenys Vlasenko10-19/+1
2016-11-25find: fix handling of trailing slashes in -name PATTERN comparisonsDenys Vlasenko2-9/+64
2016-11-25ash,hush: make ^C in interactive mode visually much closer to bash behaviorDenys Vlasenko3-8/+15
2016-11-24Move FEATURE_BUFFERS_USE_foo options to library tuningDenys Vlasenko2-24/+24
2016-11-24Move locale, unicode, and "use sendfile?" options to library tuningDenys Vlasenko2-138/+138
2016-11-24Collapse three levers of menuconfig to two levels.Denys Vlasenko1-81/+76
2016-11-24ash,hush: ^C from command line should set $? to 128+SIGINTDenys Vlasenko2-5/+22
2016-11-24lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-BackspaceRostislav Skudnov3-80/+68
2016-11-24patch: fix matching failureAaro Koskinen2-0/+56
2016-11-24patch: fix debug log failureAaro Koskinen1-1/+1
2016-11-23Remove outdated commentsDenys Vlasenko2-5/+2
2016-11-23Convert all udhcp applets to "new style" applet definitionsDenys Vlasenko5-4/+19
2016-11-23Convert all selinux/* applets to "new style" applet definitionsDenys Vlasenko14-137/+148
2016-11-23test: make [ and [[ forms individually selectableDenys Vlasenko3-9/+29
2016-11-23Remove remnants of disabled "length" appletDenys Vlasenko4-40/+0
2016-11-23Make dos2unix/unix2dos independently selectableDenys Vlasenko1-5/+7
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-11-23Make "hd" independently selectableDenys Vlasenko1-2/+3
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2016-11-23Remove trailing empty linesDenys Vlasenko1-2/+0
2016-11-23Convert all console-tools/* applets to "new style" applet definitionsDenys Vlasenko18-203/+213
2016-11-23Convert all mailutils/* applets to "new style" applet definitionsDenys Vlasenko6-47/+47
2016-11-23tc: consolidate its disabled bitsDenys Vlasenko3-12/+16
2016-11-23Make ping6 and traceroute6 selectable independently from ping/tracerouteDenys Vlasenko2-8/+13
2016-11-23ipneigh: add this shortcur similar to other "ip <CMD>" shortcutsDenys Vlasenko1-1/+2
2016-11-23Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_*Denys Vlasenko1-13/+13
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2016-11-23Convert all modutils/* applets to "new style" applet definitionsDenys Vlasenko9-118/+119
2016-11-23Make killall and killall5 selecatable independent from killDenys Vlasenko1-8/+16
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko14-172/+184
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko37-77/+147
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko36-533/+498
2016-11-22httpd: explain why we use sprintf and why it should be fineDenys Vlasenko1-20/+36
2016-11-18Fix allnoconfig warningsDenys Vlasenko1-8/+16
2016-11-17applets.h.sh: a script to check applet names against config optionsDenys Vlasenko1-0/+20
2016-11-16Make mkfs.vfat and mkdosfs individually selectableDenys Vlasenko4-10/+19
2016-11-16Make mke2fs and mkfs.ext2 individually selectableDenys Vlasenko4-11/+20
2016-11-16Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectableDenys Vlasenko3-35/+81
2016-11-14Make ifup and ifdown individually selectable.Denys Vlasenko4-116/+127
2016-11-14Make swapon and swapoff individually selectable.Denys Vlasenko4-32/+50
2016-11-14Make grep/egrep/fgrep independently selectableDenys Vlasenko2-31/+23
2016-11-14Make halt/poweroff/reboot independently selectableDenys Vlasenko1-9/+32
2016-11-13Make setarch/linux32/linux64 independently selectableDenys Vlasenko1-5/+24
[prev] [next]