History log of /openbsd/sys/crypto/criov.c (Results 1 – 20 of 20)
Revision Date Author Comments
# 21dab745 14-Mar-2015 jsg <jsg@openbsd.org>

Remove some includes include-what-you-use claims don't
have any direct symbols used. Tested for indirect use by compiling
amd64/i386/sparc64 kernels.

ok tedu@ deraadt@


# 7f58a11f 14-Sep-2014 jsg <jsg@openbsd.org>

remove uneeded proc.h includes
ok mpi@ kspillner@


# a30de4a2 13-Jul-2014 deraadt <deraadt@openbsd.org>

do not need malloc.h


# e6c6495d 08-Jul-2014 deraadt <deraadt@openbsd.org>

decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
don't need to be married.
ok guenther miod beck jsing kettenis


# 3957c1c0 29-Dec-2006 pedro <pedro@openbsd.org>

Avoid void * arithmetic, okay deraadt@, suggestions from millert@


# 28e1891f 19-Nov-2006 jmc <jmc@openbsd.org>

typo; from bret lambert
ok pedro


# 9941f4a6 14-Aug-2003 jason <jason@openbsd.org>

mirror change in mbufs: cuio_copyback's 4th arg is now const void *


# c74b805a 31-Jul-2003 markus <markus@openbsd.org>

pasto; lha@stacken.kth.se


# 0a6a2336 03-Jun-2003 deraadt <deraadt@openbsd.org>

license cleanup regarding term 4


# f4129a21 10-Jun-2002 espie <espie@openbsd.org>

__FUNCTION__ -> __func__


# e1fbdbb0 01-Mar-2002 provos <provos@openbsd.org>

helper functions for uio (cuio_apply and cuio_getptr) okay deraadt@


# 62adea20 29-Jan-2002 jason <jason@openbsd.org>

Remove the iov2pages/mbuf2pages API... All of the relevant arch's support
bus_dma(9) which actually does this job correctly.


# 489e49f9 06-Nov-2001 miod <miod@openbsd.org>

Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
(Look ma, I might have broken the tree)


# 0528e431 12-Aug-2001 mickey <mickey@openbsd.org>

remove redundant vm includes


# 82eb8fde 23-Jun-2001 deraadt <deraadt@openbsd.org>

merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts inside OpenSSL codebase


# 85ad848d 18-Jun-2001 deraadt <deraadt@openbsd.org>

oops, backwards check


# 71f13d19 18-Jun-2001 deraadt <deraadt@openbsd.org>

incorrect panic message


# 4623eeec 08-Jun-2001 art <art@openbsd.org>

Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to
boolean_t pmap_extract(struct pmap *, vaddr_t, paddr_t *).
Matches NetBSD. Tested by various people on various platforms.


# 8d04f523 14-May-2001 deraadt <deraadt@openbsd.org>

use real uio


# 4385f535 13-May-2001 deraadt <deraadt@openbsd.org>

initial cut at /dev/crypto support. takes original mbuf "try, and discard
if we fail" semantics and extends to two varients of data movement: mbuf,
or an iovec style block.