diff options
author | Andriy Gapon <avg@FreeBSD.org> | 2013-02-03 09:57:39 +0000 |
---|---|---|
committer | Andriy Gapon <avg@FreeBSD.org> | 2013-02-03 09:57:39 +0000 |
commit | 36b7dde4167b0bde8317d1341faf5fe92547d16a (patch) | |
tree | 0cbd8af6d2fcc2391a51c88f2c190865a8310018 /release/i386/mkisoimages.sh | |
parent | bf861ada380d5a3673cd5d61967bce0d287b0b1d (diff) | |
download | src-36b7dde4167b0bde8317d1341faf5fe92547d16a.tar.gz src-36b7dde4167b0bde8317d1341faf5fe92547d16a.zip |
allow for large KTR_ENTRIES values by allocating ktr_buf using malloc(9)
Only during very early boot, before malloc(9) is functional (SI_SUB_KMEM),
the static ktr_buf_init is used. Size of the static buffer is determined
by a new kernel option KTR_BOOT_ENTRIES. Its default value is 1024.
This commit builds on top of r243046.
Reviewed by: alc
MFC after: 17 days
Notes
Notes:
svn path=/head/; revision=246282
Diffstat (limited to 'release/i386/mkisoimages.sh')
0 files changed, 0 insertions, 0 deletions