Page MenuHomeFreeBSD

stand/userboot: Simplify code
ClosedPublic

Authored by imp on Apr 4 2023, 6:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 9, 1:28 PM
Unknown Object (File)
Thu, Apr 2, 3:57 AM
Unknown Object (File)
Sat, Mar 21, 4:26 PM
Unknown Object (File)
Mar 13 2026, 5:41 AM
Unknown Object (File)
Mar 7 2026, 5:47 AM
Unknown Object (File)
Mar 4 2026, 12:41 PM
Unknown Object (File)
Mar 1 2026, 4:08 PM
Unknown Object (File)
Feb 28 2026, 2:52 PM
Subscribers

Details

Summary

We have way more than 8k of stack for the current value of the zfs
bootonce attribute. Allocate buf on the stack rather than the
complicated malloc / free dance.

Sponsored by: Netflix

Diff Detail

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