aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Move locale, unicode, and "use sendfile?" options to library tuningDenys Vlasenko2016-11-242-138/+138
* Collapse three levers of menuconfig to two levels.Denys Vlasenko2016-11-241-81/+76
* ash,hush: ^C from command line should set $? to 128+SIGINTDenys Vlasenko2016-11-242-5/+22
* lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-BackspaceRostislav Skudnov2016-11-243-80/+68
* patch: fix matching failureAaro Koskinen2016-11-242-0/+56
* patch: fix debug log failureAaro Koskinen2016-11-241-1/+1
* Remove outdated commentsDenys Vlasenko2016-11-232-5/+2
* Convert all udhcp applets to "new style" applet definitionsDenys Vlasenko2016-11-235-4/+19
* Convert all selinux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2314-137/+148
* test: make [ and [[ forms individually selectableDenys Vlasenko2016-11-233-9/+29
* Remove remnants of disabled "length" appletDenys Vlasenko2016-11-234-40/+0
* Make dos2unix/unix2dos independently selectableDenys Vlasenko2016-11-231-5/+7
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2376-929/+950
* Make "hd" independently selectableDenys Vlasenko2016-11-231-2/+3
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2342-594/+622
* Remove trailing empty linesDenys Vlasenko2016-11-231-2/+0
* Convert all console-tools/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2318-203/+213
* Convert all mailutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-236-47/+47
* tc: consolidate its disabled bitsDenys Vlasenko2016-11-233-12/+16
* Make ping6 and traceroute6 selectable independently from ping/tracerouteDenys Vlasenko2016-11-232-8/+13
* ipneigh: add this shortcur similar to other "ip <CMD>" shortcutsDenys Vlasenko2016-11-231-1/+2
* Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_*Denys Vlasenko2016-11-231-13/+13
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2335-882/+909
* Convert all modutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-239-118/+119
* Make killall and killall5 selecatable independent from killDenys Vlasenko2016-11-231-8/+16
* Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2314-172/+184
* Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2237-77/+147
* Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko2016-11-2236-533/+498
* httpd: explain why we use sprintf and why it should be fineDenys Vlasenko2016-11-221-20/+36
* Fix allnoconfig warningsDenys Vlasenko2016-11-181-8/+16
* applets.h.sh: a script to check applet names against config optionsDenys Vlasenko2016-11-171-0/+20
* Make mkfs.vfat and mkdosfs individually selectableDenys Vlasenko2016-11-164-10/+19
* Make mke2fs and mkfs.ext2 individually selectableDenys Vlasenko2016-11-164-11/+20
* Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectableDenys Vlasenko2016-11-163-35/+81
* Make ifup and ifdown individually selectable.Denys Vlasenko2016-11-144-116/+127
* Make swapon and swapoff individually selectable.Denys Vlasenko2016-11-144-32/+50
* Make grep/egrep/fgrep independently selectableDenys Vlasenko2016-11-142-31/+23
* Make halt/poweroff/reboot independently selectableDenys Vlasenko2016-11-141-9/+32
* Make setarch/linux32/linux64 independently selectableDenys Vlasenko2016-11-131-5/+24
* dnsdomainname: split it from "hostname", make it independently selectableDenys Vlasenko2016-11-134-11/+24
* tar: handle pax-encoded utf8 filenames and link names. Closes 9406Denys Vlasenko2016-11-113-7/+45
* hush: make getch/peek functions directly calledDenys Vlasenko2016-11-081-27/+24
* hush: renumber PIPE_foo, make PIPE_SEQ = 0Denys Vlasenko2016-11-081-5/+4
* hush: small optimization in run_listDenys Vlasenko2016-11-081-7/+8
* hush: deindent large block of code, no code changesDenys Vlasenko2016-11-081-58/+57
* hush: simplify insert_bg_jobsDenys Vlasenko2016-11-081-10/+8
* hush: make "wait %1" less likely to play with signal maskDenys Vlasenko2016-11-081-8/+7
* hush: rework "wait %jobspec" to work in non-interactive shells tooDenys Vlasenko2016-11-089-13/+28
* hush: "wait $!; echo $?" should return 127 if $! already exitedDenys Vlasenko2016-11-071-4/+5
* hush: implement "wait %jobspec"Denys Vlasenko2016-11-071-29/+88