aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-06-28108-982/+1571
|\
| * vi: stored search pattern applies to ':s'Ron Yorston2021-06-271-0/+12
| * ls: revert last change (short name must be allocated)Denys Vlasenko2021-06-251-1/+1
| * awk: move locals deeper into scopes where they are used, no logic changesDenys Vlasenko2021-06-251-30/+32
| * awk: more efficient -f FILE, document what "some trick in next_token" isDenys Vlasenko2021-06-251-9/+24
| * ash: parser: Fix VSLENGTH parsing with trailing garbageDenys Vlasenko2021-06-251-6/+3
| * ash: revert accidental change (should have been separate)Denys Vlasenko2021-06-251-3/+6
| * fdisk: commonalize stringsDenys Vlasenko2021-06-251-2/+2
| * cp,mv: fix -t DIR optionRon Yorston2021-06-253-4/+20
| * xxd: compat tweak for -iDenys Vlasenko2021-06-251-6/+9
| * uniq: really support -zRon Yorston2021-06-241-1/+1
| * switch_root: code shrink - use iterate_on_dir()Denys Vlasenko2021-06-241-21/+14
| * libbb: do not check closedir() in remove_file()Denys Vlasenko2021-06-241-5/+1
| * nproc: code shrinkDenys Vlasenko2021-06-241-1/+1
| * ls: code shrinkDenys Vlasenko2021-06-241-1/+1
| * taskset: use iterate_on_dir()Denys Vlasenko2021-06-241-18/+17
| * move iterate_on_dir() from e2fsprogs to libbbDenys Vlasenko2021-06-244-32/+33
| * e2fsprogs: code shrinkDenys Vlasenko2021-06-243-32/+36
| * lsattr,chattr: do not open e.g. device files unless asked directly; do not fo...Denys Vlasenko2021-06-242-6/+18
| * chattr: if IOC_FSGETXATTR fails, do not try IOC_FSSETXATTRDenys Vlasenko2021-06-231-5/+9
| * vi: fix read outside of text buffer during insertS Harris2021-06-231-1/+1
| * cpio: fix sscanf on unterminated bufferS Harris2021-06-231-1/+2
| * chattr: fix "chattr =ae -R FILE"Denys Vlasenko2021-06-231-4/+7
| * chattr,lsattr: share stat error messageDenys Vlasenko2021-06-232-3/+5
| * e2fsprogs/*: remove ioctl calling obfuscationDenys Vlasenko2021-06-235-175/+69
| * chattr: update list of attributes in --helpDenys Vlasenko2021-06-231-1/+10
| * cp: implement -nDenys Vlasenko2021-06-223-22/+28
| * crc32: code shrink for !CKSUM configDenys Vlasenko2021-06-221-11/+17
| * cksum: fix handling of read errorsDenys Vlasenko2021-06-221-3/+7
| * crc32: new appletDenys Vlasenko2021-06-221-15/+27
| * cp: implement -t DIRDenys Vlasenko2021-06-212-65/+82
| * cp: preparatory indenting of code block, no code changesDenys Vlasenko2021-06-211-31/+31
| * ascii: new appletDenys Vlasenko2021-06-211-0/+51
| * vi: fix backward search with GNU regexRon Yorston2021-06-211-20/+13
| * qwk: make code clearer, no actual code changesDenys Vlasenko2021-06-201-2/+3
| * df: support -t TYPEDenys Vlasenko2021-06-201-12/+19
| * df: POSIXLY_CORRECT sets _default_ scale, -m/-h overrides itDenys Vlasenko2021-06-201-7/+7
| * shred: with -u, unlink file even if it is zero lengthDenys Vlasenko2021-06-201-5/+5
| * shred: implement -s SIZEDenys Vlasenko2021-06-201-3/+11
| * lsattr: support more ext2 flagsDenys Vlasenko2021-06-202-13/+25
| * lsattr,chattr: support -pDenys Vlasenko2021-06-205-23/+88
| * taskset: fix for PID longer than 12 charsDenys Vlasenko2021-06-201-2/+3
| * taskset: implement -aDenys Vlasenko2021-06-191-39/+69
| * hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN}Denys Vlasenko2021-06-196-2/+64
| * awk: after preinc/dec, only allow variable, field ref, array ref, or another ...Denys Vlasenko2021-06-181-18/+69
| * free: implement -hDenys Vlasenko2021-06-182-31/+53
| * xxd: implement -i "C style output"Denys Vlasenko2021-06-183-26/+53
| * xxd: do not try reading from closed stdin when non-existent file is givenDenys Vlasenko2021-06-181-0/+1
| * xxd: implement -o DISPLAYOFFSETDenys Vlasenko2021-06-173-11/+22
| * hexdump: fix error messageDenys Vlasenko2021-06-171-1/+1