freebsd-dev/sys/dev/pty
Konstantin Belousov 7ea3f72efb Switch legacy pty clone handler to use make_dev_s(9). Add
MAKEDEV_CHECKNAME flag to the call, this is required to not panic on
race between the clone and destructing the closed master.

Reported by and discussed with:	bde
Tested by:	pho (as part of the larger patch)
Sponsored by:	The FreeBSD Foundation
MFC after:	3 weeks
2016-01-13 12:01:28 +00:00
..
pty.c Switch legacy pty clone handler to use make_dev_s(9). Add 2016-01-13 12:01:28 +00:00