Page MenuHomeFreeBSD

sys: move sys/kern/md[45].c to sys/crypto
ClosedPublic

Authored by fuz on Oct 4 2025, 9:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 3, 3:54 AM
Unknown Object (File)
Sat, Nov 1, 1:58 AM
Unknown Object (File)
Fri, Oct 31, 8:18 PM
Unknown Object (File)
Fri, Oct 31, 6:45 AM
Unknown Object (File)
Thu, Oct 30, 2:17 PM
Unknown Object (File)
Wed, Oct 22, 4:37 AM
Unknown Object (File)
Tue, Oct 21, 12:09 PM
Unknown Object (File)
Fri, Oct 17, 7:39 AM
Subscribers

Details

Summary

Both files are used by kernel and userspace.
Move them to sys/crypto where they belong.

No functional changes intended.

In preparation of D45670.

Test Plan

builds fine

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

fuz requested review of this revision.Oct 4 2025, 9:47 PM
markj added inline comments.
stand/libsa/Makefile
191–192

I'd remove this comment too, it's not useful.

This revision is now accepted and ready to land.Tue, Oct 7, 7:11 PM

Will do. I had to stop with the MD5 changeset as I noticed a performance regression on AMD Zen 4, which I will have to look into in more detail.

This revision was automatically updated to reflect the committed changes.