aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-18awk: after preinc/dec, only allow variable, field ref, array ref, or another ...Denys Vlasenko1-18/+69
2021-06-18free: implement -hDenys Vlasenko2-31/+53
2021-06-18xxd: implement -i "C style output"Denys Vlasenko3-26/+53
2021-06-18xxd: do not try reading from closed stdin when non-existent file is givenDenys Vlasenko1-0/+1
2021-06-17xxd: implement -o DISPLAYOFFSETDenys Vlasenko3-11/+22
2021-06-17hexdump: fix error messageDenys Vlasenko1-1/+1
2021-06-17ionice: implement -tDenys Vlasenko1-7/+10
2021-06-17env: implement -0Denys Vlasenko1-3/+6
2021-06-17mv: implement -t and -TDenys Vlasenko1-24/+50
2021-06-17uniq: support -zDenys Vlasenko3-11/+15
2021-06-16vi: reject change command when motion failsRon Yorston1-1/+12
2021-06-16vi: up/down motion beyond end of file should failRon Yorston1-25/+38
2021-06-16vi: keep autoindent if line isn't emptyRon Yorston1-1/+1
2021-06-16du: support -b "apparent size"Denys Vlasenko1-12/+21
2021-06-16blockdev: support --get/setraDenys Vlasenko1-5/+23
2021-06-16*: more --help tweaksDenys Vlasenko4-14/+12
2021-06-16lsof: print fd# tooDenys Vlasenko1-1/+1
2021-06-16telnetd: give inetd.conf example in --helpDenys Vlasenko3-4/+4
2021-06-16awk: fix use-after-free in "$BIGNUM1 $BIGGERNUM2" concat opDenys Vlasenko1-14/+71
2021-06-15hush: fix handling of "cmd && &"Denys Vlasenko1-1/+5
2021-06-15hush: fix handling of \^C and "^C"Denys Vlasenko9-0/+23
2021-06-15unlzma: fix a case where we could read before beginning of bufferDenys Vlasenko3-5/+17
2021-06-15man: fix segfault in "man 1"Denys Vlasenko1-1/+1
2021-06-15shuf: simplify check that we have at least one FILEDenys Vlasenko2-7/+4
2021-06-15*: more --help tweaksDenys Vlasenko10-11/+11
2021-06-15udhcpc: do not use inet_addr() to parse -r REQ_IP, it's deprecatedDenys Vlasenko1-1/+2
2021-06-15udhcpc: rename server_addr to server_id, fix id comparison if it's not specifiedDenys Vlasenko1-25/+19
2021-06-15udhcpc[6]: do not pass xid around, keep it in client_data.xidDenys Vlasenko3-60/+48
2021-06-15udhcpc: send client-id option in DHCPDECLINEDenys Vlasenko1-15/+22
2021-06-14vi: initialise tabstop once not for each fileRon Yorston1-1/+1
2021-06-14vi: ':r' should insert text after current lineRon Yorston1-5/+3
2021-06-14*: --help tweaksDenys Vlasenko21-40/+61
2021-06-13base32/64: accept -i "skip bad chars" option (currently in effect uncondition...Denys Vlasenko1-2/+4
2021-06-13*: more --help tweakingDenys Vlasenko9-19/+20
2021-06-13*: more --help tweaks, mostly expanding ts --helpDenys Vlasenko8-15/+18
2021-06-13*: --help tweaksDenys Vlasenko10-27/+35
2021-06-12bc: tweak overflow detection in a^bDenys Vlasenko1-5/+8
2021-06-12bc: code shrink: combine init() and copy() where we canDenys Vlasenko1-21/+16
2021-06-12bc: fix for mul overflow in scale calculation in a^bDenys Vlasenko1-8/+23
2021-06-06httpd_post_upload.cgi: use mktemp to avoid $RANDOMSergey Ponomarev1-1/+1