aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-08-11hush: getopts builtinDenys Vlasenko
2017-08-11ash: fix "unset OPTIND" throwing an error messageDenys Vlasenko
2017-08-10hush: optional times builtinDenys Vlasenko
2017-08-10fdisk: typo fixDenys Vlasenko
2017-08-10ps: improve TIME column for large times: showing "14453:50" is not goodDenys Vlasenko
2017-08-10ps: make it NOEXECDenys Vlasenko
2017-08-10ps: stop using AT_CLKTCK, there are more standard waysDenys Vlasenko
2017-08-10rpm,rpm2cpio: INIT_G() was missing (it is a nop here so far)Denys Vlasenko
2017-08-10Hopefully fix "will break strict-aliasing rules" warning for get_le32Denys Vlasenko
2017-08-10libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko