Circular queues are gone

2015-12-27 Thread Chris Hettrick
Circular queues are gone, so remove remaining references to them. Index: sys/sys/queue.h === RCS file: /cvs/src/sys/sys/queue.h,v retrieving revision 1.42 diff -u -p -r1.42 queue.h --- sys/sys/queue.h 19 Nov 2015 21:03:36 -

[PATCH] sysmerge fix for yp removal in chpass

2015-11-27 Thread Chris Hettrick
Hi tech@ sysmerge will not add new users since -l flag in chpass is now gone. Index: src/usr.sbin/sysmerge/sysmerge.sh === RCS file: /cvs/src/usr.sbin/sysmerge/sysmerge.sh,v retrieving revision 1.216 diff -u -p -u -r1.216

[PATCH] libssl: malloc checks for NULL

2014-05-31 Thread Chris Hettrick
Hi tech@ Here are some missing checks for NULL after malloc. I sent these in a bit ago, but I didn't see them picked up. Regards Index: src/apps/apps.c === RCS file: /cvs/src/lib/libssl/src/apps/apps.c,v retrieving revision 1.56

[patch] libssl malloc check for NULL

2014-05-24 Thread Chris Hettrick
Hi tech@ Here are some missing checks for NULL after malloc(). Index: libssl/src/apps/apps.c === RCS file: /cvs/src/lib/libssl/src/apps/apps.c,v retrieving revision 1.52 diff -u -p -r1.52 apps.c --- libssl/src/apps/apps.c 23

[PATCH] 2 of 2 s3_lib.c KNF cleanup

2014-05-03 Thread Chris Hettrick
Hi tech@ Apply this diff after my previous diff. This diff cleans up the non-whitespace KNF in s3_lib.c --- s3_lib.cThu May 1 21:32:06 2014 +++ /usr/src/lib/libssl/src/ssl/s3_lib.cFri May 2 22:10:24 2014 @@ -1357,7 +1357,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {

[PATCH] 1 of 2 s3_lib.c KNF cleanup

2014-05-03 Thread Chris Hettrick
Hi tech@ Some KNF whitespace cleanup in s3_lib.c that can be checked with tr and md5. Another diff will follow for the non-whitespace KNF cleanup. Index: src/ssl/s3_lib.c === RCS file: /cvs/src/lib/libssl/src/ssl/s3_lib.c,v

[PATCH] 1 of 2 s3_lib.c KNF retry

2014-05-03 Thread Chris Hettrick
Hi tech@ I was too ambitious with the previous diffs. Here they are again. First diff is whitespace only that can be checked with tr and md5. Second diff is for non-whitespace KNF cleanup. Index: s3_lib.c === RCS file:

Patch to uftdi(4): update list of supported chips

2014-01-09 Thread Chris Hettrick
Hi tech@ Here is an update to uftdi(4) that lists all the currently supported FTDI chips. Index: uftdi.4 === RCS file: /cvs/src/share/man/man4/uftdi.4,v retrieving revision 1.28 diff -u -p -r1.28 uftdi.4 --- uftdi.4 11 Sep 2012

Patch for FTDI FT-X USB devices

2014-01-07 Thread Chris Hettrick
Hi tech@ This adds support for the new FTDI FT-X series serial chips. They are USB serial to I2C, SPI, etc bridge chips and attach as ucom. Tested with an FT201X on macppc and i386, but should also work for the FT200XD, FT220X, FT221X, FT230X, FT231X, FT234XD, and FT240X. They all have the same