Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/opencrypto



Module Name:    src
Committed By:   tls
Date:           Fri Feb  1 04:52:35 UTC 2008

Modified Files:
        src/sys/opencrypto: criov.c crypto.c cryptodev.c cryptodev.h
            cryptosoft.c

Log Message:
This code never worked on a released version of FreeBSD in the form it's
been in in our tree, and certainly does not work on any version of FreeBSD
now.  Run through unifdef -D__NetBSD__ -U__FreeBSD__ yielding a small
reduction of size and a dramatic improvement in readability.

No, this does not yield any meaningful decrease in patchability (unlike
mechanical changes that touch live source lines) -- try it and see.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/opencrypto/criov.c
cvs rdiff -r1.21 -r1.22 src/sys/opencrypto/crypto.c
cvs rdiff -r1.30 -r1.31 src/sys/opencrypto/cryptodev.c
cvs rdiff -r1.9 -r1.10 src/sys/opencrypto/cryptodev.h
cvs rdiff -r1.17 -r1.18 src/sys/opencrypto/cryptosoft.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index