index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
safe.c
Age
Commit message (
Expand
)
Author
2015-07-16
Expand ancient NTOHL/NTOHS/HTONS/HTONL macros.
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-08-15
Remove support for public key operations
Mike Belopuhov
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
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-01-13
handle m_copyback errors, this code is too sensitive for such
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
use explicit_bzero() for key materials, including that in the session.
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-06
update a random sampling of drivers after the proc.h -> systm.h move
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-06-25
Change safe_rng_read() from __inline to static __inline like
Jonathan Gray
2008-10-15
Second pass of simple timeout_add -> timeout_add_sec conversions
Bret Lambert
2008-06-09
rename arc4random_bytes => arc4random_buf to match libc's nicer name;
Damien Miller
2007-09-18
arc4random_bytes() is the preferred interface for generating nonces;
Damien Miller
2007-02-28
of of
Theo de Raadt
2006-06-29
do not check for master/io/mem enables; ok kettenis
Theo de Raadt
2006-03-12
make SAFE_DEBUG compile clean; ssehic@gmail
Theo de Raadt
2006-02-06
typos from alexey dobriyan;
Jason McIntyre
2005-12-17
Replace 'while (j>=0)' constructs with safer, more KNF friendly for()
Kenneth R Westerback
2005-11-09
fix comments, splimp -> splnet
Brad Smith
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-08-22
need to flip the operands wordwise for big endian machines. modexp works
Jason Wright
2003-08-20
How about we NOT stomp all over memory past the end of the result buffer.
Jason Wright
2003-08-20
- The safenet chip really likes it's big nums to be written to different
Jason Wright
2003-08-20
most of the infrastructure to support public key operation. This is just
Jason Wright
2003-08-14
add more delays during init
Jason Wright
2003-08-14
remove magic swapping constants in favor of the #defines I added a few
Jason Wright
2003-08-14
- remove some uneeded junk (mainly leftovers from ubsec cut/paste)
Jason Wright
2003-08-12
- Don't need the bus_dma callback cruft as we have everything necessary in the
Jason Wright
2003-08-12
cleaning: remove sc_flags and FBSDID junk
Jason Wright
2003-08-12
safenet 1141 driver from freebsd (sam at errno):
Jason Wright