Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-22 | More timeout(9) usage cleaned up. | Michael Knudsen | |
ok claudio | |||
2006-06-29 | do not check for master/io/mem enables; ok kettenis | Theo de Raadt | |
2005-08-09 | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in ↵ | Michael Shalayeff | |
pcisubmatch(); kettenis@ testing; brad@ ok | |||
2004-05-07 | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. | Todd C. Miller | |
This moves md5.c out of libkern and into sys/crypto where it belongs (as requested by markus@). Note that md5.c is still mandatory (dev/rnd.c uses it). Verified with IPsec + hmac-md5 and tcp md5sig. OK henning@ and hshoexer@ | |||
2004-05-04 | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | Alexander Yurchenko | |
This matches our SLIST behaviour and NetBSD's SIMPLEQ as well. ok millert krw deraadt | |||
2004-02-03 | advertise features of our crypto chips better; ok tdeval | Theo de Raadt | |
jason is being a slacker | |||
2004-01-09 | remove uvm_extern.h | Brad Smith | |
tested on alpha, i386, powerpc, sparc64, m68k. ok miod@ | |||
2003-06-02 | nuke clase 3 & 4 | Jason Wright | |
2003-05-07 | add missing device name parameters to printfs | Anil Madhavapeddy | |
jason@ ok | |||
2002-11-21 | From Angelos: | Jason Wright | |
- simplistic load balancing across multiple cards - simplified registration process - a few style nits. | |||
2002-09-24 | Don't use constants for the output parameter, use the iparam count as a ↵ | Jason Wright | |
pointer to the first result location. | |||
2002-09-18 | Write the operand registers with the correct endian (fortunately it just means | Jason Wright | |
writing to a different window to swizzle the bytes) | |||
2002-05-16 | DARPA blurb | Jason Wright | |
2002-05-15 | Driver for the Hifn 7814/7851/7854 HIPP1 processors; currently only supports | Jason Wright | |
the public key engine (very much like the 6500, surprise) and the rng. | |||
2002-01-08 | Remove nofn driver... it was much easier than I thought to support 7811 | Jason Wright | |
in the hifn7751 driver. | |||
2002-01-07 | Enough of a driver for 7811 to poll the random number generator for bits | Jason Wright | |