git: kernel - Implement POLLHUP for pipes and filesystem fifso

Matthew Dillon dillon at crater.dragonflybsd.org
Wed May 12 15:04:54 PDT 2021


commit added858eea45d53c49cd16378299bb8b33dff01
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/added858eea45d53c49cd16378299bb8b33dff01


-- 
DragonFly BSD source repository



More information about the Commits mailing list