NetBSD/usr.bin/rlogin
christos 27459b53fd PR/54435: Adjust for new kernel behavior of soreceive(9) clearing MSG_OOB
when receiving the oob message. This made SIOCATMARK return always 0 since
the oob message was cleared. Instead, use recvmsg(2) to determine if
the message was oob or not. This works with both the old and new kernel
and it is not racy.
2020-05-03 16:32:16 +00:00
..
Makefile
rlogin.1
rlogin.c PR/54435: Adjust for new kernel behavior of soreceive(9) clearing MSG_OOB 2020-05-03 16:32:16 +00:00