vi: don't wait 50 ms before reading ESC sequences
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 11 Oct 2007 10:10:15 +0000 (10:10 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 11 Oct 2007 10:10:15 +0000 (10:10 -0000)
commit4f95e5aab8d6a2d827d3fe937cf2c72229f6955e
tree3985763ee17b6bb2a75c0143f61dc21f1384cf02
parentf9566d8c29a820e94f194a9ac303c912899e6c8a
vi: don't wait 50 ms before reading ESC sequences
inetd,syslogd: use safe_read instead of open-coded EINTR handling
syslogd: bail out if you see null read from Unix socket
(should never happen, but if it does, spinning forever
and eating 100% CPU is not a good idea)
editors/vi.c
networking/inetd.c
sysklogd/syslogd.c