aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* setpriv: placete "declaration of 'index' shadows a global declaration" warningDenys Vlasenko2017-08-291-4/+4
* hush: fix false positive in unset.testsDenys Vlasenko2017-08-291-0/+6
* hush: GETOPT_RESET() _after_ getopts too.Denys Vlasenko2017-08-294-5/+6
* hush: reuse "OPTIND=..." stringDenys Vlasenko2017-08-291-1/+2
* hush: fix "getopts" builtin to not be upset by other builtins calling getopt()Denys Vlasenko2017-08-295-15/+133
* i2c-tools: don't include linux/i2c-dev.hBartosz Golaszewski2017-08-291-13/+30
* i2c-tools: remove unneeded includeBartosz Golaszewski2017-08-281-1/+0
* kill: add '--' option to separate options from argumentsRon Yorston2017-08-281-0/+5
* xargs: optional support for -P NUM. Closes 9511Denys Vlasenko2017-08-241-18/+117
* xargs: code shrinkDenys Vlasenko2017-08-241-14/+11
* sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1Denys Vlasenko2017-08-232-4/+16
* *: fix fallout from opt_complementary conversionDenys Vlasenko2017-08-232-7/+9
* ash: more s/error/perror/ for better error reportingDenys Vlasenko2017-08-231-5/+5
* ash: when cd fails, say whyJohannes Schindelin2017-08-231-1/+1
* ash: report reason when a script file could not be openedJohannes Schindelin2017-08-231-1/+1
* tar: fix handling of first argument without '-'Ron Yorston2017-08-231-3/+3
* sendmail: fix segfault if "To: email1,email2" is usedDenys Vlasenko2017-08-221-3/+4
* libarchive: fix build failure on NOMMU systemsRon Yorston2017-08-221-1/+1
* ps: fix build failure if FEATURE_PS_TIME is disabledRon Yorston2017-08-221-1/+3
* rpm,rpm2cpio: do not compile not-configurred parts of rpm.cDenys Vlasenko2017-08-221-40/+48
* run-init: if doing dry run, do not require pid==1Denys Vlasenko2017-08-221-2/+5
* ps: allow ps config options if minips is enabledKang-Che Sung2017-08-221-8/+8
* run-init: implement -n "dry run"Denys Vlasenko2017-08-222-35/+44
* run-init: new appletDenys Vlasenko2017-08-215-52/+212
* libbb: move capability names code to libbbDenys Vlasenko2017-08-213-77/+90
* setpriv: code shrinkDenys Vlasenko2017-08-201-9/+7
* nuke: shorten help textDenys Vlasenko2017-08-182-2/+2
* klibc-utils: new applets: resume, nuke, minipsDenys Vlasenko2017-08-189-1/+201
* setpriv: accept any case in capability namesDenys Vlasenko2017-08-181-1/+1
* ash: stage backported LINENO support as a separate patchDenys Vlasenko2017-08-171-0/+498
* telnet: "-a" + "-l USER" should respect USERDenys Vlasenko2017-08-171-2/+4
* hush: trivial code shrink in builtin_getoptsDenys Vlasenko2017-08-171-4/+5
* awk: stop on first non-option, closes 9861Denys Vlasenko2017-08-161-1/+5
* *: stop using atexit in non-debug build: saves ~260 in bss with muslDenys Vlasenko2017-08-164-22/+16
* syslogd,logger: code shrink for muslDenys Vlasenko2017-08-163-6/+17
* fsck_minix,mkfs_minix: fix "strict-aliasing" warningsDenys Vlasenko2017-08-162-7/+13
* uevent: placate gccDenys Vlasenko2017-08-161-1/+4
* top: switch to malloced "globals".Denys Vlasenko2017-08-161-7/+6
* ash: unset OPTARG if getopts exits 1, support OPTERR=0 behaviorDenys Vlasenko2017-08-151-2/+11
* ash,hush: comment and debug tweaks, no code changesDenys Vlasenko2017-08-152-3/+4
* ash: one "current line = 1" might be missing, fix thatDenys Vlasenko2017-08-141-4/+5
* ash: update testsuite (we now error out on ${#=})Denys Vlasenko2017-08-141-1/+1
* ash: [PARSER] Catch variable length expansions on non-existant specialsDenys Vlasenko2017-08-141-3/+9
* build system: remove unused CONFIG_FEATURE_HAVE_RPCDenys Vlasenko2017-08-1412-18/+0
* shell: tweak getopts tests, no code changesDenys Vlasenko2017-08-136-4/+34
* hush: implement "silent" optstrings of ":opts"Denys Vlasenko2017-08-115-17/+89
* hush: add a test which fails due to uclibc bug in getopt()Denys Vlasenko2017-08-114-0/+128
* hush: fix redirect code (was using uninitialized variables)Denys Vlasenko2017-08-111-2/+4
* shell: add OPTARG poisoning to getopt_optarg.testsDenys Vlasenko2017-08-113-5/+18
* hush: teach getopts to set/unset OPTARGDenys Vlasenko2017-08-116-6/+73