Commit History

Author SHA1 Message Date
  Elliott Hughes 1ba53eead1 dd: simplify signal handling and fix status output. 3 years ago
  Rob Landley 9cce74afd2 Only attempt to truncate regular files in dd. 3 years ago
  Chris Sarra 204f8c56d6 Add ftruncate logic to handle non-regular files 3 years ago
  Ethan Sommer a17730d630 remove unneeded ; after GLOBALS 4 years ago
  Elliott Hughes c8d4b96a93 dd: fix skip= with short reads. 4 years ago
  Elliott Hughes 0d754b823c dd: iflags, oflags, fix ^C, fix the fundamental loop. 5 years ago
  Elliott Hughes 4c6f35ea52 dd: fix seek= on stdout. 5 years ago
  Elliott Hughes 74f22a7d5c Some more --help consistency. 5 years ago
  Rob Landley d1e85b9c46 dd cleanup: binary search is overkill, eliminate struct pair, 7 years ago
  Rob Landley a0e2e7d305 Make dd use atolx_range(), and teach atolx_range() about "w" suffix (word, *2). 7 years ago
  Rob Landley 7419347188 A round of dd cleanup. 7 years ago
  Rob Landley 5b360d8da3 Inline setup_inout(), test ftruncate() return value, move gettimeofday() before 8 years ago
  Rob Landley 027a73a903 Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, 8 years ago
  Elliott Hughes d5088a0596 dd improvements. 8 years ago
  Rob Landley e5354ca12a Replace toys.exithelp with help_exit() in lib. 8 years ago
  Elliott Hughes 0fb4651947 Different tools have different ideas about what human-readable output 9 years ago
  Elliott Hughes 845dc93c1a add missing space in dd output 9 years ago
  Rob Landley 48c172ba58 Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make du use it, move it from lib/pending.c to lib.c. 10 years ago
  Rob Landley 35b40be7aa du from Ashwini Sharma. 10 years ago