Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-02 | Put the ISES firmware under dev/microcode/. | Hakan Olsson | |
2001-06-27 | Remove an unused function call. | Hakan Olsson | |
2001-06-25 | Cleanup/rewrite. Some further work. No crypto yet. | Hakan Olsson | |
2001-06-24 | Some cleanup. | Hakan Olsson | |
2001-06-23 | Conform to new crypto_register() prototype | Angelos D. Keromytis | |
2001-06-23 | merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts ↵ | Theo de Raadt | |
inside OpenSSL codebase | |||
2001-06-12 | Make pci_mapreg_map take an extra argument where we can | Niklas Hallqvist | |
put a size limitation of the PCI region to map. That makes the PERC 3/Di raid controller usable, as it publishes too much PCI memory for us to map in the kernel virtual memory. As we only access the first 256 byte it is of no use to map 128MB of kvm. | |||
2001-06-05 | memset/memcpy -> bzero/bcopy. Some KNF. | Hakan Olsson | |
2001-06-04 | Some further work. No crypto yet. | Hakan Olsson | |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis | |
security properties of the packets to be pushed up to the application (not done yet). Eventually, this will be turned into a packet attributes framework. Make sure tdbi's are free'd/cleared properly whenever drivers (or NFS) does weird things with mbufs. | |||
2001-01-30 | KNF from niklas@. :) | Hakan Olsson | |
2001-01-29 | Generate less random data. Suggested by mickey@. | Hakan Olsson | |
2001-01-29 | Driver for the Pijnenburg PCC-ISES crypto chip. For now, it only generates | Hakan Olsson | |
random data for the system entropy pool. No crypto yet. |