git: mbuf(9): Remove obsolete and unused 'kern.ipc.mbuf_wait' sysctl

Aaron LI aly at crater.dragonflybsd.org
Fri Nov 10 01:58:12 PST 2023


commit 09195ea1e011de3467e84938bb25179dfe10c0a6
Author: Aaron LI <aly at aaronly.me>
Date:   Mon Nov 6 13:45:06 2023 +0800

    mbuf(9): Remove obsolete and unused 'kern.ipc.mbuf_wait' sysctl
    
    This sysctl MIB has been obsolete and unused since the re-implementation
    of mbuf allocation using objcache(9) in commit 7b6f875 (year 2005).
    Remove this sysctl MIB.
    
    Update the mbuf.9 manpage about the 'how' argument to avoid ambiguity,
    i.e., MGET()/m_get() etc. would not fail if how=M_WAITOK.

Summary of changes:
 share/man/man9/mbuf.9 | 17 ++++++++---------
 sys/kern/subr_param.c |  1 -
 sys/kern/uipc_mbuf.c  |  5 +----
 sys/sys/mbuf.h        |  1 -
 4 files changed, 9 insertions(+), 15 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/09195ea1e011de3467e84938bb25179dfe10c0a6


-- 
DragonFly BSD source repository


More information about the Commits mailing list