Rework and expand the algorithms in JSCAN, part 3/?.
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 6 Sep 2005 22:33:00 +0000 (22:33 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 6 Sep 2005 22:33:00 +0000 (22:33 +0000)
commitcbeb73b99d7bc3acc24b167c7dcee1be03977db2
tree6d6fe4c86b5fa3c77c3156f306a68d95e63b09a8
parentcecff5c1819f7735be082bb4a54ce23708e1e237
Rework and expand the algorithms in JSCAN, part 3/?.

* Have the debug dump print out raw record transaction id's.
* Fix a number of bugs in the prefix set code (the files were being
  strtoul'd in base 10 rather then base 16).
* Make multiple commands on the command line work (e.g. -w and -m together).
* Fix a few jseek() bugs.
* Add '-f' which operates like tail -f and allows a batch operation on e.g.
  a prefix file set to poll for more data.

Still TODO: ACK protocol, raw output (-o/-O) protocol, temporary mode for
record files (-W), and many other things.
sbin/jscan/dump_debug.c
sbin/jscan/jfile.c
sbin/jscan/jscan.8
sbin/jscan/jscan.c
sbin/jscan/jscan.h
sbin/jscan/jstream.c