Page MenuHomeFreeBSD

stand/userboot: Simplify code
ClosedPublic

Authored by imp on Apr 4 2023, 6:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 17, 1:08 PM
Unknown Object (File)
Sun, Jan 5, 1:21 AM
Unknown Object (File)
Thu, Jan 2, 5:49 PM
Unknown Object (File)
Dec 12 2024, 8:46 PM
Unknown Object (File)
Oct 28 2024, 12:42 PM
Unknown Object (File)
Oct 1 2024, 11:48 AM
Unknown Object (File)
Oct 1 2024, 6:16 AM
Unknown Object (File)
Oct 1 2024, 2:06 AM
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