sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
another missing change for recent crypto mods
Implement support for HMAC/SHA1 and HMAC/SHA256 acceleration found innew VIA CPUs.For older CPUs HMAC/SHA1 and HMAC/SHA256 (and others) will still be donein software.Move symmetric cryptography
Implement support for HMAC/SHA1 and HMAC/SHA256 acceleration found innew VIA CPUs.For older CPUs HMAC/SHA1 and HMAC/SHA256 (and others) will still be donein software.Move symmetric cryptography (currently only AES-CBC 128/192/256) topadlock_cipher.c file. Move HMAC cryptography to padlock_hash.c file.Hardware from: Centaur Technologies
show more ...
Add VIA/ACE "PadLock" support as a crypto(9) driver.HW donated by: Mike Tancsa <[email protected]>Most of the code obtained from: OpenBSDMFC after: 3 days