Module Name: src Committed By: jmcneill Date: Tue Oct 12 23:40:38 UTC 2021
Modified Files: src/libexec/getty: main.c Log Message: getty: Remove 2 second sleep before opening tty This (apparently very old!) workaround to ensure that DTR stays down long enough to be detected is now handled by serial drivers themselves. For console devices (framebuffer, serial console, etc) this was an unnecessary 2 second penalty that we have all been paying since the beginning of time. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/libexec/getty/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.