aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-08-10rpm2cpio: handle LZMA compressed rpms. closes 10166Denys Vlasenko
2017-08-10rpm2cpio: use rpm_gettagsDenys Vlasenko
2017-08-10rpm: prepare rpm_gettags for reuse in rpm2cpioDenys Vlasenko
2017-08-10rpm,rpm2cpio: put both sources into one file, no code changesDenys Vlasenko
2017-08-09Update NOFORK_NOEXEC.lstDenys Vlasenko
2017-08-09ipcs: tweak output orer to match util-linux 2.28Denys Vlasenko
2017-08-09ipcrm,ipcs: make them NOEXECDenys Vlasenko
2017-08-09ipcrm: code shrinkDenys Vlasenko
2017-08-09vconfig: make it NOEXECDenys Vlasenko
2017-08-09rpm: code shrinkDenys Vlasenko
2017-08-09shell: more efficient check for EOL in readDenys Vlasenko
2017-08-09hush: implement -d DELIM option for 'read'Denys Vlasenko
2017-08-09ash: implement -d DELIM option for readJohannes Schindelin
2017-08-09chcon: show '--reference' in help text only if LONG_OPTS=yXabier Oneca
2017-08-08start-stop-daemon: show only short options in --help textDenys Vlasenko
2017-08-08ftpgetput: show only short options in --help textDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko