small indentation and spelling diff

2016-11-21 Thread Kyle Milz
Hi tech@, Here's an indentation fix for libcrypto (the while in the context is actually a do/while) and a spelling fix for a comment in pf. Index: lib/libcrypto/bn/bn_sqrt.c === RCS file: /cvs/src/lib/libcrypto/bn/bn_sqrt.c,v retrie

add missing quote to root Makefile

2015-05-25 Thread Kyle Milz
Adding the beginning quote seems more consistent than removing the trailing one. Index: Makefile === RCS file: /cvs/src/Makefile,v retrieving revision 1.123 diff -u -p -r1.123 Makefile --- Makefile26 Aug 2014 20:19:25 - 1

small patch for rnd.c and tree.h

2015-05-24 Thread Kyle Milz
One grammar nitpick and a whitespace cleanup. Index: dev/rnd.c === RCS file: /cvs/src/sys/dev/rnd.c,v retrieving revision 1.174 diff -u -p -r1.174 rnd.c --- dev/rnd.c 4 May 2015 09:38:05 - 1.174 +++ dev/rnd.c 25 May 201

smtpd/dns.c whitespace fixes

2014-12-30 Thread Kyle Milz
I was reading through the smtpd code and found some whitespace inconsistencies. Diff below to fix. Index: usr.sbin/smtpd/dns.c === RCS file: /cvs/src/usr.sbin/smtpd/dns.c,v retrieving revision 1.79 diff -u -p -r1.79 dns.c --- usr.sb

Re: Somewhat important ACPI diff

2013-05-20 Thread Kyle Milz
On Mon, May 20, 2013 at 06:57:56PM +0200, Mark Kettenis wrote: > As diagnosed by some other people (armani@, jcs@?) a while ago, our > code to deal with IndexField() operators in our AML interpreter is > quite broken. It works for fields that are less than a byte in size, > but anything else is pr