summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
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-23Remove remnants of disabled "length" appletDenys Vlasenko4-40/+0
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
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-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
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-16Make mkfs.vfat and mkdosfs individually selectableDenys Vlasenko4-10/+19
2016-11-16Make mke2fs and mkfs.ext2 individually selectableDenys Vlasenko4-11/+20
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-13dnsdomainname: split it from "hostname", make it independently selectableDenys Vlasenko4-11/+24
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko7-90/+143
2015-10-19setarch: add support for '-R' (disable randomization)Denys Vlasenko4-29/+39
2015-10-18loginutils/*: convert to new-style "one file" appletsDenys Vlasenko15-278/+290
2015-10-18debianutils/*: convert to new-style "one file" appletsDenys Vlasenko8-85/+90
2015-10-18printutils/*: convert to new-style "one file" appletsDenys Vlasenko5-24/+27
2015-10-18runit/*: convert to new-style "one file" appletsDenys Vlasenko8-104/+107
2015-10-18e2fsprogs/*: convert to new-style "one file" appletsDenys Vlasenko7-69/+55
2015-10-18sysklogd/*: convert to new-style "one file" appletsDenys Vlasenko7-167/+172
2015-10-06wget: make openssl/ssl_helper choice configurableDenys Vlasenko8-54/+623
2015-07-21sync: add support for -d -f FILEDenys Vlasenko4-11/+75
2014-08-17taskset: support CPU masks for more than 64 CPUsDenys Vlasenko4-25/+79
2014-04-30crond: tweak help text, make course less crypticDenys Vlasenko4-62/+68
2014-04-19modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko5-39/+35
2013-11-20rfkill: use new-style config/kbuild/appletDenys Vlasenko4-14/+17
2013-11-14archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko4-8/+8
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko12-20/+15
2013-11-13switch editors/* to embedded-in-source kbuild systemDenys Vlasenko7-53/+61
2013-11-12awk: optionally support -e AWK_PROGSven-Göran Bergh4-42/+84
2013-11-12fstrim: use new-style config/kbuild/applet snippets; trim help textDenys Vlasenko4-21/+22
2013-11-09fstrim: New appletMalek Degachi4-0/+120
2013-10-06wall: access FILE under real user's credentialsDenys Vlasenko4-11/+24
2013-07-26buildsys: Add helper to list suid appletsBernhard Reutner-Fischer4-6/+88
2013-03-27man: install to /usr/bin, not /sbinDenys Vlasenko1-1/+1
2013-01-14sha3sum: new appletLauri Kasanen8-4/+236
2012-06-20adduser: install to /usr, not /, like all other similar toolsDenys Vlasenko1-1/+1
2012-06-20Move several applets to different install dir:Denys Vlasenko3-23/+23
2011-09-19mdev: expand --help so that it's actually useful.Denys Vlasenko5-71/+89
2011-08-16hostid: fix behavior on identifiers starting with zerosPere Orga4-10/+12
2011-08-09remove extra IF_WHO()Denys Vlasenko1-1/+0
2011-06-27vi: fix regex search, make it selectable in configWalter Harms4-159/+181
2011-06-21groups: new appletTito Ragusa4-12/+36
2011-01-26disable length applet. ${#var} and echo -n "$var" | wc -c are portable equiva...Denys Vlasenko7-10/+7
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
[next]