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