2009-02-16 Valentin Hilbig * diskus.c (dump_sect): Option -xd now works as intended (before it always was active). 2009-02-16 Valentin Hilbig * diskus.c (backoff): Bugfix, backoff could go backwards in some cases. (backoff): changed such, that it starts with (or below) the blocksize, if blocksize is smaller than SKIP_BYTES. (null_worker): -null option now works again 2009-01-08 Valentin Hilbig * Makefile.tino (ADD_LDFLAGS): Install now into /usr/local/bin/ as it is a system tool * diskus.c (dump_sect, check_worker): dump offset added to correct offset printing 2009-01-06 Valentin Hilbig * diskus.c (dump_worker): changed to use new tino_xd_do() (main, struct diskus_cfg): hexdump mode added 2009-01-03 Valentin Hilbig * diskus.c (run_read_type): changed from read_allE() to readE(), to get besser error response. (run_read_type): Clearing of input buffer added, to protect against some glitch which might forget to fill the buffer with new data. (However AFAICS it just fills it with old random data.) 2008-09-28 Valentin Hilbig * diskus.c (diskus_err, diskus_log, diskus_vlog): added (check_worker): now uses diskus_err (main, run_read, backoff): Option -jump (read_worker): bugfix, on init (NULL) do not increment pos 2008-09-28 Valentin Hilbig * diskus.c (getblock): added (run_read, run_write): now uses getblock to get aligned working buffer 2008-08-03 Valentin Hilbig * diskus.c (main): added ETTDU110F if -write given to non-write mode 2008-05-28 Valentin Hilbig * diskus.c (run_write): Counts corrected 2008-05-27 Valentin Hilbig * diskus.c (dump_worker): print final byte count 2008-01-18 Valentin Hilbig * diskus.c (main): return values made better diagnostics now 2007-12-30 Valentin Hilbig * diskus.c (dump_worker): forgot an unsigned, so on negative characters repeated sequences were not detected. (dump_worker, check_worker, main): Option -expand 2007-10-05 Valentin Hilbig * diskus.c (create_sector): Length calculation was with an offset of 1. This never placed the id on the last byte of a sector. Not harmful, but not clean ;) 2007-09-18 * diskus.c (check_worker): bug removed