aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-08-16fsck_minix,mkfs_minix: fix "strict-aliasing" warningsDenys Vlasenko
2017-08-16uevent: placate gccDenys Vlasenko
2017-08-16top: switch to malloced "globals".Denys Vlasenko
2017-08-15ash: unset OPTARG if getopts exits 1, support OPTERR=0 behaviorDenys Vlasenko
2017-08-15ash,hush: comment and debug tweaks, no code changesDenys Vlasenko
2017-08-14ash: one "current line = 1" might be missing, fix thatDenys Vlasenko
2017-08-14ash: update testsuite (we now error out on ${#=})Denys Vlasenko
2017-08-14ash: [PARSER] Catch variable length expansions on non-existant specialsDenys Vlasenko
2017-08-14build system: remove unused CONFIG_FEATURE_HAVE_RPCDenys Vlasenko
2017-08-13shell: tweak getopts tests, no code changesDenys Vlasenko
2017-08-11hush: implement "silent" optstrings of ":opts"Denys Vlasenko
2017-08-11hush: add a test which fails due to uclibc bug in getopt()Denys Vlasenko
2017-08-11hush: fix redirect code (was using uninitialized variables)Denys Vlasenko
2017-08-11shell: add OPTARG poisoning to getopt_optarg.testsDenys Vlasenko
2017-08-11hush: teach getopts to set/unset OPTARGDenys Vlasenko