CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2015/11/16 11:37:30
Modified files: libexec/getty : main.c Log message: Observe that FIOASYNC clearing for stdin is only done in the case where getty receives the fd from init, so hoist it upwards. Since revoke(2) is now allowed by pledge "rpath tty", the pledges can be hoisted much higher. ok millert semarie tedu guenther