History log of /openbsd-current/share/man/man9/sigio_init.9
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.4 08-Jan-2020 visa

Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP and
FIOGETOWN/SIOCGPGRP/TIOCGPGRP. Do this by determining the meaning of
the ID parameter inside the sigio code. Also add cases for FIOSETOWN
and FIOGETOWN where there have been TIOCSPGRP and TIOCGPGRP before.
These changes allow removing the ID translation from sys_fcntl() and
sys_ioctl().

Idea from NetBSD

OK mpi@, claudio@


Revision tags: OPENBSD_6_5_BASE OPENBSD_6_6_BASE
# 1.3 12-Nov-2018 jmc

tweak previous;


# 1.2 12-Nov-2018 visa

Document return values.


# 1.1 12-Nov-2018 visa

Document sigio routines.