aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * ionice: implement -tDenys Vlasenko2021-06-171-7/+10
| * env: implement -0Denys Vlasenko2021-06-171-3/+6
| * mv: implement -t and -TDenys Vlasenko2021-06-171-24/+50
| * uniq: support -zDenys Vlasenko2021-06-173-11/+15
| * vi: reject change command when motion failsRon Yorston2021-06-161-1/+12
| * vi: up/down motion beyond end of file should failRon Yorston2021-06-161-25/+38
| * vi: keep autoindent if line isn't emptyRon Yorston2021-06-161-1/+1
| * du: support -b "apparent size"Denys Vlasenko2021-06-161-12/+21
| * blockdev: support --get/setraDenys Vlasenko2021-06-161-5/+23
| * *: more --help tweaksDenys Vlasenko2021-06-164-14/+12
| * lsof: print fd# tooDenys Vlasenko2021-06-161-1/+1
| * telnetd: give inetd.conf example in --helpDenys Vlasenko2021-06-163-4/+4
| * awk: fix use-after-free in "$BIGNUM1 $BIGGERNUM2" concat opDenys Vlasenko2021-06-161-14/+71
| * hush: fix handling of "cmd && &"Denys Vlasenko2021-06-151-1/+5
| * hush: fix handling of \^C and "^C"Denys Vlasenko2021-06-159-0/+23
| * unlzma: fix a case where we could read before beginning of bufferDenys Vlasenko2021-06-153-5/+17
| * man: fix segfault in "man 1"Denys Vlasenko2021-06-151-1/+1
| * shuf: simplify check that we have at least one FILEDenys Vlasenko2021-06-152-7/+4
| * *: more --help tweaksDenys Vlasenko2021-06-1510-11/+11
| * udhcpc: do not use inet_addr() to parse -r REQ_IP, it's deprecatedDenys Vlasenko2021-06-151-1/+2
| * udhcpc: rename server_addr to server_id, fix id comparison if it's not specifiedDenys Vlasenko2021-06-151-25/+19
| * udhcpc[6]: do not pass xid around, keep it in client_data.xidDenys Vlasenko2021-06-153-60/+48
| * udhcpc: send client-id option in DHCPDECLINEDenys Vlasenko2021-06-151-15/+22
| * vi: initialise tabstop once not for each fileRon Yorston2021-06-141-1/+1
| * vi: ':r' should insert text after current lineRon Yorston2021-06-141-5/+3
| * *: --help tweaksDenys Vlasenko2021-06-1421-40/+61
| * base32/64: accept -i "skip bad chars" option (currently in effect uncondition...Denys Vlasenko2021-06-131-2/+4
| * *: more --help tweakingDenys Vlasenko2021-06-139-19/+20
| * *: more --help tweaks, mostly expanding ts --helpDenys Vlasenko2021-06-138-15/+18
| * *: --help tweaksDenys Vlasenko2021-06-1310-27/+35
| * bc: tweak overflow detection in a^bDenys Vlasenko2021-06-121-5/+8
| * bc: code shrink: combine init() and copy() where we canDenys Vlasenko2021-06-121-21/+16
| * bc: fix for mul overflow in scale calculation in a^bDenys Vlasenko2021-06-121-8/+23
* | win32: changes to mntent implementationRon Yorston2021-06-273-64/+77
* | win32: handle -1 return status from execve(2)Ron Yorston2021-06-191-2/+3
* | mingw: don't include unwind tables in 64-bit buildRon Yorston2021-06-181-1/+1