CVS commit: src/usr.bin/cksum

2021-03-18 Thread Aleksey Cheusov
Module Name:src Committed By: cheusov Date: Thu Mar 18 18:12:35 UTC 2021 Modified Files: src/usr.bin/cksum: cksum.c crc.c crc_extern.h extern.h print.c sum1.c sum2.c Log Message: cksum: use POSIX type uint32_t instead of u_int32_t To generate a diff of this c

CVS commit: src/usr.bin/cksum

2020-04-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 27 07:30:54 UTC 2020 Modified Files: src/usr.bin/cksum: crc.c Log Message: Explicitly cast the number of bytes passed to crc_buf() to size_t, as we made sure it is positive already. Fixes the build. To generate a diff of

CVS commit: src/usr.bin/cksum

2020-04-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Apr 27 03:26:10 UTC 2020 Modified Files: src/usr.bin/cksum: crc.c Log Message: Speed up cksum word-by-word with a 15 KB table generated dynamically. (Really we could generate the main table dynamically too.) >From anonymo

CVS commit: src/usr.bin/cksum

2019-12-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 15 04:50:29 UTC 2019 Modified Files: src/usr.bin/cksum: cksum.1 Log Message: bump date To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/usr.bin/cksum/cksum.1 Please note that diffs are not public doma

CVS commit: src/usr.bin/cksum

2014-10-29 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Oct 29 18:09:35 UTC 2014 Modified Files: src/usr.bin/cksum: crc.c Log Message: Fix build. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/cksum/crc.c Please note that diffs are not public domain;

CVS commit: src/usr.bin/cksum

2014-08-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 31 07:23:53 UTC 2014 Modified Files: src/usr.bin/cksum: cksum.1 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/usr.bin/cksum/cksum.1 Please note that diffs are not pu

CVS commit: src/usr.bin/cksum

2014-08-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 31 07:05:33 UTC 2014 Modified Files: src/usr.bin/cksum: cksum.1 cksum.c Log Message: PR/49134: Kamil Rytarowski: Add -q flag. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.bin/cksum/cksum.1 cvs

CVS commit: src/usr.bin/cksum

2012-06-24 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jun 25 02:32:12 UTC 2012 Modified Files: src/usr.bin/cksum: cksum.1 Log Message: Omit outdated cryptographic claims as noted in PR 44160. Interested readers can follow the references or read Wikipedia; this is the wrong pl

CVS commit: src/usr.bin/cksum

2011-08-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 29 14:12:29 UTC 2011 Modified Files: src/usr.bin/cksum: cksum.c Log Message: static + __dead To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.bin/cksum/cksum.c Please note that diffs are not public d

CVS commit: src/usr.bin/cksum

2010-05-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 14 01:57:21 UTC 2010 Modified Files: src/usr.bin/cksum: cksum.1 Log Message: Use plain \* not \\*. Fix trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr.bin/cksum/cksum.1 Please no