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
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
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
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
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