summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-20shred: implement -s SIZEDenys Vlasenko
2021-06-20lsattr: support more ext2 flagsDenys Vlasenko
2021-06-20lsattr,chattr: support -pDenys Vlasenko
2021-06-20taskset: fix for PID longer than 12 charsDenys Vlasenko
2021-06-19taskset: implement -aDenys Vlasenko
2021-06-19hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN}Denys Vlasenko
2021-06-18awk: after preinc/dec, only allow variable, field ref, array ref, or another ...Denys Vlasenko
2021-06-18free: implement -hDenys Vlasenko
2021-06-18xxd: implement -i "C style output"Denys Vlasenko
2021-06-18xxd: do not try reading from closed stdin when non-existent file is givenDenys Vlasenko
2021-06-17xxd: implement -o DISPLAYOFFSETDenys Vlasenko
2021-06-17hexdump: fix error messageDenys Vlasenko
2021-06-17ionice: implement -tDenys Vlasenko
2021-06-17env: implement -0Denys Vlasenko
2021-06-17mv: implement -t and -TDenys Vlasenko
2021-06-17uniq: support -zDenys Vlasenko
2021-06-16vi: reject change command when motion failsRon Yorston
2021-06-16vi: up/down motion beyond end of file should failRon Yorston
2021-06-16vi: keep autoindent if line isn't emptyRon Yorston
2021-06-16du: support -b "apparent size"Denys Vlasenko
2021-06-16blockdev: support --get/setraDenys Vlasenko
2021-06-16*: more --help tweaksDenys Vlasenko
2021-06-16lsof: print fd# tooDenys Vlasenko
2021-06-16telnetd: give inetd.conf example in --helpDenys Vlasenko
2021-06-16awk: fix use-after-free in "$BIGNUM1 $BIGGERNUM2" concat opDenys Vlasenko
2021-06-15hush: fix handling of "cmd && &"Denys Vlasenko
2021-06-15hush: fix handling of \^C and "^C"Denys Vlasenko
2021-06-15unlzma: fix a case where we could read before beginning of bufferDenys Vlasenko
2021-06-15man: fix segfault in "man 1"Denys Vlasenko
2021-06-15shuf: simplify check that we have at least one FILEDenys Vlasenko
2021-06-15*: more --help tweaksDenys Vlasenko
2021-06-15udhcpc: do not use inet_addr() to parse -r REQ_IP, it's deprecatedDenys Vlasenko
2021-06-15udhcpc: rename server_addr to server_id, fix id comparison if it's not specifiedDenys Vlasenko
2021-06-15udhcpc[6]: do not pass xid around, keep it in client_data.xidDenys Vlasenko
2021-06-15udhcpc: send client-id option in DHCPDECLINEDenys Vlasenko
2021-06-14vi: initialise tabstop once not for each fileRon Yorston
2021-06-14vi: ':r' should insert text after current lineRon Yorston
2021-06-14*: --help tweaksDenys Vlasenko
2021-06-13base32/64: accept -i "skip bad chars" option (currently in effect uncondition...Denys Vlasenko
2021-06-13*: more --help tweakingDenys Vlasenko
2021-06-13*: more --help tweaks, mostly expanding ts --helpDenys Vlasenko
2021-06-13*: --help tweaksDenys Vlasenko
2021-06-12bc: tweak overflow detection in a^bDenys Vlasenko
2021-06-12bc: code shrink: combine init() and copy() where we canDenys Vlasenko
2021-06-12bc: fix for mul overflow in scale calculation in a^bDenys Vlasenko
2021-06-06httpd_post_upload.cgi: use mktemp to avoid $RANDOMSergey Ponomarev
2021-06-06ash: save Ron's patch from oblivionDenys Vlasenko
2021-06-06shells: do not allow bare "read" in non-bash compat configsDenys Vlasenko
2021-06-05ash: add process substitution in bash-compatibility modeRon Yorston
2021-06-05run-parts: permit dot later in file nameJán Sáreník