aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
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