aboutsummaryrefslogtreecommitdiff
path: root/miscutils (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-27vi: stored search pattern applies to ':s'Ron Yorston1-0/+12
2021-06-25ls: revert last change (short name must be allocated)Denys Vlasenko1-1/+1
2021-06-25awk: move locals deeper into scopes where they are used, no logic changesDenys Vlasenko1-30/+32
2021-06-25awk: more efficient -f FILE, document what "some trick in next_token" isDenys Vlasenko1-9/+24
2021-06-25ash: parser: Fix VSLENGTH parsing with trailing garbageDenys Vlasenko1-6/+3
2021-06-25ash: revert accidental change (should have been separate)Denys Vlasenko1-3/+6
2021-06-25fdisk: commonalize stringsDenys Vlasenko1-2/+2
2021-06-25cp,mv: fix -t DIR optionRon Yorston3-4/+20
2021-06-25xxd: compat tweak for -iDenys Vlasenko1-6/+9
2021-06-24uniq: really support -zRon Yorston1-1/+1
2021-06-24switch_root: code shrink - use iterate_on_dir()Denys Vlasenko1-21/+14
2021-06-24libbb: do not check closedir() in remove_file()Denys Vlasenko1-5/+1
2021-06-24nproc: code shrinkDenys Vlasenko1-1/+1
2021-06-24ls: code shrinkDenys Vlasenko1-1/+1
2021-06-24taskset: use iterate_on_dir()Denys Vlasenko1-18/+17
2021-06-24move iterate_on_dir() from e2fsprogs to libbbDenys Vlasenko4-32/+33
2021-06-24e2fsprogs: code shrinkDenys Vlasenko3-32/+36
2021-06-24lsattr,chattr: do not open e.g. device files unless asked directly; do not fo...Denys Vlasenko2-6/+18
2021-06-23chattr: if IOC_FSGETXATTR fails, do not try IOC_FSSETXATTRDenys Vlasenko1-5/+9
2021-06-23vi: fix read outside of text buffer during insertS Harris1-1/+1
2021-06-23cpio: fix sscanf on unterminated bufferS Harris1-1/+2
2021-06-23chattr: fix "chattr =ae -R FILE"Denys Vlasenko1-4/+7
2021-06-23chattr,lsattr: share stat error messageDenys Vlasenko2-3/+5
2021-06-23e2fsprogs/*: remove ioctl calling obfuscationDenys Vlasenko5-175/+69
2021-06-23chattr: update list of attributes in --helpDenys Vlasenko1-1/+10
2021-06-22cp: implement -nDenys Vlasenko3-22/+28
2021-06-22crc32: code shrink for !CKSUM configDenys Vlasenko1-11/+17
2021-06-22cksum: fix handling of read errorsDenys Vlasenko1-3/+7
2021-06-22crc32: new appletDenys Vlasenko1-15/+27
2021-06-21cp: implement -t DIRDenys Vlasenko2-65/+82
2021-06-21cp: preparatory indenting of code block, no code changesDenys Vlasenko1-31/+31