Searched hist:"1 cde387c8335360900b1955a9c69a620976b5d9a" (Results 1 – 4 of 4) sorted by relevance
/freebsd/include/ |
H A D | ttyent.h | diff 1cde387c8335360900b1955a9c69a620976b5d9a Tue Feb 27 11:54:15 CET 2018 Edward Tomasz Napierala <trasz@FreeBSD.org> Improve missing tty handling in init(8). This removes a check that did nothing - it was checking for ENXIO, which, with devfs, is no longer returned - and was badly placed anyway, and replaces it with similar one that works, and is done just before starting getty, instead of being done when rereading ttys(5).
From the practical point of view, this makes init(8) handle disappearing terminals (eg /dev/ttyU*) gracefully, without unneccessary getty restarts and resulting error messages.
Reviewed by: imp@ MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D14307
|
/freebsd/lib/libc/gen/ |
H A D | getttyent.3 | diff 1cde387c8335360900b1955a9c69a620976b5d9a Tue Feb 27 11:54:15 CET 2018 Edward Tomasz Napierala <trasz@FreeBSD.org> Improve missing tty handling in init(8). This removes a check that did nothing - it was checking for ENXIO, which, with devfs, is no longer returned - and was badly placed anyway, and replaces it with similar one that works, and is done just before starting getty, instead of being done when rereading ttys(5).
From the practical point of view, this makes init(8) handle disappearing terminals (eg /dev/ttyU*) gracefully, without unneccessary getty restarts and resulting error messages.
Reviewed by: imp@ MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D14307
|
H A D | getttyent.c | diff 1cde387c8335360900b1955a9c69a620976b5d9a Tue Feb 27 11:54:15 CET 2018 Edward Tomasz Napierala <trasz@FreeBSD.org> Improve missing tty handling in init(8). This removes a check that did nothing - it was checking for ENXIO, which, with devfs, is no longer returned - and was badly placed anyway, and replaces it with similar one that works, and is done just before starting getty, instead of being done when rereading ttys(5).
From the practical point of view, this makes init(8) handle disappearing terminals (eg /dev/ttyU*) gracefully, without unneccessary getty restarts and resulting error messages.
Reviewed by: imp@ MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D14307
|
/freebsd/sbin/init/ |
H A D | init.c | diff 1cde387c8335360900b1955a9c69a620976b5d9a Tue Feb 27 11:54:15 CET 2018 Edward Tomasz Napierala <trasz@FreeBSD.org> Improve missing tty handling in init(8). This removes a check that did nothing - it was checking for ENXIO, which, with devfs, is no longer returned - and was badly placed anyway, and replaces it with similar one that works, and is done just before starting getty, instead of being done when rereading ttys(5).
From the practical point of view, this makes init(8) handle disappearing terminals (eg /dev/ttyU*) gracefully, without unneccessary getty restarts and resulting error messages.
Reviewed by: imp@ MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D14307
|