git: uname(1): Add '-b' flag to show the kernel's build-ID

Aaron LI aly at crater.dragonflybsd.org
Sun Jun 21 03:01:59 PDT 2026


commit b38721c7cac251ceae55b09e9b19c6ff9760e14e
Author: Aaron LI <aly at aaronly.me>
Date:   Sun Jun 21 13:41:35 2026 +0800

    uname(1): Add '-b' flag to show the kernel's build-ID
    
    The kernel's build-ID has been exposed via the "kern.build_id" sysctl
    MIB.  Add a '-b' flag to uname(1) to report it.
    
    Obtained-from: FreeBSD (https://reviews.freebsd.org/D20511)

Summary of changes:
 usr.bin/uname/uname.1 |  7 ++++---
 usr.bin/uname/uname.c | 16 ++++++++++++++--
 2 files changed, 18 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b38721c7cac251ceae55b09e9b19c6ff9760e14e


-- 
DragonFly BSD source repository


More information about the Commits mailing list