DragonFly BSD
DragonFly commits List (threaded) for 2005-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sbin/jscan dump_debug.c jfile.c jscan.8 jscan.c jscan.h jstream.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 6 Sep 2005 15:33:01 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]