diff options
author | avg <avg@FreeBSD.org> | 2013-02-03 09:57:39 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2013-02-03 09:57:39 +0000 |
commit | 08016a40d72d610ac6322ad147f8a8ff7ac0e1e7 (patch) | |
tree | 0cbd8af6d2fcc2391a51c88f2c190865a8310018 /share/man/man6 | |
parent | e1f3d4e1aa9f4cf116f0046597bb1fe1ee36951b (diff) | |
download | FreeBSD-src-08016a40d72d610ac6322ad147f8a8ff7ac0e1e7.zip FreeBSD-src-08016a40d72d610ac6322ad147f8a8ff7ac0e1e7.tar.gz |
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
Diffstat (limited to 'share/man/man6')
0 files changed, 0 insertions, 0 deletions