aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-13*: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko
2017-09-13hexedit: smarter redrawDenys Vlasenko
2017-09-13hexedit: new appletDenys Vlasenko
2017-09-12networking/interface.c: remove superfluous "& 0377"Denys Vlasenko
2017-09-08setfattr: new appletDenys Vlasenko
2017-09-07build system: fix a compiler warningDenys Vlasenko
2017-09-07build system: fix "allnoconfig" to clear all options. Closes 10296Denys Vlasenko
2017-09-05chat: do not die when HANGUP param is missing. Closes 10016Denys Vlasenko
2017-09-01httpd: skip "Status: " from CGI, including space. Closes 10291Denys Vlasenko
2017-09-01klibc-utils: add ipconfig.c work-in-progressDenys Vlasenko
2017-08-30xargs: fix a thinko in last commitDenys Vlasenko
2017-08-29xargs: support -a FILEJohannes Schindelin
2017-08-29klibc-utils: remove accidental "or later" licensing wording.Denys Vlasenko
2017-08-29udhcpc: show only short opts in --help textDenys Vlasenko
2017-08-29i2c_tools: tweak --help textDenys Vlasenko
2017-08-29setpriv: placete "declaration of 'index' shadows a global declaration" warningDenys Vlasenko
2017-08-29hush: fix false positive in unset.testsDenys Vlasenko
2017-08-29hush: GETOPT_RESET() _after_ getopts too.Denys Vlasenko
2017-08-29hush: reuse "OPTIND=..." stringDenys Vlasenko
2017-08-29hush: fix "getopts" builtin to not be upset by other builtins calling getopt()Denys Vlasenko
2017-08-29i2c-tools: don't include linux/i2c-dev.hBartosz Golaszewski
2017-08-28i2c-tools: remove unneeded includeBartosz Golaszewski
2017-08-28kill: add '--' option to separate options from argumentsRon Yorston
2017-08-24xargs: optional support for -P NUM. Closes 9511Denys Vlasenko
2017-08-24xargs: code shrinkDenys Vlasenko
2017-08-23sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1Denys Vlasenko
2017-08-23*: fix fallout from opt_complementary conversionDenys Vlasenko
2017-08-23ash: more s/error/perror/ for better error reportingDenys Vlasenko
2017-08-23ash: when cd fails, say whyJohannes Schindelin
2017-08-23ash: report reason when a script file could not be openedJohannes Schindelin
2017-08-23tar: fix handling of first argument without '-'Ron Yorston
2017-08-22sendmail: fix segfault if "To: email1,email2" is usedDenys Vlasenko
2017-08-22libarchive: fix build failure on NOMMU systemsRon Yorston
2017-08-22ps: fix build failure if FEATURE_PS_TIME is disabledRon Yorston
2017-08-22rpm,rpm2cpio: do not compile not-configurred parts of rpm.cDenys Vlasenko
2017-08-22run-init: if doing dry run, do not require pid==1Denys Vlasenko
2017-08-22ps: allow ps config options if minips is enabledKang-Che Sung
2017-08-22run-init: implement -n "dry run"Denys Vlasenko
2017-08-21run-init: new appletDenys Vlasenko
2017-08-21libbb: move capability names code to libbbDenys Vlasenko
2017-08-20setpriv: code shrinkDenys Vlasenko
2017-08-18nuke: shorten help textDenys Vlasenko
2017-08-18klibc-utils: new applets: resume, nuke, minipsDenys Vlasenko
2017-08-18setpriv: accept any case in capability namesDenys Vlasenko
2017-08-17ash: stage backported LINENO support as a separate patchDenys Vlasenko
2017-08-17telnet: "-a" + "-l USER" should respect USERDenys Vlasenko
2017-08-17hush: trivial code shrink in builtin_getoptsDenys Vlasenko
2017-08-16awk: stop on first non-option, closes 9861Denys Vlasenko
2017-08-16*: stop using atexit in non-debug build: saves ~260 in bss with muslDenys Vlasenko
2017-08-16syslogd,logger: code shrink for muslDenys Vlasenko