cvs commit: src/sbin/jscan dump_debug.c jfile.c jscan.8 jscan.c jscan.h jstream.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Sep 6 15:34:03 PDT 2005
dillon 2005/09/06 15:33:01 PDT
DragonFly src repository
Modified files:
sbin/jscan dump_debug.c jfile.c jscan.8 jscan.c
jscan.h jstream.c
Log:
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.
Revision Changes Path
1.6 +2 -1 src/sbin/jscan/dump_debug.c
1.8 +87 -12 src/sbin/jscan/jfile.c
1.8 +9 -1 src/sbin/jscan/jscan.8
1.7 +25 -2 src/sbin/jscan/jscan.c
1.8 +1 -0 src/sbin/jscan/jscan.h
1.7 +2 -0 src/sbin/jscan/jstream.c
http://www.dragonflybsd.org/cvsweb/src/sbin/jscan/dump_debug.c.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/jscan/jfile.c.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/jscan/jscan.8.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/jscan/jscan.c.diff?r1=1.6&r2=1.7&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/jscan/jscan.h.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/jscan/jstream.c.diff?r1=1.6&r2=1.7&f=u
More information about the Commits
mailing list