git: DragonFly_RELEASE_6_0 kernel - Implement POLLHUP for pipes and filesystem fifso

Matthew Dillon dillon at crater.dragonflybsd.org
Wed May 12 15:05:08 PDT 2021


commit 2f7eb3c8ce0820eb7317c1bada8aee271293cf10
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed May 12 15:02:52 2021 -0700

    kernel - Implement POLLHUP for pipes and filesystem fifso
    
    * POLLHUP was implemented for sockets but not for pipes and
      filesystem fifos.
    
    * Implement the poll() bit for pipes and filesystem fifos as well.
    
    * Fixes Zig portability to dfly, and probably fixes other things.
    
    Reported-by: (bugs) mikdusan

Summary of changes:
 sys/kern/sys_pipe.c         | 6 +++---
 sys/vfs/fifofs/fifo_vnops.c | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2f7eb3c8ce0820eb7317c1bada8aee271293cf10


-- 
DragonFly BSD source repository


More information about the Commits mailing list