Age | Commit message (Expand) | Author |
2014-07-13 | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-04 | format string fixes for bus_addr_t and bus_size_t | Stefan Fritsch |
2013-12-22 | format string fix: %08x instead of %p for uint32_t | Stefan Fritsch |
2012-03-14 | ubsec gets stuck after receiving a packet of a particular length | Mike Belopuhov |
2012-01-13 | handle m_copyback errors, this code is too sensitive for such | Mike Belopuhov |
2011-05-06 | acknowledge only those interrupts that we can process; | Mike Belopuhov |
2011-04-05 | Passing M_WAITOK to mbuf functions is supposed to be a contract between | Bret Lambert |
2011-04-03 | use nitems(); no binary change for drivers that are compiled on amd64. | Jasper Lievisse Adriaanse |
2011-01-12 | A bunch more explicit_bzero calls for key material | Theo de Raadt |
2011-01-11 | for key material that is being being discarded, convert bzero() to | Theo de Raadt |
2010-12-15 | Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c to | Mike Belopuhov |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-04-08 | these files don't need to include proc.h anymore. ok oga for agp | Ted Unangst |
2010-01-10 | Fix two bugs in IPsec/HMAC-SHA2: | Markus Friedl |
2009-09-13 | M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal | Kenneth R Westerback |
2009-03-27 | Add support for the BCM5825 and the next-generation BCM5860, 5861, | Reyk Floeter |
2009-03-25 | add support for AES-CBC with the BCM5823 (or newer, but we don't support newer | Reyk Floeter |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback |
2007-09-18 | arc4random_bytes() is the preferred interface for generating nonces; | Damien Miller |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
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 pcisub... | Michael Shalayeff |
2004-05-07 | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. | Todd C. Miller |
2004-05-04 | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | Alexander Yurchenko |
2004-02-03 | advertise features of our crypto chips better; ok tdeval | Theo de Raadt |
2004-01-09 | remove uvm_extern.h | Brad Smith |
2003-09-03 | support for bcm5823; based on patch from Jim Lambert, jlamber at futurex dot ... | Jason Wright |
2003-08-14 | kill unneeded caddr_t casts for *_copyback | Jason Wright |
2003-08-08 | x is probably just as random as letoh32(x), don't bother byte swapping the nu... | Jason Wright |
2003-08-01 | ansi | Theo de Raadt |
2003-06-04 | nuke clause 3 & 4 (ok with patrik) | Jason Wright |
2003-04-19 | correct opacket/obytes statistics; from sam@freebsd | Jason Wright |
2003-04-19 | Make the ubsec_feed* routines void, noone looks at the return value (always z... | Jason Wright |
2003-04-02 | add support for the other Sun Crypto 1000; from sam at errno dot com | Jason Wright |
2003-02-14 | Let UBSEC_DEBUG compile; based on diff from sam at errno dot com | Jason Wright |
2002-12-06 | Don't use the RNG oscillator output directly, use the sha1'd version (the | Jason Wright |
2002-12-05 | Treat RNGSHA1 operations the same as RNGBYPASS for callback purposes (they | Jason Wright |
2002-11-21 | From Angelos: | Jason Wright |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-10 | Match the Sun Crypto Adapter 1000, it appears to be a broadcom 5821. | Jason Wright |
2002-10-05 | match 5822 | Jason Wright |
2002-09-24 | Don't use constants for the output parameter, use the iparam count as a point... | Jason Wright |
2002-09-19 | remember: bits is bits and bytes is bytes... use -byte- count for bcopy not | Jason Wright |
2002-09-12 | - Split out the hardware and software normalization versions of modexp... | Jason Wright |
2002-09-11 | - On reset, disable hardware normalization for 582x and make sure the chip is... | Jason Wright |
2002-09-04 | Treat 5822 the same as 5820 | Jason Wright |
2002-09-04 | 5801 has no pk or rng support | Jason Wright |