CVS commit: src/usr.bin/shmif_dumpbus

2020-04-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 1 21:04:34 UTC 2020 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: improve error messages, minor cleanups. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/shmif_dumpb

CVS commit: src/usr.bin/shmif_dumpbus

2014-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 18 14:40:17 UTC 2014 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: Might as well byteswap when we assign to local variables instead of when we use said variables. To generate a diff of this commi

CVS commit: src/usr.bin/shmif_dumpbus

2014-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 18 14:35:29 UTC 2014 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: quasi-cosmetic nit to previous: limit variable scope To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/s

CVS commit: src/usr.bin/shmif_dumpbus

2014-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 18 14:33:24 UTC 2014 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: Add compat for bus version 2. Fixes tests, but, XXX, should add tests for bus version 3. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/shmif_dumpbus

2014-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 18 14:23:24 UTC 2014 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: make name more descriptive: SWAPME -> FIXENDIAN no functional change To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.

CVS commit: src/usr.bin/shmif_dumpbus

2014-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 18 14:21:44 UTC 2014 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: fix tyop in error message To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/shmif_dumpbus/shmif_dumpbus.

CVS commit: src/usr.bin/shmif_dumpbus

2014-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 18 14:21:18 UTC 2014 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: support endian-independent operation on all platforms To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.bin/

CVS commit: src/usr.bin/shmif_dumpbus

2013-12-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Dec 20 10:04:33 UTC 2013 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: make portable To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.bin/shmif_dumpbus/shmif_dumpbus.c Please no

CVS commit: src/usr.bin/shmif_dumpbus

2013-12-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Dec 20 09:44:16 UTC 2013 Modified Files: src/usr.bin/shmif_dumpbus: Makefile Log Message: Allow overriding LIBCRT0 in mk.conf To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/shmif_dumpbus/Makefile Ple

CVS commit: src/usr.bin/shmif_dumpbus

2013-12-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Dec 20 09:36:03 UTC 2013 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: RCS Id police stings again! To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/shmif_dumpbus/shmif_dumpbus

CVS commit: src/usr.bin/shmif_dumpbus

2013-12-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Dec 20 09:32:13 UTC 2013 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: If creating a pcap dump to stdout, print metainfo to stderr. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr

CVS commit: src/usr.bin/shmif_dumpbus

2011-03-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 14 11:13:22 UTC 2011 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: nd actually make the logic clause correct To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/shmif_dump

CVS commit: src/usr.bin/shmif_dumpbus

2011-03-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 14 11:10:35 UTC 2011 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: make the code also correctly correct, not just xxxgcc'ly correct To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src

CVS commit: src/usr.bin/shmif_dumpbus

2011-03-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 14 11:08:29 UTC 2011 Modified Files: src/usr.bin/shmif_dumpbus: Makefile shmif_dumpbus.c Log Message: * attempt to make this endian-independent (tested only on el) * write via libpcap (since i thought there would be some fa

CVS commit: src/usr.bin/shmif_dumpbus

2011-03-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Mar 12 18:27:42 UTC 2011 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: Apropos, pcap doesn't export the on-disk pcap packet header but only the in-memory one. Since the in-memory one uses struct timev

CVS commit: src/usr.bin/shmif_dumpbus

2011-03-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 10 10:11:25 UTC 2011 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: Add some asserts to make sure the bus offset isn't beyond what we mapped. (I had a very interesting time last night trying to fig

CVS commit: src/usr.bin/shmif_dumpbus

2011-03-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 9 12:56:09 UTC 2011 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: print processing details only if we've not outputting a pcap file to stdout To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/usr.bin/shmif_dumpbus

2011-01-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jan 12 19:53:12 UTC 2011 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.1 Log Message: Fix xref. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/shmif_dumpbus/shmif_dumpbus.1 Please note that