git: glxsb - Initial import from FreeBSD

Alex Hornung alexh at crater.dragonflybsd.org
Sun Oct 4 06:07:55 PDT 2009


commit c8ee5416544415b84ad441cbd62379093795bcb2
Author: Alex Hornung <ahornung at gmail.com>
Date:   Sat Sep 26 20:48:20 2009 +0100

    glxsb - Initial import from FreeBSD
    
    Obtained-from: FreeBSD

Summary of changes:
 sys/dev/crypto/glxsb/Makefile     |    6 +
 sys/dev/crypto/glxsb/glxsb.c      |  945 +++++++++++++++++++++++++++++++++++++
 sys/dev/crypto/glxsb/glxsb.h      |   57 +++
 sys/dev/crypto/glxsb/glxsb_hash.c |  182 +++++++
 4 files changed, 1190 insertions(+), 0 deletions(-)
 create mode 100644 sys/dev/crypto/glxsb/Makefile
 create mode 100644 sys/dev/crypto/glxsb/glxsb.c
 create mode 100644 sys/dev/crypto/glxsb/glxsb.h
 create mode 100644 sys/dev/crypto/glxsb/glxsb_hash.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c8ee5416544415b84ad441cbd62379093795bcb2


-- 
DragonFly BSD source repository





More information about the Commits mailing list