git: DragonFly_RELEASE_6_4 hexdump(1): Ignore zero st_size to work on pseudo-filesystems

Aaron LI aly at crater.dragonflybsd.org
Tue Mar 5 17:53:37 PST 2024


commit 3beec603c22ef457c95ed21acb8974cad38f1dff
Author: Ricardo Branco <rbranco at suse.de>
Date:   Sun Mar 3 23:11:15 2024 +0100

    hexdump(1): Ignore zero st_size to work on pseudo-filesystems
    
    hexdump(1) was not able to skip on files residing on pseudo-filesystems,
    for example: hexdump -s1 /proc/$$/status
    
    GitHub PR: https://github.com/DragonFlyBSD/DragonFlyBSD/pull/20

Summary of changes:
 usr.bin/hexdump/display.c | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3beec603c22ef457c95ed21acb8974cad38f1dff


-- 
DragonFly BSD source repository


More information about the Commits mailing list